/* GDPR cookie banner (gdpr-consent.tpl) — Baltic Breeze layout, kolory parafii (brąz) */
#cc-banner {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 9999;
    background: #4a3828;
    color: #f5f0e8;
    font-family: 'Open Sans', system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.55;
    transform: translateY(100%);
    transition: transform .35s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 -4px 24px rgba(0,0,0,.25);
}
#cc-banner.cc-visible  { transform: translateY(0); }
#cc-banner.cc-hiding   { transform: translateY(100%); transition-duration: .3s; }
.cc-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.cc-text { flex: 1 1 320px; }
.cc-text strong {
    display: block;
    color: #fff;
    font-weight: 600;
    margin-bottom: .4rem;
    font-size: 16px;
}
.cc-text p { margin: 0 0 .5rem; color: #c9bfb3; font-size: inherit; }
.cc-link { color: #c9a96e; font-size: inherit; text-decoration: underline; }
.cc-link:hover { color: #f5f0e8; }
.cc-actions {
    display: flex;
    gap: .75rem;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap;
}
.cc-btn {
    cursor: pointer;
    border: none;
    border-radius: 2px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    min-height: 44px;
    padding: .75rem 1.5rem;
    transition: background .15s, color .15s, border-color .15s;
    white-space: nowrap;
}
.cc-btn--primary {
    background: #8b7355;
    color: #fff;
}
.cc-btn--primary:hover { background: #4a3828; }
.cc-btn--outline {
    background: transparent;
    color: #c9bfb3;
    border: 1px solid #726658;
}
.cc-btn--outline:hover { border-color: #c9bfb3; color: #f5f0e8; }
@media (min-width: 601px) {
    #cc-banner { font-size: 17px; }
    .cc-text strong { font-size: 18px; }
    .cc-btn { font-size: 16px; }
}
@media (max-width: 600px) {
    .cc-inner  { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .cc-actions { width: 100%; }
    .cc-btn    { flex: 1; text-align: center; }
}

/* Polityka prywatności — przycisk „Zmień ustawienia plików cookies” */
#cc-change-settings {
    display: inline-block;
    margin-top: .5rem;
    text-transform: none;
    letter-spacing: normal;
    font-size: 15px;
    line-height: 1.2;
    min-width: 0;
    height: auto;
    border-radius: 2px;
    background: #8b7355;
    color: #fff;
    border: 1px solid #726658;
    box-shadow: 0 2px 8px rgba(77, 66, 53, .18);
}
#cc-change-settings:hover,
#cc-change-settings:focus {
    background: #4a3828;
    border-color: #4a3828;
    color: #fff;
}
