/* === Carrossel: setas VERMELHAS, MENORES e FINAS (stroke 3.5) === */
/* Aplique à div do carousel: class="carousel slide imovel-carousel" */

.imovel-carousel .carousel-control-prev,
.imovel-carousel .carousel-control-next {
  color: #8B0000 !important; /* fallback de cor */
}

.imovel-carousel .carousel-control-prev-icon,
.imovel-carousel .carousel-control-next-icon {
  width: 1.75rem !important;
  height: 1.75rem !important;
  background-size: 100% 100% !important;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.35)) !important;
}

/* SVGs com stroke 3.5 (fino) e cor vermelha escura */
.imovel-carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16' stroke='%238B0000' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M11 1 4 8l7 7'/%3e%3c/svg%3e") !important;
}
.imovel-carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16' stroke='%238B0000' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M5 1l7 7-7 7'/%3e%3c/svg%3e") !important;
}
