.product-custom-options {
  margin-bottom: 1.5rem;
}

.product-custom-options__required {
  color: rgb(var(--color-foreground));
  margin-inline-start: 0.15rem;
}

.product-custom-options__note {
  margin-top: 1rem;
}

.product-custom-options__note .field {
  margin-top: 0.5rem;
}

.product-custom-options__note .text-area {
  min-height: 6.5rem;
  resize: vertical;
}

.product-custom-options__error {
  margin-top: 1rem;
  margin-bottom: 0;
}

.product-custom-options__error[hidden] {
  display: none;
}
