.cc-window {
  font-family: 'Inter', sans-serif !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.cc-btn {
  border-radius: 8px !important;
  font-weight: 600 !important;
  transition: all 0.2s ease-in-out !important;
}

.cc-btn.cc-accept-all {
  background-color: #f4d03f !important;
  color: #213975 !important;
  border: none !important;
}

.cc-btn.cc-accept-all:hover {
  background-color: #976960 !important;
  color: white !important;
  transform: translateY(-1px) !important;
}

.cc-btn.cc-reject {
  background-color: #3c3f57 !important;
  color: white !important;
  border: 2px solid #3c3f57 !important;
}

.cc-btn.cc-reject:hover {
  background-color: #213975 !important;
  border-color: #213975 !important;
}

.cc-message {
  color: #3c3f57 !important;
  line-height: 1.6 !important;
}
