*:focus,
:focus:not(.focus--mouse),
.form-check [type=checkbox]:focus+label,
.form-check [type=radio]:focus+label,
.toggles label input[type=checkbox]:focus+.lever
{
    outline: 2px transparent solid !important;
    box-shadow: 0 0 0 2px #F9F9D1, 0 0 0 4px #396196, 0 0 4px 8px #F9F9D1 !important;
}
#sliding-popup {
    padding: 16px;
    border-top: 1px solid var(--bs-gray-300);
}
.eu-cookie-compliance-banner {
    height: 100%;
}
.eu-cookie-compliance-content  {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
#popup-text {
    max-width: none;
}
#popup-buttons {
    max-width: none;
}
#popup-buttons > button {
    border: 2px solid;
    background: #0072c68c;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 4px 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    font-family: inherit;
    text-shadow: none;
    color: white;
    font-weight: normal;
    top: 0 !important;
}
#popup-buttons > button:nth-child(2) {
    margin-left: 16px;
}
#popup-text > p {
    font-size: 18px;
    font-weight: 400;
}
#popup-text > button {
    display: block;
    margin-top: 42px;
    text-decoration: none;
    color: #65dbde;
    text-align: start;
}
/* Responsive styles for all mobile devices */
@media screen and (max-width: 767px) {
    #sliding-popup {
        height: fit-content !important;;
        position: fixed !important;
        bottom: 0 !important;
    }
    .eu-cookie-compliance-banner {
        height: auto;
     }
}
