/* =========================================================
   ADOPCIONES - INTERACCIONES
   Details + galería
   ========================================================= */

details.ficha-details-toggle {
    overflow: hidden !important;
}

details.ficha-details-toggle summary {
    cursor: pointer !important;
    user-select: none !important;
    list-style: none !important;
}

details.ficha-details-toggle summary::-webkit-details-marker {
    display: none !important;
}

details.ficha-details-toggle[open] {
    overflow: hidden !important;
}

details.ficha-details-toggle.abierto {
    overflow: visible !important;
}

details.ficha-details-toggle summary:focus {
    outline: none !important;
}

details.ficha-details-toggle summary:focus-visible {
    outline: 2px solid #71badd !important;
    outline-offset: 3px !important;
}