/* Banner de consentimiento de cookies · Vita (Piña & Pixeles) */
.cc-banner{position:fixed;left:0;right:0;bottom:0;z-index:2147483000;display:flex;flex-wrap:wrap;align-items:center;gap:14px 20px;justify-content:center;padding:16px 22px;background:#1f3a2e;color:#f5f1e9;font-family:"Bellota Text",system-ui,sans-serif;font-size:.92rem;line-height:1.5;box-shadow:0 -8px 30px rgba(20,32,26,.28);transform:translateY(110%);transition:transform .35s ease}
.cc-banner.cc-show{transform:translateY(0)}
.cc-text{flex:1 1 420px;max-width:760px;margin:0}
.cc-text a{color:#e0b988;text-decoration:underline}
.cc-actions{flex:0 0 auto;display:flex;gap:10px;flex-wrap:wrap}
.cc-btn{cursor:pointer;border-radius:999px;padding:11px 22px;font-family:inherit;font-weight:600;font-size:.9rem;border:1.5px solid transparent;transition:background .18s,color .18s,border-color .18s}
.cc-reject{background:transparent;color:#f5f1e9;border-color:rgba(245,241,233,.5)}
.cc-reject:hover{background:rgba(245,241,233,.12)}
.cc-accept{background:#e0b988;color:#1f3a2e}
.cc-accept:hover{background:#ecc89e}
@media(max-width:640px){.cc-banner{flex-direction:column;align-items:stretch;text-align:center;padding:18px 16px}.cc-actions{justify-content:center}.cc-btn{flex:1}}
