/* BeautyHub — fiche produit bon cadeau */

.bh-gift-fields {
  margin: 1.25rem 0 1.5rem;
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #f8fafc;
}

.bh-gift-fields__title {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: #0f172a;
}

.bh-gift-fields__hint {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #64748b;
}

.bh-gift-fields__row {
  margin: 0 0 0.85rem;
}

.bh-gift-fields__row:last-child {
  margin-bottom: 0;
}

.bh-gift-fields label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #475569;
}

.bh-gift-fields input[type="text"],
.bh-gift-fields input[type="email"],
.bh-gift-fields input[type="date"],
.bh-gift-fields textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.6rem 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.bh-gift-fields input:focus,
.bh-gift-fields textarea:focus {
  outline: none;
  border-color: #0f172a;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.12);
}

.bh-gift-fields textarea {
  min-height: 4.5rem;
  resize: vertical;
}
