.tortik-privacy-choice {
    position: fixed;
    z-index: 2147483000;
    right: 16px;
    bottom: 16px;
    width: min(560px, calc(100vw - 32px));
    box-sizing: border-box;
    border: 1px solid #d7dee6;
    background: #fff;
    color: #213244;
    padding: 14px 16px;
    box-shadow: 0 8px 28px rgb(1 36 79 / 18%);
    font: 13px/1.45 "Segoe UI", Roboto, Arial, sans-serif;
}

.tortik-privacy-choice h2 {
    margin: 0 0 8px;
    color: #01244f;
    font-size: 16px;
}

.tortik-privacy-choice p {
    margin: 8px 0;
}

.tortik-privacy-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.tortik-privacy-actions button {
    min-height: 38px;
    border: 1px solid #186999;
    border-radius: 2px;
    background: #fff;
    color: #186999;
    padding: 7px 12px;
    cursor: pointer;
    font: inherit;
}

.tortik-privacy-actions .alt {
    background: #01244f;
    color: #fff;
}

.tortik-privacy-choice--error {
    border-color: #d32f2f;
}

.tortik-privacy-current,
.tortik-privacy-settings-link {
    font: 13px/1.4 "Segoe UI", Roboto, Arial, sans-serif;
}

.tortik-privacy-settings-link {
    margin: 8px 0;
    text-align: center;
}

@media (max-width: 600px) {
    .tortik-privacy-choice {
        right: 8px;
        bottom: 8px;
        width: calc(100vw - 16px);
    }
}
