/* Estilos auxiliares — o restante é coberto pelo Tailwind */

.past-purchase {
    transition: background-color .25s ease, border-color .25s ease, transform .15s ease;
}

.user-purchases-data {
    transition: max-height .3s ease;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.user-purchases-data::-webkit-scrollbar {
    width: 6px;
}

.user-purchases-data::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 9999px;
}

@media (max-width: 768px) {
    .visor {
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .visor .visor-surface {
        width: 100% !important;
        display: block !important;
        margin-bottom: 12px;
    }
}
