.caf-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
}

.caf-content {
  background: #fff;
  width: 420px;
  margin: 8% auto;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}

.caf-content h2 {
  margin-bottom: 15px;
}

.caf-content input,
.caf-content select,
.caf-content button {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
}

.caf-content button {
  background: #0b5ed7;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.caf-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}
