.pvd-cookie-banner,
.pvd-cookie-modal,
.pvd-cookie-settings {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.pvd-cookie-banner {
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #d9dee3;
    border-radius: 6px;
    bottom: 16px;
    box-shadow: 0 12px 36px rgba(28, 37, 44, .18);
    color: #263238;
    display: none;
    gap: 18px;
    left: 16px;
    max-width: 860px;
    padding: 18px;
    position: fixed;
    right: 16px;
    z-index: 2147483000;
}

.pvd-cookie-banner.is-visible,
.pvd-cookie-modal.is-visible {
    display: flex;
}

.pvd-cookie-banner__content {
    flex: 1 1 auto;
    min-width: 0;
}

.pvd-cookie-banner h2,
.pvd-cookie-modal h2 {
    color: #1f2d36;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 8px;
}

.pvd-cookie-banner p,
.pvd-cookie-modal p {
    color: #4f5b66;
    font-size: .93rem;
    line-height: 1.45;
    margin: 0;
}

.pvd-cookie-banner__actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.pvd-cookie-button {
    align-items: center;
    border: 1px solid #18895f;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    font-size: .9rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    min-height: 40px;
    padding: 9px 14px;
    text-decoration: none;
    white-space: nowrap;
}

.pvd-cookie-button--primary {
    background: #1f9d70;
    color: #ffffff;
}

.pvd-cookie-button--secondary {
    background: #ffffff;
    color: #1b6d50;
}

.pvd-cookie-button--plain {
    background: transparent;
    border-color: transparent;
    color: #31515f;
}

.pvd-cookie-modal {
    align-items: center;
    background: rgba(22, 29, 34, .58);
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    padding: 18px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483001;
}

.pvd-cookie-modal__panel {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 16px 48px rgba(9, 18, 25, .28);
    max-height: min(720px, 92vh);
    max-width: 620px;
    overflow: auto;
    padding: 22px;
    width: 100%;
}

.pvd-cookie-option {
    border: 1px solid #dde4e8;
    border-radius: 6px;
    margin-top: 12px;
    padding: 14px;
}

.pvd-cookie-option label {
    align-items: center;
    color: #263238;
    display: flex;
    font-size: .98rem;
    font-weight: 700;
    gap: 10px;
    margin: 0 0 6px;
}

.pvd-cookie-option input {
    height: 18px;
    width: 18px;
}

.pvd-cookie-option p {
    margin-left: 28px;
}

.pvd-cookie-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 18px;
}

.pvd-cookie-settings {
    background: #ffffff;
    border: 1px solid #cad4da;
    border-radius: 4px;
    bottom: 12px;
    box-shadow: 0 8px 24px rgba(28, 37, 44, .15);
    color: #31515f;
    cursor: pointer;
    display: none;
    font-size: .82rem;
    font-weight: 700;
    left: 12px;
    padding: 7px 10px;
    position: fixed;
    z-index: 2147482999;
}

.pvd-cookie-settings.is-visible {
    display: inline-flex;
}

@media (max-width: 720px) {
    .pvd-cookie-banner {
        flex-direction: column;
        left: 10px;
        right: 10px;
    }

    .pvd-cookie-banner__actions,
    .pvd-cookie-modal__actions {
        justify-content: stretch;
        width: 100%;
    }

    .pvd-cookie-button {
        flex: 1 1 100%;
    }
}
