:root {
  --drop-color-primary: #0f93c8;
  --drop-color-primary-dark: #0b7fab;
  --drop-color-primary-deep: #0676a4;
  --drop-color-accent: #d8242f;
  --drop-color-accent-dark: #b21a24;
  --drop-color-sand: #ece9dc;
  --drop-color-text: #ffffff;
  --drop-color-body: #44515a;
  --drop-color-heading: #108fbe;
  --drop-color-dark: #1a1a1a;
  --drop-color-border: rgba(16, 143, 190, 0.16);
  --drop-shadow-soft: 0 12px 30px rgba(6, 40, 57, 0.12);
  --drop-radius-sm: 4px;
  --drop-radius-md: 8px;
  --drop-radius-lg: 16px;
  --drop-space-1: 0.5rem;
  --drop-space-2: 0.75rem;
  --drop-space-3: 1rem;
  --drop-space-4: 1.5rem;
  --drop-space-5: 2rem;
  --drop-space-6: 3rem;
  --drop-space-7: 4rem;
  --drop-space-8: 5rem;
  --drop-container: 1200px;
  --drop-font-heading: Arial, Helvetica, sans-serif;
  --drop-font-body: Arial, Helvetica, sans-serif;
  --drop-transition: 180ms ease;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--drop-color-body);
  font-family: var(--drop-font-body);
  font-size: 16px;
  line-height: 1.45;
  background: #fff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--drop-transition), background-color var(--drop-transition), border-color var(--drop-transition), opacity var(--drop-transition);
}

a:hover {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brxe-heading {
  margin: 0 0 0.5em;
  font-family: var(--drop-font-heading);
  font-weight: 700;
  line-height: 1.04;
  color: var(--drop-color-heading);
}

h1,
.drop-title--xl {
  font-size: clamp(2.25rem, 4.5vw, 4.6rem);
}

h2,
.drop-title--lg {
  font-size: clamp(2rem, 3.6vw, 3.5rem);
}

h3,
.drop-title--md {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

p {
  margin: 0 0 1em;
}

ul,
ol {
  margin: 0 0 1em 1.2em;
}

/* Layout helpers */
.drop-container,
.drop-section .bricks-container,
.drop-section .brxe-container {
  width: min(100% - 2rem, var(--drop-container));
  margin-inline: auto;
}

.drop-section {
  position: relative;
}

.drop-surface {
  background: #fff;
  border-radius: var(--drop-radius-md);
  box-shadow: var(--drop-shadow-soft);
}

.drop-stack > * + * {
  margin-top: var(--drop-space-3);
}

.drop-grid {
  display: grid;
  gap: var(--drop-space-4);
}

.drop-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.drop-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.drop-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Header */
.site-header,
.drop-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.drop-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
}

.drop-brand img {
  max-height: 48px;
  width: auto;
}

.drop-nav,
.drop-nav ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.drop-nav a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #666;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.drop-nav a:hover,
.drop-nav .current-menu-item > a {
  color: var(--drop-color-primary);
}

/* Buttons */
.drop-btn,
.bricks-button,
a.bricks-button,
button.bricks-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0.75rem 1rem;
  border: 1px solid transparent;
  border-radius: var(--drop-radius-sm);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.drop-btn--primary,
.drop-btn.is-primary,
.bricks-button.drop-btn--primary {
  color: #fff;
  background: var(--drop-color-accent);
}

.drop-btn--primary:hover,
.drop-btn.is-primary:hover,
.bricks-button.drop-btn--primary:hover {
  background: var(--drop-color-accent-dark);
}

.drop-btn--secondary,
.drop-btn.is-secondary,
.bricks-button.drop-btn--secondary {
  color: #fff;
  background: var(--drop-color-primary);
}

.drop-btn--secondary:hover,
.drop-btn.is-secondary:hover,
.bricks-button.drop-btn--secondary:hover {
  background: var(--drop-color-primary-dark);
}

.drop-btn--light {
  color: var(--drop-color-primary-deep);
  background: rgba(255, 255, 255, 0.94);
}

.drop-btn--light:hover {
  background: #fff;
}

/* ===========================================================
   Gravity Forms — universal button style
   Every GF submit / next / save button matches the site's blue action
   button (--drop-color-primary), so all forms render uniformly:
   createcampaign, register, profile-edit, contact, etc. "Previous" is the
   outline variant. Per-page rules (e.g. the donate form, #gform_10) are more
   specific and still win where a bespoke look is wanted.
   =========================================================== */
.gform_wrapper .gform_button,
.gform_wrapper .gform_next_button,
.gform_wrapper .gform_save_link,
.gform_wrapper input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  border-radius: var(--drop-radius-sm);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: var(--drop-color-primary);
  transition: background 0.15s ease;
}
.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_next_button:hover,
.gform_wrapper .gform_save_link:hover,
.gform_wrapper input[type="submit"]:hover {
  background: var(--drop-color-primary-dark);
}
.gform_wrapper .gform_previous_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1.5rem;
  border-radius: var(--drop-radius-sm);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  color: var(--drop-color-primary);
  background: #fff;
  border: 1px solid var(--drop-color-primary);
  transition: background 0.15s ease, color 0.15s ease;
}
.gform_wrapper .gform_previous_button:hover {
  background: var(--drop-color-primary);
  color: #fff;
}

