.cc-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  background: #161b27;
  color: #eef1f7;
  border: 1px solid #232a3a;
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.cc-text { flex: 1 1 320px; margin: 0; color: #9aa3b8; }

.cc-actions { display: flex; gap: 10px; flex: 0 0 auto; }

.cc-btn {
  border: 1px solid #232a3a;
  background: transparent;
  color: #eef1f7;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all .2s;
  white-space: nowrap;
}
.cc-btn:hover { border-color: #5b6cff; }

.cc-btn-accept {
  background: #5b6cff;
  border-color: #5b6cff;
}
.cc-btn-accept:hover { background: #4756e0; }

@media (max-width: 560px) {
  .cc-banner { flex-direction: column; align-items: stretch; }
  .cc-actions { justify-content: flex-end; }
}
