/* Style only the gift fields block (do not touch cart layout) */
.single-product form.cart .gcrf-fields{
  width: 100%;
  margin: 0 0 16px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-sizing: border-box;
}

.single-product form.cart .gcrf-fields .form-row{
  margin: 0 0 12px;
}

.single-product form.cart .gcrf-fields label{
  display: block;
  margin: 0 0 6px;
  font-weight: 600;
}

.single-product form.cart .gcrf-fields input.input-text,
.single-product form.cart .gcrf-fields textarea.input-text{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
