label.form-privacy-consent {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0.25rem 0 0.75rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(70, 145, 44, 0.65);
    border-radius: 12px;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(70, 145, 44, 0.08);
}

label.form-privacy-consent input[type="checkbox"] {
    display: inline-block !important;
    flex: 0 0 auto;
    align-self: flex-start;
    width: 1rem !important;
    min-width: 1rem;
    max-width: 1rem;
    height: 1rem;
    margin: 0.15rem 0 0 !important;
    accent-color: #46912c;
}

label.form-privacy-consent .form-privacy-consent-text {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
}

label.form-privacy-consent .form-privacy-consent-text a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

label.form-privacy-consent .form-privacy-consent-text a:hover {
    color: #fff;
}

.site-shell--page label.form-privacy-consent {
    color: rgba(15, 23, 42, 0.88);
    border-color: rgba(55, 111, 33, 0.45);
    background: rgba(70, 145, 44, 0.06);
}

.site-shell--page label.form-privacy-consent .form-privacy-consent-text a:hover {
    color: #376f21;
}
