#cmp-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f8f9fa;
  padding: 15px;
  text-align: center;
  border-top: 1px solid #ccc;
}

#cmp-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.hidden {
  display: none;
}

#open-settings {
  margin: 20px;
  cursor: pointer;
  color: #007bff;
  background: none;
  border: none;
  text-decoration: underline;
}