/* Homepage hero */
.hero-section,
.drop-hero {
  position: relative;
  overflow: hidden;
}

.drop-hero__media {
  min-height: 680px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.drop-hero__inner {
  position: relative;
  display: grid;
  align-items: stretch;
  min-height: 680px;
}

.drop-hero__overlay {
  width: min(480px, 100%);
  padding: var(--drop-space-5);
  background: rgba(115, 151, 147, 0.88);
  color: #fff;
  align-self: start;
  margin-top: 2rem;
}

.drop-hero__title {
  color: #fff;
  font-size: clamp(2.5rem, 5.2vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.drop-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.drop-hero__strap {
  position: relative;
  margin-top: -90px;
  margin-left: auto;
  width: min(72%, 840px);
  padding: 1rem 1.25rem;
  background: rgba(115, 151, 147, 0.92);
  color: #fff;
  font-weight: 700;
  box-shadow: var(--drop-shadow-soft);
}

/* Split trust section */
.drop-trust {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  background: #fff;
}

.drop-trust__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drop-trust__content {
  background: var(--drop-color-primary);
  color: #fff;
  padding: var(--drop-space-5);
}

.drop-trust__content h2,
.drop-trust__content h3,
.drop-trust__content h4 {
  color: #fff;
}

.drop-icon-list {
  display: grid;
  gap: 1rem;
}

.drop-icon-list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
}

.drop-icon-list__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.72);
  font-size: 1.125rem;
  font-weight: 700;
}

/* Feature explainer */
.drop-feature-band {
  padding-block: var(--drop-space-6);
  background: var(--drop-color-sand);
}

.drop-feature-band__heading {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.drop-feature-band__heading img {
  max-width: 150px;
}

.drop-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
}

.drop-feature-card {
  background: var(--drop-color-primary);
  color: #fff;
  padding: 1.5rem;
  min-height: 240px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.drop-feature-card h3 {
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 2.15rem);
}

.drop-feature-card--image {
  padding: 0;
  min-height: 300px;
}

.drop-feature-card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Fundraiser campaign section */
.drop-campaigns {
  padding-block: var(--drop-space-6);
  background: var(--drop-color-sand);
}

.drop-campaigns__title {
  text-align: center;
  margin-bottom: 0.5rem;
}

.drop-campaigns__subhead {
  margin-bottom: 2rem;
  text-align: center;
  color: var(--drop-color-primary);
  font-weight: 700;
}

.drop-campaign-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.drop-campaign-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 360px;
  background: #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  overflow: hidden;
}

.drop-campaign-card__body {
  background: var(--drop-color-primary);
  color: #fff;
  padding: 1rem;
}

.drop-campaign-card__title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 1.25rem;
}

.drop-campaign-card__image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

/* Donation banner */
.drop-banner {
  position: relative;
  overflow: hidden;
}

.drop-banner__image {
  min-height: 620px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.drop-banner__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--drop-space-5);
}

