/* =====================================================
   FORM FIELDS (SHARED)
===================================================== */

.gf-field-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(42, 42, 55, 0.6);
    margin-bottom: 6px;
    display: block;
}

.gf-input {
  border: none;
  background: transparent;
  padding: 6px 0;
  font-weight: 600;
  text-align: center;
}

.gf-input,
.gf-input-edit {
    font-size: 0.95rem;
    font-weight: 500;
    color: #1f1f29;
}
