.lumo-consent-banner {
    align-items: center;
    background: #fff;
    border: 1px solid #dfe7f3;
    border-radius: 20px;
    bottom: 18px;
    box-shadow: 0 18px 55px rgba(7, 23, 51, .2);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    left: 50%;
    max-width: 1120px;
    padding: 20px 22px;
    position: fixed;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    z-index: 10020;
}
.lumo-consent-banner[hidden], .lumo-consent-modal[hidden] { display: none !important; }
.lumo-consent-copy { color: #13213a; max-width: 650px; }
.lumo-consent-copy strong { display: block; font-size: 18px; margin-bottom: 4px; }
.lumo-consent-copy p { font-size: 14px; line-height: 1.5; margin: 0; }
.lumo-consent-copy a { color: #0b65d8; text-decoration: underline; }
.lumo-consent-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.lumo-consent-btn { border-radius: 999px; cursor: pointer; font-size: 14px; font-weight: 800; min-height: 44px; padding: 10px 17px; }
.lumo-consent-primary { background: #00cfd5; border: 1px solid #00cfd5; color: #071733; }
.lumo-consent-secondary { background: #fff; border: 1px solid #cad6e6; color: #13213a; }
.lumo-consent-modal { align-items: center; background: rgba(7, 23, 51, .72); display: flex; inset: 0; justify-content: center; padding: 18px; position: fixed; z-index: 10030; }
.lumo-consent-card { background: #fff; border-radius: 24px; color: #13213a; max-width: 570px; padding: 30px; position: relative; width: 100%; }
.lumo-consent-card h2 { color: #13213a; font-size: 28px; margin-bottom: 8px; }
.lumo-consent-card > p { color: #68758d; margin-bottom: 20px; }
.lumo-consent-close { background: transparent; border: 0; color: #68758d; font-size: 30px; line-height: 1; position: absolute; right: 20px; top: 16px; }
.lumo-consent-option { align-items: center; border-top: 1px solid #e4ebf6; display: flex; gap: 16px; justify-content: space-between; margin: 0; padding: 16px 0; }
.lumo-consent-option span { display: flex; flex-direction: column; }
.lumo-consent-option small { color: #68758d; font-weight: 400; line-height: 1.4; margin-top: 3px; }
.lumo-consent-option input { accent-color: #00aeb4; height: 22px; width: 22px; }
.lumo-consent-modal-actions { display: flex; justify-content: flex-end; margin-top: 18px; }
.lumo-consent-modal-open { overflow: hidden; }
@media (max-width: 767px) {
    .lumo-consent-banner { align-items: stretch; bottom: 10px; flex-direction: column; gap: 14px; padding: 18px; }
    .lumo-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .lumo-consent-actions .lumo-consent-primary { grid-column: 1 / -1; grid-row: 1; }
    .lumo-consent-btn { width: 100%; }
    .lumo-consent-card { max-height: calc(100vh - 28px); overflow-y: auto; padding: 25px 20px; }
}