.drop-banner__headline {
  max-width: 480px;
  padding: 1rem 1.25rem;
  background: rgba(115, 151, 147, 0.88);
  color: #fff;
}

.drop-banner__headline h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.96;
}

.drop-banner__actions {
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Stats strip */
.drop-impact {
  background: var(--drop-color-primary);
  color: #fff;
  text-align: center;
  padding: var(--drop-space-5) 1rem var(--drop-space-4);
}

.drop-impact h2,
.drop-impact h3,
.drop-impact h4,
.drop-impact p {
  color: #fff;
}

.drop-impact__eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  opacity: 0.9;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.drop-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.drop-stat {
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.drop-stat__value {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
}

.drop-stat__label {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  opacity: 0.92;
}

/* Footer */
.site-footer,
.drop-site-footer {
  background: var(--drop-color-dark);
  color: rgba(255, 255, 255, 0.88);
  padding: 2rem 0;
}

.site-footer a,
.drop-site-footer a {
  color: #fff;
}

/* Utility */
.drop-text-white,
.drop-text-white h1,
.drop-text-white h2,
.drop-text-white h3,
.drop-text-white p {
  color: #fff;
}

.drop-bg-primary {
  background: var(--drop-color-primary);
}

.drop-bg-sand {
  background: var(--drop-color-sand);
}

.drop-rounded {
  border-radius: var(--drop-radius-md);
}

.drop-shadow {
  box-shadow: var(--drop-shadow-soft);
}

.drop-pad-lg {
  padding: var(--drop-space-5);
}

.drop-center {
  text-align: center;
}

/* Bricks editor compatibility */
.brxe-section.drop-section,
.brxe-container.drop-container,
.brxe-block.drop-surface {
  box-sizing: border-box;
}

/* Responsive */
@media (max-width: 991px) {
  .drop-grid--4,
  .drop-grid--3,
  .drop-grid--2,
  .drop-trust,
  .drop-feature-band__heading,
  .drop-feature-grid,
  .drop-campaign-grid,
  .drop-stat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .drop-header-bar {
    min-height: 68px;
  }

  .drop-hero__media,
  .drop-hero__inner {
    min-height: 560px;
  }

  .drop-hero__strap {
    width: calc(100% - 2rem);
    margin: -50px auto 0;
  }

  .drop-banner__image {
    min-height: 520px;
  }
}

@media (max-width: 767px) {
  .drop-grid--4,
  .drop-grid--3,
  .drop-grid--2,
  .drop-trust,
  .drop-feature-band__heading,
  .drop-feature-grid,
  .drop-campaign-grid,
  .drop-stat-grid {
    grid-template-columns: 1fr;
  }

  .drop-container,
  .drop-section .bricks-container,
  .drop-section .brxe-container {
    width: min(100% - 1rem, var(--drop-container));
  }

  .drop-hero__overlay,
  .drop-banner__headline {
    width: 100%;
    padding: 1rem;
  }

  .drop-hero__media,
  .drop-hero__inner,
  .drop-banner__image {
    min-height: 460px;
  }

  .drop-hero__cta-row,
  .drop-banner__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .drop-hero__strap {
    margin-top: 0;
    width: 100%;
  }

  .drop-trust__content,
  .drop-feature-card,
  .drop-impact {
    padding: 1rem;
  }

  .drop-campaign-card {
    min-height: auto;
  }
}

/* ============================================================
   My Account / member dashboard (/my-account/, page 58710)
   Ported from the live Elementor page (post-58710.css) + DROP brand tokens.
   Styles the shortcode content (tables, buttons, section labels); the page
   LAYOUT is rebuilt with Bricks sections. Scoped to .page-id-58710.
   ============================================================ */

.page-id-58710 {
  --cream-bg: #F5F3EC;     /* section background       */
  --drop-red: #BE0629;     /* buttons / accents        */
  --label-taupe: #9B8E79;  /* uppercase section labels */
  --row-rule: #E7E2D6;     /* table row divider        */
}

/* Faithful rules carried over from the live page */
.page-id-58710 .DROP-campaigns-export-button,
.page-id-58710 .DROP-donation-export-button {
  text-align: center;
}

/* live used `.woocommerce-account #site-content .woocommerce`; adapted for Bricks */
.page-id-58710 .woocommerce {
  max-width: none;
  padding: 0;
  margin: 0 auto;
}

/* Section labels (MY PROFILE, MY CAMPAIGNS, MY DONATIONS, …) */
.page-id-58710 h3,
.page-id-58710 h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  color: var(--label-taupe);
  margin: 28px 0 12px;
}

/* Campaign + donation tables (live leaves these default; light on-brand polish) */
.page-id-58710 .DROP-admin-campaigns-table,
.page-id-58710 .DROP-admin-donations-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px;
  font-family: "Open Sans", sans-serif;
}

