/* ===================================================================
   INDENANT BROKER - ESTILOS DOPAMINÉRGICOS PARA AMENIDADES
   Contraste visual entre amenidades activas (naranja dopaminérgico) e inactivas (apagadas)
   =================================================================== */

/* ESTILOS PARA LAS CELDAS DE AMENIDADES (DISEÑO COMPACTO EN HILERA) */
#propiedades-destacadas .amenity-icon {
    transition: all 0.25s ease-in-out !important;
}

/* ESTILO PARA AMENIDADES ACTIVAS - NARANJA DOPAMINÉRGICO */
#propiedades-destacadas .amenity-active {
    filter: drop-shadow(0 0 2px rgba(255, 87, 51, 0.4)) !important;
    transform: scale(1.03) !important;
}

#propiedades-destacadas .swiper-slide svg.amenity-active path,
#propiedades-destacadas .swiper-slide svg.amenity-active rect,
#propiedades-destacadas .swiper-slide svg.amenity-active circle {
    fill: #FF5733 !important;
    stroke: #FF5733 !important;
    stroke-width: 0.2 !important;
}

/* ESTILO PARA AMENIDADES INACTIVAS - APAGADO/GRIS */
#propiedades-destacadas .amenity-inactive {
    opacity: 0.5 !important;
    filter: grayscale(100%) !important;
}

#propiedades-destacadas .swiper-slide svg.amenity-inactive path,
#propiedades-destacadas .swiper-slide svg.amenity-inactive rect,
#propiedades-destacadas .swiper-slide svg.amenity-inactive circle {
    fill: #9ca3af !important;
    stroke: #9ca3af !important;
    stroke-width: 0.1 !important;
}

/* FONDOS PARA LAS CELDAS DE AMENIDADES */
#propiedades-destacadas .bg-accent\/10 {
    background: linear-gradient(135deg, rgba(255, 87, 51, 0.15), rgba(255, 138, 80, 0.08)) !important;
    box-shadow: 0 1px 2px rgba(255, 87, 51, 0.08) !important;
    border: 1px solid rgba(255, 87, 51, 0.15) !important;
    transition: all 0.25s ease !important;
}

#propiedades-destacadas .bg-accent\/10:hover {
    box-shadow: 0 1px 3px rgba(255, 87, 51, 0.15) !important;
}

#propiedades-destacadas .bg-gray-100\/10 {
    background-color: rgba(243, 244, 246, 0.05) !important;
    border: 1px solid rgba(156, 163, 175, 0.08) !important;
    opacity: 0.7 !important;
}

/* TEXTOS DE LAS AMENIDADES */
#propiedades-destacadas .text-gray-700 {
    color: #374151 !important;
    font-weight: 500 !important;
}

#propiedades-destacadas .text-gray-500 {
    color: #9ca3af !important;
    font-weight: 400 !important;
}

/* CONTENEDOR GRID PARA LA HILERA DE 3 AMENIDADES */
#propiedades-destacadas .amenities-container {
    margin-top: 0.5rem !important;
}

/* AJUSTES PARA EL TAMAÑO COMPACTO */
#propiedades-destacadas .amenity-box {
    padding: 0.25rem 0.5rem !important;
    border-radius: 0.375rem !important;
    transition: all 0.25s ease !important;
}

/* ASEGURA QUE LOS TEXTOS SEAN LEGIBLES EN TAMAÑO PEQUEÑO */
#propiedades-destacadas .amenity-box span {
    font-size: 0.7rem !important;
    line-height: 1 !important;
}
