.elc-privacy-layer {
    box-sizing: border-box;
    margin: 1.1rem 0;
    padding: 1rem;
    border: 1px solid rgba(17, 24, 39, .16);
    border-radius: .5rem;
    background: rgba(248, 249, 250, .96);
    color: #202124;
    font-size: .94rem;
    line-height: 1.45;
}
.elc-privacy-first-layer { margin: 0 0 .85rem; }
.elc-privacy-first-layer a { text-decoration: underline; text-underline-offset: 2px; }
.elc-privacy-check {
    display: flex;
    gap: .55rem;
    align-items: flex-start;
    margin: .65rem 0;
    cursor: pointer;
}
.elc-privacy-check input[type="checkbox"] {
    flex: 0 0 auto;
    width: 1.05rem;
    height: 1.05rem;
    margin: .17rem 0 0;
    accent-color: #1d4f7a;
}
.elc-privacy-required { font-weight: 600; }
.elc-privacy-marketing { font-weight: 400; }
.elc-privacy-status { min-height: 1.2em; margin-top: .35rem; font-weight: 600; }
.elc-privacy-has-error {
    border-color: #b42318;
    box-shadow: 0 0 0 2px rgba(180, 35, 24, .08);
}
.elc-privacy-has-error .elc-privacy-status { color: #b42318; }
.elc-privacy-footer-link {
    box-sizing: border-box;
    width: 100%;
    padding: .65rem 1rem;
    text-align: center;
    font-size: .86rem;
    line-height: 1.3;
    background: #101214;
    color: #e9ecef;
}
.elc-privacy-footer-link a { color: inherit; text-decoration: none; }
.elc-privacy-footer-link a:hover,
.elc-privacy-footer-link a:focus { text-decoration: underline; }
@media (max-width: 640px) {
    .elc-privacy-layer { padding: .85rem; font-size: .9rem; }
}