.page-id-58710 .DROP-admin-campaigns-table th,
.page-id-58710 .DROP-admin-donations-table th {
  background: var(--cream-bg);
  color: var(--label-taupe);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: left;
  padding: 10px 12px;
}

.page-id-58710 .DROP-admin-campaigns-table td,
.page-id-58710 .DROP-admin-donations-table td {
  padding: 10px 12px;
  border-top: 1px solid var(--row-rule);
  vertical-align: middle;
}

.page-id-58710 .DROP-admin-campaigns-table .campaign-title {
  font-weight: 600;
}

/* Buttons: Create campaign / Logout / Export (live red #BE0629) */
.page-id-58710 a[role="button"],
.page-id-58710 .DROP-campaigns-export-button [type="submit"],
.page-id-58710 .DROP-donation-export-button [type="submit"] {
  display: inline-block;
  background: var(--drop-red);
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 18px;
  border: 0;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

.page-id-58710 a[role="button"]:hover,
.page-id-58710 .DROP-campaigns-export-button [type="submit"]:hover,
.page-id-58710 .DROP-donation-export-button [type="submit"]:hover {
  filter: brightness(0.92);
}


/* ===========================================================
   Donation form (Gravity Form 10 on /donate/, page 20261)

   DROP-29: styled to approximate the designer's "Choose how you want to give"
   mockup while keeping the real, working GF form. First pass — refine vs. the
   live page. Brand blue = var(--drop-color-primary).
   =========================================================== */

/* Internal / JS-driven fields kept hidden (do not show to the donor). */
.page-id-20261 #field_10_57,
.page-id-20261 #field_10_63,
.page-id-20261 #field_10_43,
.page-id-20261 #field_10_78,
.page-id-20261 #input_10_50 { display: none; }
.page-id-20261 #field_10_50 .gfield_label { display: none; }

/* Card wrapper, centered. */
.page-id-20261 #gform_wrapper_10 {
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e4e7eb;
  border-radius: 14px;
  padding: 26px 30px;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.page-id-20261 #gform_10 .gform_body,
.page-id-20261 #gform_10 .gform_page { background: transparent; }
.page-id-20261 #gform_fields_10 { display: block; padding: 0; }
.page-id-20261 #gform_wrapper_10 .gfield { margin-bottom: 16px; }
.page-id-20261 #gform_wrapper_10 .gfield_required { display: none; }

/* Shared "radio rendered as a button" treatment (frequency, amount, payment). */
.page-id-20261 #field_10_76 .gfield_radio,
.page-id-20261 #field_10_81 .gfield_radio,
.page-id-20261 #field_10_33 .gfield_radio {
  display: flex; flex-wrap: wrap; gap: 10px;
  list-style: none; margin: 0; padding: 0;
}
.page-id-20261 #field_10_76 .gchoice,
.page-id-20261 #field_10_81 .gchoice,
.page-id-20261 #field_10_33 .gchoice { margin: 0; }
.page-id-20261 #field_10_76 input[type="radio"],
.page-id-20261 #field_10_81 input[type="radio"],
.page-id-20261 #field_10_33 input[type="radio"] {
  position: absolute; opacity: 0; pointer-events: none;
}
.page-id-20261 #field_10_76 .gchoice label,
.page-id-20261 #field_10_81 .gchoice label,
.page-id-20261 #field_10_33 .gchoice label {
  display: block; width: 100%; text-align: center;
  padding: 12px 14px; margin: 0;
  border: 1px solid var(--drop-color-primary); border-radius: 8px;
  color: var(--drop-color-primary); background: #fff;
  font-weight: 600; cursor: pointer;
  transition: background .12s, color .12s;
}
.page-id-20261 #field_10_76 input:checked + label,
.page-id-20261 #field_10_81 input:checked + label,
.page-id-20261 #field_10_33 input:checked + label {
  background: var(--drop-color-primary); color: #fff;
}
.page-id-20261 #field_10_76 .gchoice label:hover,
.page-id-20261 #field_10_81 .gchoice label:hover,
.page-id-20261 #field_10_33 .gchoice label:hover { background: #eaf6fc; }
.page-id-20261 #field_10_76 input:checked + label:hover,
.page-id-20261 #field_10_81 input:checked + label:hover,
.page-id-20261 #field_10_33 input:checked + label:hover { background: var(--drop-color-primary-dark); }

