.woobaz-cookie-consent {
    position: fixed;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 2147483000;
    display: none;
    justify-content: center;
    pointer-events: none;
}

.woobaz-cookie-consent.is-visible {
    display: flex;
}

.woobaz-cookie-consent__panel {
    width: min(760px, 100%);
    padding: 18px;
    border: 1px solid #c9d8e6;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(8, 31, 55, .24);
    color: #24384d;
    font-family: Arial, sans-serif;
    pointer-events: auto;
}

.woobaz-cookie-consent__title {
    margin: 0 0 7px;
    color: #062135;
    font-size: 1rem;
    font-weight: 700;
}

.woobaz-cookie-consent__text {
    margin: 0;
    color: #52677b;
    font-size: .9rem;
    line-height: 1.5;
}

.woobaz-cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: flex-end;
    margin-top: 14px;
}

.woobaz-cookie-consent__button {
    min-height: 38px;
    padding: 9px 13px;
    border: 1px solid #c5d2df;
    border-radius: 6px;
    background: #fff;
    color: #123d68;
    font: 700 .88rem Arial, sans-serif;
    cursor: pointer;
}

.woobaz-cookie-consent__button:hover {
    background: #eef5fb;
}

.woobaz-cookie-consent__button--primary {
    border-color: #123d68;
    background: #123d68;
    color: #fff;
}

.woobaz-cookie-consent__button--primary:hover {
    background: #0d2f50;
}

.woobaz-cookie-consent__link {
    align-self: center;
    color: #123d68;
    font-size: .86rem;
    font-weight: 700;
    text-decoration: none;
}

.woobaz-language-choice {
    position: fixed;
    inset: 0;
    z-index: 2147483100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(5, 18, 32, .64);
    font-family: Arial, sans-serif;
}

.woobaz-language-choice.is-visible {
    display: flex;
}

.woobaz-language-choice__panel {
    width: min(540px, 100%);
    padding: 24px;
    border: 1px solid #c9d8e6;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
    color: #24384d;
}

.woobaz-language-choice__panel h2,
.woobaz-language-choice__panel h3 {
    margin: 0 0 8px;
    color: #062135;
}

.woobaz-language-choice__panel h2 {
    font-size: 1.25rem;
}

.woobaz-language-choice__panel h3 {
    font-size: 1rem;
}

.woobaz-language-choice__panel p {
    margin: 0 0 14px;
    color: #52677b;
    line-height: 1.5;
}

.woobaz-language-choice__native {
    margin: 14px 0;
    padding: 12px;
    border: 1px solid #e1eaf2;
    border-radius: 8px;
    background: #f7fafc;
}

.woobaz-language-choice__panel label {
    display: block;
    margin: 0 0 7px;
    color: #123d68;
    font-weight: 700;
}

.woobaz-language-choice__select {
    width: 100%;
    min-height: 42px;
    padding: 9px 11px;
    border: 1px solid #c5d2df;
    border-radius: 7px;
    background: #fff;
    color: #24384d;
    font: 1rem Arial, sans-serif;
}

.woobaz-language-choice__detected {
    margin-top: 10px !important;
    font-size: .9rem;
}

.woobaz-language-choice__button {
    width: 100%;
    min-height: 42px;
    margin-top: 4px;
    border: 0;
    border-radius: 7px;
    background: #123d68;
    color: #fff;
    font: 700 .95rem Arial, sans-serif;
    cursor: pointer;
}

.woobaz-language-choice__button:hover {
    background: #0d2f50;
}

@media (max-width: 560px) {
    .woobaz-cookie-consent {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .woobaz-cookie-consent__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .woobaz-cookie-consent__button,
    .woobaz-cookie-consent__link {
        width: 100%;
        text-align: center;
    }
}

.woobaz-cookie-consent__link:hover {
    text-decoration: underline;
}

@media (max-width: 560px) {
    .woobaz-cookie-consent {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .woobaz-cookie-consent__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .woobaz-cookie-consent__link {
        text-align: center;
    }
}
