.le-consent-banner {
    position: fixed;
    z-index: 100000;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 18px;
    background: rgba(23, 32, 43, 0.92);
}

.le-consent-panel {
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background: #17202b;
    color: #fff;
    box-shadow: 0 14px 50px rgba(0, 0, 0, 0.28);
    font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
}

.le-consent-panel h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 21px;
    line-height: 1.25;
}

.le-consent-panel p {
    margin: 0 0 8px;
    color: #e5e9ec;
    font-size: 15px;
    line-height: 1.55;
}

.le-consent-panel a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.le-consent-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.le-consent-button {
    min-width: 154px;
    padding: 11px 16px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font: 700 14px/1.2 "Raleway", "Helvetica Neue", Arial, sans-serif;
}

.le-consent-button:hover,
.le-consent-button:focus-visible {
    outline: 3px solid #f5bfd0;
    outline-offset: 2px;
    background: #fff;
    color: #17202b;
}

.le-cookie-settings {
    display: block;
    margin: 12px auto 18px;
    padding: 4px 8px;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 560px) {
    .le-consent-banner { padding: 10px; }
    .le-consent-panel { padding: 18px; }
    .le-consent-actions { display: grid; grid-template-columns: 1fr; }
    .le-consent-button { width: 100%; }
}
