/* =========================================================
   Cookie Consent – Medical Circles
   ========================================================= */

/* Container */
.cc-window.cc-banner,
.cc-window.cc-floating {
  background: #ffffff;
  border-top: 1px solid #000;           
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.08);
  font-family: inherit;
}

/* Text */
.cc-message {
  color: #0b1f3a;
  font-size: 14px;
  line-height: 1.5;
}

/* Privacy link */
.cc-link {
  color: #1677ff;
  opacity: 1;
  text-decoration: underline;
}

/* Buttons */
.cc-btn {
  border-radius: 10px;
  padding: 10px 16px;
  font-weight: 600;
  margin-left: 8px;
}

/* Accept / Allow */
.cc-allow {
  background: #1677ff;
  color: #ffffff;
  border: none;
}

/* Reject / Essential only */
.cc-deny {
  background: transparent;
  color: #1677ff;
  border: 1px solid #1677ff;
}

/* Mobile spacing */
@media (max-width: 768px) {
  .cc-message {
    margin-bottom: 10px;
  }
}
