.yump-consent-banner,
.yump-consent-panel {
    position: fixed;
    z-index: 2147483000;
    left: clamp(0.85rem, 3vw, 1.5rem);
    right: clamp(0.85rem, 3vw, 1.5rem);
    bottom: clamp(0.85rem, 3vw, 1.5rem);
    max-width: 720px;
    border: 1px solid rgba(var(--terracotta-rgb), 0.36);
    border-radius: 8px;
    background: rgba(18, 13, 11, 0.97);
    color: #fff7f2;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.46);
    padding: clamp(0.9rem, 2vw, 1.1rem);
}

.yump-consent-banner[hidden],
.yump-consent-panel[hidden] {
    display: none;
}

.yump-consent-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
}

.yump-consent-banner.is-stacked {
    grid-template-columns: 1fr;
}

.yump-consent-copy {
    margin: 0;
    color: #e8d8cf;
    line-height: 1.45;
    font-size: 0.95rem;
}

.yump-consent-copy a {
    color: var(--yump-gold, #d8b15f);
    text-decoration: none;
}

.yump-consent-copy a:hover,
.yump-consent-copy a:focus-visible {
    color: #fff7f2;
    text-decoration: underline;
}

.yump-consent-actions,
.yump-consent-panel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.yump-consent-banner.is-stacked .yump-consent-actions {
    justify-content: stretch;
}

.yump-consent-btn {
    min-height: 2.35rem;
    border: 1px solid rgba(var(--terracotta-rgb), 0.36);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff7f2;
    padding: 0.48rem 0.75rem;
    font: inherit;
    font-size: 0.88rem;
    line-height: 1.1;
    cursor: pointer;
}

.yump-consent-btn:hover,
.yump-consent-btn:focus-visible {
    border-color: rgba(var(--yump-gold-rgb), 0.62);
    background: rgba(var(--terracotta-rgb), 0.18);
    outline: none;
}

.yump-consent-btn.is-primary {
    border-color: rgba(var(--terracotta-rgb), 0.7);
    background: var(--terracotta-dark, #a66350);
}

.yump-consent-banner.is-stacked .yump-consent-btn {
    flex: 1 1 10rem;
}

.yump-consent-banner.is-stacked .yump-consent-btn.is-primary {
    flex-basis: 100%;
}

.yump-consent-panel {
    width: min(620px, calc(100vw - 1.7rem));
}

.yump-consent-panel h2 {
    margin: 0 0 0.7rem;
    color: #fff9f6;
    font-size: 1.15rem;
    letter-spacing: 0;
}

.yump-consent-options {
    display: grid;
    gap: 0.6rem;
    margin: 0.85rem 0;
}

.yump-consent-option {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.7rem;
    align-items: start;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    padding: 0.75rem;
}

.yump-consent-option input {
    margin-top: 0.16rem;
    accent-color: var(--terracotta, #c07a65);
}

.yump-consent-option strong {
    display: block;
    color: #fff9f6;
    font-size: 0.94rem;
}

.yump-consent-option span {
    display: block;
    margin-top: 0.2rem;
    color: #d9c9c0;
    font-size: 0.84rem;
    line-height: 1.4;
}

.yump-consent-minor-note {
    margin: 0.65rem 0 0;
    color: #f2d7cc;
    font-size: 0.86rem;
}

.site-footer-legal .site-footer-legal-button {
    border: 0;
    background: transparent;
    color: rgba(255, 247, 242, 0.6);
    padding: 0;
    font: inherit;
    font-size: 0.78rem;
    line-height: 1.35;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
}

.site-footer-legal .site-footer-legal-button:hover,
.site-footer-legal .site-footer-legal-button:focus-visible {
    color: var(--terracotta, #c07a65);
    outline: none;
}

html[lang^="el"] .site-footer-legal a,
html[lang^="el"] .site-footer-legal .site-footer-legal-button,
html[lang^="el"] .site-footer-copyright {
    font-family: var(--yump-ui-label-font) !important;
}

@media (max-width: 720px) {
    .yump-consent-banner {
        grid-template-columns: 1fr;
    }

    .yump-consent-actions,
    .yump-consent-panel-actions {
        justify-content: stretch;
    }

    .yump-consent-btn {
        flex: 1 1 10rem;
    }
}