/* Frequency: equal-width toggle across the row. */
.page-id-20261 #field_10_76 .gchoice { flex: 1 1 0; }
.page-id-20261 #field_10_76 .gfield_label { display: none; }

/* Amount presets: 2-up grid. */
.page-id-20261 #field_10_81 .gchoice { flex: 1 1 calc(50% - 10px); }
.page-id-20261 #field_10_81 .gfield_label { display: none; }

/* Custom amount input. */
.page-id-20261 #field_10_48 .gfield_label { display: none; }
.page-id-20261 #input_10_48 {
  width: 100%; text-align: center;
  padding: 14px; font-size: 1.25rem; font-weight: 600; color: #333;
  border: 1px solid #cfd6dd; border-radius: 8px;
}

/* Payment method: side-by-side buttons + a real label. */
.page-id-20261 #field_10_33 .gchoice { flex: 1 1 calc(50% - 10px); }
.page-id-20261 #field_10_33 .gfield_label {
  display: block; font-weight: 600; color: #333; margin-bottom: 8px;
}
.page-id-20261 #gfield_description_10_33 { display: none; }

/* "In someone's name" checkbox row. */
.page-id-20261 #field_10_44 .gchoice { display: flex; align-items: center; gap: 8px; }
.page-id-20261 #field_10_44 label { color: #555; font-weight: 400; }

/* Buttons (Continue / next / previous / submit). */
.page-id-20261 #gform_10 .gform_button,
.page-id-20261 #gform_10 .gform_next_button,
.page-id-20261 #gform_10 .gform_previous_button {
  background: var(--drop-color-primary); color: #fff; border: none; border-radius: 8px;
  padding: 13px 28px; font-weight: 600; cursor: pointer;
}
.page-id-20261 #gform_10 .gform_button:hover,
.page-id-20261 #gform_10 .gform_next_button:hover { background: var(--drop-color-primary-dark); }
.page-id-20261 #gform_10 .gform_previous_button {
  background: #fff; color: var(--drop-color-primary); border: 1px solid var(--drop-color-primary);
}
.page-id-20261 .gform_page_footer { text-align: center; margin-top: 18px; }

/* --- Donation form refinements (pass 2) --- */
/* Hide the multi-page step indicator and the redundant in-form tagline. */
.page-id-20261 .gf_page_steps { display: none; }
.page-id-20261 #field_10_86 { display: none; }

/* The page otherwise inherits an oversized font; set sane sizes. */
.page-id-20261 #gform_wrapper_10 { font-size: 16px; line-height: 1.4; color: #333; }
.page-id-20261 #field_10_81 .gchoice label,
.page-id-20261 #field_10_33 .gchoice label { font-size: 15px; }

/* Frequency: smaller text + allow shrink so all three fit the row. */
.page-id-20261 #field_10_76 .gchoice { flex: 1 1 0; min-width: 0; }
.page-id-20261 #field_10_76 .gchoice label { font-size: 13px; padding: 11px 6px; line-height: 1.2; }

/* Section labels at a reasonable, non-shouty size. */
.page-id-20261 #field_10_33 .gfield_label { font-size: 14px; }
.page-id-20261 #field_10_44 .gfield_label,
.page-id-20261 #field_10_44 .gchoice label { font-size: 14px; font-weight: 400; line-height: 1.3; }
