.rinko-scroll-controls {
  position: absolute;
  top: -3rem;
  right: 1rem;
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}

.rinko-scroll-controls button {
  background-color: white;
  color: #666;
  border: none;
  padding: 0;
  font-size: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  pointer-events: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.rinko-scroll-controls button:hover {
  background-color: #f0f0f0;
  transform: scale(1.05);
}

.rinko-scroll-controls button:active {
  background-color: #e0e0e0;
}

.elementor-loop-container.elementor-grid {
  padding: 0.625rem 1rem;
  position: relative;
  z-index: 1;
}

.elementor-loop-container.elementor-grid .e-loop-item {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}