.analytics-consent {
    bottom: 1rem;
    left: 50%;
    max-width: 42rem;
    position: fixed;
    transform: translateX(-50%);
    width: calc(100% - 2rem);
    z-index: 1080;
}

@media (max-width: 575.98px) {
    .analytics-consent {
        bottom: 0.5rem;
        width: calc(100% - 1rem);
    }
}
