/* AVISO DE COOKIES - Canarias. Monedas y Resellos */

.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  padding: 15px;
  background: rgba(32, 32, 32, .98);
  color: #fff;
  box-shadow: 0 -4px 18px rgba(0,0,0,.25);
  font-family: inherit;
}
.cookie-consent[hidden], .cookie-modal[hidden] { display:none !important; }
.cookie-consent__content {
  max-width: 1180px; margin:0 auto; display:flex; align-items:center; gap:24px;
}
.cookie-consent__text { flex:1 1 auto; }
.cookie-consent h2, .cookie-modal h2 { margin:0 0 7px; font-size:1.15rem; }
.cookie-consent p { margin:0 0 5px; line-height:1.45; font-size:.92rem; }
.cookie-consent__link { color:#fff; text-decoration:underline; font-size:.86rem; }
.cookie-consent__actions { display:flex; flex-wrap:wrap; gap:8px; justify-content:flex-end; }
.cookie-btn {
  border:1px solid transparent; border-radius:4px; padding:9px 14px;
  cursor:pointer; font-size:.9rem; transition:opacity .2s ease, transform .1s ease;
}
.cookie-btn:hover { opacity:.88; }
.cookie-btn:active { transform:translateY(1px); }
.cookie-btn--primary { background:#fff; color:#222; border-color:#fff; }
.cookie-btn--secondary { background:transparent; color:#fff; border-color:rgba(255,255,255,.65); }

.cookie-modal {
  position:fixed; inset:0; z-index:100000; display:flex; align-items:center;
  justify-content:center; padding:20px;
}
.cookie-modal__backdrop { position:absolute; inset:0; background:rgba(0,0,0,.58); }
.cookie-modal__panel {
  position:relative; width:min(680px,100%); max-height:90vh; overflow-y:auto;
  padding:28px; background:#fff; color:#222; border-radius:6px;
  box-shadow:0 10px 45px rgba(0,0,0,.35);
}
.cookie-modal__panel > p { line-height:1.5; }
.cookie-modal__close {
  position:absolute; top:8px; right:12px; border:0; background:transparent;
  font-size:28px; cursor:pointer; line-height:1;
}
.cookie-category {
  display:flex; align-items:center; justify-content:space-between; gap:18px;
  padding:15px 0; border-top:1px solid #ddd;
}
.cookie-category p { margin:5px 0 0; font-size:.88rem; line-height:1.4; }
.cookie-status { white-space:nowrap; font-size:.82rem; font-weight:bold; }
.cookie-category--toggle { cursor:pointer; }
.cookie-category--toggle input { width:20px; height:20px; flex:0 0 auto; }
.cookie-modal__actions { display:flex; justify-content:flex-end; margin-top:20px; }
.cookie-modal-open { overflow:hidden; }

@media (max-width:767px) {
  .cookie-consent { padding:13px; }
  .cookie-consent__content { display:block; }
  .cookie-consent__actions { margin-top:12px; justify-content:stretch; }
  .cookie-consent__actions .cookie-btn { flex:1 1 auto; }
  .cookie-modal__panel { padding:24px 18px; }
  .cookie-category { align-items:flex-start; }
}
