.ccseo-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.ccseo-modal.show {
  display: flex;
}

.ccseo-modal-inner {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  max-width: 420px;
  width: 90%;
  animation: fadeIn 0.2s ease-out;
  position: relative;
}

.ccseo-modal-inner h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}

.ccseo-modal-inner p {
  margin-bottom: 12px;
  color: #555;
}

.ccseo-modal-form label {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 4px;
  display: block;
}

.ccseo-modal-form input,
.ccseo-modal-form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 16px;
  font-size: 14px;
}

.ccseo-close {
  border: none;
  background: transparent;
  color: #888;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}

.ccseo-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}

.ccseo-success {
  text-align: center;
  font-size: 15px;
  color: #111;
}
