/* ============================================================
   cookie-consent.css — OrbitPro themed (light, accent #6c5ce7)
   ============================================================ */
.cc-root {
  position: fixed; left: 0; right: 0; bottom: 0;
  z-index: 2000; display: flex; justify-content: center;
  padding: 1rem; font-family: 'Montserrat', system-ui, sans-serif;
}
.cc-banner {
  width: 100%; max-width: 780px;
  background: #ffffff; color: #2d3436;
  border: 1px solid #e6e3ef; border-radius: 16px;
  box-shadow: 0 18px 50px rgba(45,52,54,0.22);
  padding: 1.3rem 1.4rem;
}
.cc-title { display: block; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.4rem; margin-bottom: 0.3rem; }
.cc-text p { font-size: 0.88rem; line-height: 1.6; color: #5b6166; margin: 0 0 1rem; }
.cc-text a { color: #5548c8; text-decoration: underline; }
.cc-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: flex-end; }
.cc-btn {
  font-family: inherit; font-size: 0.86rem; font-weight: 600;
  padding: 0.7em 1.3em; border-radius: 10px; cursor: pointer; border: 1.5px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.15s ease;
}
.cc-btn:hover { transform: translateY(-1px); }
.cc-btn--solid { background: #6c5ce7; color: #fff; }
.cc-btn--solid:hover { background: #5548c8; }
.cc-btn--soft { background: #efedff; color: #5548c8; }
.cc-btn--soft:hover { background: #e3e0ff; }
.cc-btn--ghost { background: transparent; color: #6b7280; border-color: #e6e3ef; }
.cc-btn--ghost:hover { border-color: #a29bfe; color: #5548c8; }

.cc-panel { margin-top: 1.1rem; border-top: 1px solid #e6e3ef; padding-top: 1rem; }
.cc-cat { display: flex; gap: 0.7rem; align-items: flex-start; padding: 0.6rem 0; border-bottom: 1px solid #f0eefb; }
.cc-cat input { margin-top: 0.25rem; width: 1.05rem; height: 1.05rem; accent-color: #6c5ce7; }
.cc-cat-text { display: flex; flex-direction: column; }
.cc-cat-label { font-size: 0.9rem; font-weight: 600; }
.cc-cat-label em { font-style: normal; font-weight: 500; color: #8a8fb0; font-size: 0.78rem; }
.cc-cat-desc { font-size: 0.8rem; color: #6b7280; line-height: 1.5; }
.cc-panel-actions { margin-top: 0.9rem; text-align: right; }

@media (max-width: 600px) {
  .cc-actions { justify-content: stretch; }
  .cc-actions .cc-btn { flex: 1 1 auto; }
}
