.hbpf-fields {
  --hbpf-blue: #1267a5;
  --hbpf-ink: #1e3442;
  clear: both;
  margin: 20px 0;
  padding: 18px;
  border: 1px solid #cfe1ec;
  border-radius: 12px;
  background: linear-gradient(145deg, #fff 0%, #f4faff 100%);
  box-shadow: 0 8px 24px rgba(24, 79, 113, 0.09);
}

.hbpf-fields h3 {
  margin: 0 0 15px;
  color: var(--hbpf-ink);
  font-size: 22px;
}

.hbpf-field {
  margin-bottom: 15px;
}

.hbpf-field:last-child {
  margin-bottom: 0;
}

.hbpf-field > label {
  display: block;
  margin-bottom: 5px;
  color: var(--hbpf-ink);
  font-weight: 700;
}

.hbpf-field input[type="text"],
.hbpf-field input[type="date"],
.hbpf-field input[type="file"],
.hbpf-field textarea,
.hbpf-field select {
  width: 100%;
  border: 1px solid #b8cedb;
  border-radius: 6px;
  background: #fff;
}

.hbpf-field input[type="file"] {
  padding: 9px;
  border-style: dashed;
}

.hbpf-field small {
  display: block;
  margin-top: 5px;
  color: #526c7c;
  font-size: 12px;
}

.hbpf-choices {
  display: grid;
  gap: 7px;
}

.hbpf-choices label,
.hbpf-checkbox {
  display: flex !important;
  align-items: center;
  gap: 7px;
  font-weight: 400 !important;
}

.hbpf-remove-addon {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}
