.product-custom-text {
  margin: 1rem 0;
}

.product-custom-text label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.product-custom-text input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  font-family: inherit;
  box-sizing: border-box;
}