.tot-consent-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1080;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(100%);
    transition: transform 0.4s ease-in;
}

.tot-consent-banner.tot-consent-banner-visible {
    transform: translateY(0);
}

.tot-consent-text {
    color: #495057;
}

@media (max-width: 767.98px) {
    .tot-consent-banner .container {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }
}
