/*
Theme Name:   Astra Child
Theme URI:    https://skeleton.local
Description:  Child theme for DigiSquid's Client Sites
Author:       DigiSquid
Template:     astra
Version:      12.14.26
Text Domain:  astra-child
*/

/* =============================================================== */
/* !Remove the Margin at the top of the page */
/* =============================================================== */
#primary {
    margin-top: 0!important;
}

/* ========================================================================== */
/* !UABB Gravity Forms Styling */
/* ========================================================================== */
.gform_wrapper .gform_fields {
  grid-row-gap: 16px!important;   /* default is often 24–32px; lower to tighten */
}

/* --- Visually hide labels (kept for screen readers; text shown via placeholders) --- */
.gform_wrapper .gfield_label,
.gform_wrapper .ginput_complex label {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --- Correct the left and right gutter spacing on the name columns --- */
.gform_wrapper .ginput_complex .gform-grid-col:first-child { padding-left: 0; }
.gform_wrapper .ginput_complex .gform-grid-col:last-child { padding-right: 0; }