.cc-banner[hidden] { display: none !important; }
.cc-banner {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 2147483000;
  padding: 12px;
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(2px);
}
.cc-card {
  max-width: 1100px;
  margin: 0 auto;
  background: #111;
  color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.cc-title { font-weight: 700; font-size: 16px; margin-bottom: 4px; }
.cc-desc { font-size: 14px; line-height: 1.3; opacity: .92; }
.cc-desc a { color: #9bd1ff; text-decoration: underline; }
.cc-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.cc-btn { white-space: nowrap; }
@media (max-width: 768px) {
  .cc-card { flex-direction: column; align-items: stretch; }
  .cc-actions { justify-content: stretch; }
  .cc-actions .btn { width: 100%; }
}
