.dvrf-form-wrapper {
  position: relative;
  max-width: 640px;
}

.dvrf-field {
  margin-bottom: 14px;
}

.dvrf-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

.dvrf-required {
  color: #e02424;
}

.dvrf-actions {
  margin-top: 16px;
}

.dvrf-submit-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
  background: #111827;
  color: #ffffff;
  cursor: pointer;
}

.dvrf-submit-btn:hover {
  background: #1f2937;
}

.dvrf-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.dvrf-modal {
  background: #ffffff;
  padding: 20px 24px;
  border-radius: 8px;
  max-width: 420px;
  width: 100%;
  position: relative;
}

.dvrf-modal-close {
  position: absolute;
  top: 6px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}
