/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2026 | 20:23:49 */
/*==============================================================
  SIC — Gravity Forms
  Split from rule 2969 "SIC Page CSS - Claude" into structured files.
  Scope: SIC posts (body.category-sic); selectors are guarded, safe site-wide.
  GF base, composite fields, donation total card, HTML fields, captcha, submit CTA, validation, divider, contact form, footer, accessibility, responsive, checkbox fieldset.
==============================================================*/
/*--------------------------------------------------------------
   10. GRAVITY FORMS — base
--------------------------------------------------------------*/
body.category-sic .gform_wrapper .gform_heading {
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  text-align: left !important;
  border: none !important;
}
body.category-sic .gform_wrapper .gform_required_legend { display: none !important; }
body.category-sic .gform_wrapper .gform_description {
  font-size: 0.9rem !important;
  color: var(--sic-muted) !important;
  margin: 0 !important;
}
body.category-sic .gform_wrapper .gform_description:empty { display: none !important; }
body.category-sic .gform_wrapper .gfield {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
body.category-sic .gform_wrapper .admin-hidden-markup,
body.category-sic .gform_wrapper .gfield_visibility_hidden { display: none !important; }
body.category-sic .gform_wrapper .gsection {
  border: none !important;
  margin: 8px 0 0 0 !important;
  padding: 0 0 6px 0 !important;
  border-bottom: 1px solid var(--sic-line) !important;
}
body.category-sic .gform_wrapper .gsection_title {
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  color: var(--sic-text) !important;
  text-align: left !important;
  margin: 0 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}
body.category-sic .gform_wrapper .gsection_description {
  font-size: 0.8rem !important;
  color: var(--sic-muted) !important;
  text-align: left !important;
  margin-top: 4px !important;
}
body.category-sic .gform_wrapper .gfield_label {
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  color: var(--sic-text-soft) !important;
  margin: 0 0 6px 0 !important;
  display: block !important;
  text-align: left !important;
  /* Override the inline #gform_wrapper_25 padding-left:30px */
  padding-left: 0 !important;
  justify-content: flex-start !important;
}
body.category-sic .gform_wrapper legend.gfield_label {
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
}
body.category-sic .gform_wrapper .hidden_label > .gfield_label,
body.category-sic .gform_wrapper .screen-reader-text {
  position: absolute !important;
  width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
body.category-sic .gform_wrapper .gfield_required {
  color: var(--sic-primary) !important;
  margin-left: 2px !important;
}
body.category-sic .gform_wrapper .gfield_description {
  color: var(--sic-muted) !important;
  font-size: 0.8rem !important;
  text-align: left !important;
  margin: 4px 0 0 0 !important;
}

/* Inputs / textarea — overriding the heavy black-bordered inline form CSS */
body.category-sic .gform_wrapper input[type="text"]:not(.gform-text-input-reset),
body.category-sic .gform_wrapper input[type="email"],
body.category-sic .gform_wrapper input[type="tel"],
body.category-sic .gform_wrapper input[type="number"],
body.category-sic .gform_wrapper input[type="url"],
body.category-sic .gform_wrapper input[type="password"],
body.category-sic .gform_wrapper input.large,
body.category-sic .gform_wrapper input.medium,
body.category-sic .gform_wrapper input.small,
body.category-sic .gform_wrapper textarea {
  width: 100% !important;
  height: var(--sic-control-h) !important;
  padding: 10px 14px !important;
  margin: 0 !important;
  background: #fff !important;
  border: 1.5px solid var(--sic-line) !important;
  border-radius: var(--sic-radius) !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: var(--sic-text) !important;
  line-height: 1.4 !important;
  box-shadow: var(--sic-shadow-sm) !important;
  transition: border-color .2s ease, box-shadow .2s ease !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  outline: none !important;
  max-width: 100% !important;
}
body.category-sic .gform_wrapper textarea {
  height: auto !important;
  min-height: 120px !important;
  border-radius: var(--sic-radius) !important;
  line-height: 1.55 !important;
  resize: vertical !important;
}
body.category-sic .gform_wrapper input:hover,
body.category-sic .gform_wrapper textarea:hover { border-color: #d1d5db !important; }
body.category-sic .gform_wrapper input:focus,
body.category-sic .gform_wrapper textarea:focus {
  border-color: var(--sic-primary) !important;
  box-shadow: 0 0 0 3px var(--sic-primary-glow) !important;
}
body.category-sic .gform_wrapper input::placeholder,
body.category-sic .gform_wrapper textarea::placeholder {
  color: var(--sic-subtle) !important;
  font-style: normal !important;
  opacity: 1 !important;
}

/* Select */
body.category-sic .gform_wrapper select {
  width: 100% !important;
  height: var(--sic-control-h) !important;
  padding: 0 42px 0 14px !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 14px !important;
  border: 1.5px solid var(--sic-line) !important;
  border-radius: var(--sic-radius) !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  color: var(--sic-text) !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  outline: none !important;
}
body.category-sic .gform_wrapper select:focus {
  border-color: var(--sic-primary) !important;
  box-shadow: 0 0 0 3px var(--sic-primary-glow) !important;
}
body.category-sic .gform_wrapper select::-ms-expand { display: none !important; }

/* Radio / checkbox pills */
body.category-sic .gform_wrapper .gfield_radio input[type="radio"],
body.category-sic .gform_wrapper .gfield_checkbox input[type="checkbox"],
body.category-sic .gform_wrapper .ginput_container_consent input[type="checkbox"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important; height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  pointer-events: none !important;
}
body.category-sic .gform_wrapper .gfield_radio {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 8px !important;
}
body.category-sic .gform_wrapper .gfield_checkbox {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}
body.category-sic .gform_wrapper .gfield_radio .gchoice,
body.category-sic .gform_wrapper .gfield_checkbox .gchoice {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
}
body.category-sic .gform_wrapper .gfield_radio .gchoice label,
body.category-sic .gform_wrapper .gfield_checkbox .gchoice label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 44px !important;
  padding: 8px 14px !important;
  margin: 0 !important;
  background: #fff !important;
  border: 1.5px solid var(--sic-line) !important;
  border-radius: var(--sic-radius) !important;
  font-family: inherit !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: var(--sic-text) !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: all .2s ease !important;
  user-select: none !important;
  line-height: 1.3 !important;
}
body.category-sic .gform_wrapper .gfield_radio .gchoice label:hover,
body.category-sic .gform_wrapper .gfield_checkbox .gchoice label:hover {
  border-color: var(--sic-primary) !important;
  background: var(--sic-primary-soft) !important;
}
body.category-sic .gform_wrapper .gfield_radio input[type="radio"]:checked + label,
body.category-sic .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label {
  background: var(--sic-primary) !important;
  border-color: var(--sic-primary) !important;
  color: #fff !important;
}
body.category-sic .gform_wrapper .gfield_radio input[type="radio"]:checked + label::before,
body.category-sic .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label::before {
  content: "" !important;
  display: inline-flex !important;
  flex-shrink: 0 !important;
  width: 16px !important; height: 16px !important;
  margin-right: 8px !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233087B0' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 11px 11px !important;
  border-radius: 50% !important;
}
/* Sidebar variant: stack radios single-column for narrow column */
body.category-sic .sicpostdonate .gform_wrapper .gfield_radio {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
}

/*--------------------------------------------------------------
   11. COMPOSITE FIELDS (name / address)
--------------------------------------------------------------*/
body.category-sic .gform_wrapper .ginput_complex {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
}
body.category-sic .gform_wrapper .ginput_complex .ginput_full,
body.category-sic .gform_wrapper .ginput_complex .address_line_1,
body.category-sic .gform_wrapper .ginput_complex .address_line_2 {
  grid-column: span 2 !important;
}
body.category-sic .gform_wrapper .ginput_complex .gform-grid-col { min-width: 0 !important; }
body.category-sic .gform_wrapper .ginput_complex label,
body.category-sic .gform_wrapper .name_first label,
body.category-sic .gform_wrapper .name_last label,
body.category-sic .gform_wrapper .address_line_1 label,
body.category-sic .gform_wrapper .address_city label,
body.category-sic .gform_wrapper .address_state label,
body.category-sic .gform_wrapper .address_zip label,
body.category-sic .gform_wrapper .address_country label {
  font-size: 0.72rem !important;
  font-weight: 500 !important;
  font-style: normal !important;
  color: var(--sic-muted) !important;
  margin: 4px 0 0 0 !important;
  padding-left: 2px !important;
  text-align: left !important;
}

/*--------------------------------------------------------------
   12. PRODUCT / PRICE — donation total card
--------------------------------------------------------------*/
body.category-sic .gform_wrapper .ginput_container_product_calculation {
  background: var(--sic-primary-soft) !important;
  border: 1px solid rgba(48,135,176,.25) !important;
  border-radius: var(--sic-radius) !important;
  padding: 12px 14px !important;
  margin-top: 6px !important;
  text-align: center !important;
}
/* Hide the "PRICE:" label — the styled price block already has a
   "Total" caption appended via ::after below. Matches CSF. */
body.category-sic .gform_wrapper .ginput_product_price_label {
  display: none !important;
}
body.category-sic .gform_wrapper .ginput_product_price {
  display: block !important;
  font-size: 1.6rem !important;
  font-weight: 800 !important;
  color: var(--sic-primary-dark) !important;
  margin: 0 !important;
  letter-spacing: -0.01em !important;
}
body.category-sic .gform_wrapper .ginput_product_price::after {
  content: "Total" !important;
  display: block !important;
  margin-top: 0.5em !important;
  font-size: 0.5em !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: var(--sic-primary-dark) !important;
}

/*--------------------------------------------------------------
   13. HTML FIELDS / INLINE NOTES
--------------------------------------------------------------*/
body.category-sic .gform_wrapper .gfield_html {
  font-size: 0.85rem !important;
  color: var(--sic-text-soft) !important;
  line-height: 1.5 !important;
}
body.category-sic .gform_wrapper .gfield_html p {
  margin: 0 0 8px 0 !important;
}

/*--------------------------------------------------------------
   14. CAPTCHA
--------------------------------------------------------------*/
/* The "protected by reCAPTCHA" badge ends up rendered inside the
   donate form on this page (the SIC plugin or Gravity Forms is
   placing a copy mid-form, between the Total card and the next-page
   button). Anything that visually represents reCAPTCHA INSIDE the
   form gets hidden. We use visibility:hidden + clip rather than
   display:none so the underlying reCAPTCHA validation token can
   still be sent on submit. */
body.category-sic .sicpostdonate .grecaptcha-badge,
body.category-sic .sicpostdonate .ginput_recaptcha,
body.category-sic .sicpostdonate .gfield--type-captcha,
body.category-sic .sicpostdonate .g-recaptcha,
body.category-sic .sicpostdonate iframe[src*="recaptcha"],
body.category-sic .sicpostdonate iframe[title*="reCAPTCHA"],
body.category-sic .sicpostdonate iframe[title*="recaptcha"] {
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  max-height: 1px !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  display: block !important;
  opacity: 0 !important;
}

/* Google's standalone floating reCAPTCHA badge — pin to viewport
   bottom-right and clip to logo-only (hide the "protected by
   reCAPTCHA" text). The logo sits on the LEFT side of Google's
   256px-wide badge, so we just clip the width down to ~70px from
   the left edge. */
body.category-sic .grecaptcha-badge,
.category-sic .grecaptcha-badge {
  position: fixed !important;
  bottom: 14px !important;
  right: 14px !important;
  left: auto !important;
  top: auto !important;
  z-index: 999999 !important;
  margin: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
  width: 70px !important;
  height: 60px !important;
  overflow: hidden !important;
  box-shadow: 0 0 4px rgba(0,0,0,.15) !important;
  border-radius: 0 6px 6px 0 !important;
}

/*--------------------------------------------------------------
   15. FORM FOOTER + SUBMIT (SIC blue CTA)
--------------------------------------------------------------*/
body.category-sic .gform_wrapper .gform_footer,
body.category-sic .gform_wrapper .gform-footer {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 16px 0 0 0 !important;
  padding: 12px 0 0 0 !important;
  border-top: 1px solid var(--sic-line) !important;
  text-align: center !important;
  grid-column: 1 / -1 !important;
  float: none !important;
  clear: both !important;
}
body.category-sic .gform_wrapper input[type="submit"],
body.category-sic .gform_wrapper .gform_button,
body.category-sic .gform_wrapper button.gform_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 14px 24px !important;
  background: linear-gradient(135deg, var(--sic-primary) 0%, var(--sic-accent) 100%) !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  border: none !important;
  border-radius: var(--sic-radius-full) !important;
  box-shadow: 0 1px 2px rgba(0,0,0,.05), 0 6px 16px var(--sic-primary-glow) !important;
  cursor: pointer !important;
  transition: filter .2s ease, transform .2s ease, box-shadow .2s ease !important;
  animation: none !important;
}
body.category-sic .gform_wrapper input[type="submit"]:hover,
body.category-sic .gform_wrapper .gform_button:hover {
  filter: brightness(1.06) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 1px 2px rgba(0,0,0,.06), 0 10px 24px var(--sic-primary-glow) !important;
}
body.category-sic .gform_wrapper input[type="submit"]:active { transform: translateY(0) !important; }

/* Multi-page nav buttons (Next / Previous) */
body.category-sic .gform_wrapper .gform-page-footer,
body.category-sic .gform_wrapper .gform_page_footer {
  display: flex !important;
  flex-direction: column-reverse !important;  /* submit visually on top */
  align-items: stretch !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 16px 0 0 0 !important;
  padding: 12px 0 0 0 !important;
  border-top: 1px solid var(--sic-line) !important;
  text-align: center !important;
  float: none !important;
  clear: both !important;
}
body.category-sic .gform_wrapper .gform-page-footer:has(> input:only-of-type),
body.category-sic .gform_wrapper .gform_page_footer:has(> input:only-of-type) {
  justify-content: center !important;
}
body.category-sic .gform_wrapper .gform_next_button,
body.category-sic .gform_wrapper .gform_previous_button,
body.category-sic .gform_wrapper input.gform_next_button,
body.category-sic .gform_wrapper input.gform_previous_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 14px 18px !important;
  font-family: inherit !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  border: none !important;
  border-radius: var(--sic-radius-full) !important;
  cursor: pointer !important;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
  animation: none !important;
  line-height: 1.2 !important;
}
/* Primary "Next" — SIC gradient */
body.category-sic .gform_wrapper .gform_next_button,
body.category-sic .gform_wrapper input.gform_next_button {
  background: linear-gradient(135deg, var(--sic-primary) 0%, var(--sic-accent) 100%) !important;
  color: #fff !important;
  box-shadow: 0 1px 2px rgba(0,0,0,.05), 0 6px 16px var(--sic-primary-glow) !important;
}
body.category-sic .gform_wrapper .gform_next_button:hover,
body.category-sic .gform_wrapper input.gform_next_button:hover {
  filter: brightness(1.06) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 1px 2px rgba(0,0,0,.06), 0 10px 24px var(--sic-primary-glow) !important;
}
/* Secondary "Previous" — outlined */
body.category-sic .gform_wrapper .gform_previous_button,
body.category-sic .gform_wrapper input.gform_previous_button {
  background: #fff !important;
  color: var(--sic-text) !important;
  border: 1.5px solid var(--sic-line) !important;
  box-shadow: var(--sic-shadow-sm) !important;
  width: 100% !important;
}
body.category-sic .gform_wrapper .gform_previous_button:hover,
body.category-sic .gform_wrapper input.gform_previous_button:hover {
  background: var(--sic-surface-2) !important;
  border-color: var(--sic-primary) !important;
  color: var(--sic-primary) !important;
  transform: translateY(-1px) !important;
}
/* Submit-in-footer layout */
body.category-sic .gform_wrapper .gform_footer {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.category-sic .gform_wrapper .gform_footer .gform_button,
body.category-sic .gform_wrapper .gform_footer input[type="submit"],
body.category-sic .gform_wrapper .gform-page-footer .gform_button,
body.category-sic .gform_wrapper .gform_page_footer .gform_button,
body.category-sic .gform_wrapper .gform-page-footer input[type="submit"],
body.category-sic .gform_wrapper .gform_page_footer input[type="submit"] {
  width: 100% !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  padding: 14px 18px !important;
  white-space: normal !important;
}

/*--------------------------------------------------------------
   16. VALIDATION
--------------------------------------------------------------*/
body.category-sic .gform_wrapper .validation_message,
body.category-sic .gform_wrapper .gfield_validation_message {
  font-size: 0.82rem !important;
  color: #b91c1c !important;
  margin-top: 6px !important;
  padding: 6px 10px !important;
  background: var(--sic-danger-soft) !important;
  border-radius: var(--sic-radius-sm) !important;
  text-align: left !important;
}
body.category-sic .gform_wrapper .gfield_error input,
body.category-sic .gform_wrapper .gfield_error textarea,
body.category-sic .gform_wrapper .gfield_error select {
  border-color: var(--sic-danger) !important;
}
body.category-sic .gform_wrapper .gform_validation_errors {
  padding: 12px 14px !important;
  margin: 0 0 12px 0 !important;
  background: var(--sic-danger-soft) !important;
  border: 1px solid var(--sic-danger) !important;
  border-radius: var(--sic-radius) !important;
  color: #991b1b !important;
  font-size: 0.9rem !important;
  text-align: left !important;
}

/*--------------------------------------------------------------
   17. DIVIDER
--------------------------------------------------------------*/
body.category-sic hr.sicpostdivider {
  border: none !important;
  border-top: 1px solid var(--sic-line) !important;
  margin: 32px 0 !important;
  background: transparent !important;
  height: 0 !important;
}

/*--------------------------------------------------------------
   18. CONTACT FORM (full-width, below everything)
--------------------------------------------------------------*/
body.category-sic .sicpostcontact {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  animation: none !important;
  clear: both !important;
}
body.category-sic .sicpostcontact .csfpostsubtitle,
body.category-sic .sicpostcontact .sicpostsubtitle,
body.category-sic .sicpostcontact h2 {
  text-align: left !important;
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  color: var(--sic-text) !important;
  margin: 0 0 16px 0 !important;
  text-shadow: none !important;
}
body.category-sic .sicpostcontact .gform_wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 24px !important;
  background: var(--sic-surface) !important;
  border: 1px solid var(--sic-line) !important;
  border-radius: var(--sic-radius-lg) !important;
  box-shadow: var(--sic-shadow) !important;
  animation: none !important;
}
body.category-sic .sicpostcontact .gform_wrapper::before,
body.category-sic .sicpostcontact .gform_wrapper::after { content: none !important; }
body.category-sic .sicpostcontact .gform_wrapper .gform_fields {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  grid-template-columns: none !important;
}

/*--------------------------------------------------------------
   19. SITE FOOTER
--------------------------------------------------------------*/
body.category-sic .site-footer,
body.category-sic footer.site-info {
  width: 100% !important;
  margin-top: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border-top: 1px solid var(--sic-line) !important;
  box-shadow: none !important;
}
body.category-sic footer.site-info .inside-site-info {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}
body.category-sic footer.site-info::before { content: none !important; }
body.category-sic footer.site-info .copyright-bar {
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  color: var(--sic-muted) !important;
  text-align: center !important;
  line-height: 1.6 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
body.category-sic footer.site-info .copyright-bar::before { content: none !important; }
body.category-sic footer.site-info .copyright-bar a {
  color: var(--sic-primary) !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}
body.category-sic footer.site-info .copyright-bar a:hover {
  color: var(--sic-primary-hover) !important;
  text-decoration: underline !important;
}

/*--------------------------------------------------------------
   20. ACCESSIBILITY
--------------------------------------------------------------*/
body.category-sic *:focus-visible {
  outline: 2px solid var(--sic-primary) !important;
  outline-offset: 2px !important;
}
@media (prefers-reduced-motion: reduce) {
  body.category-sic * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.2s !important;
  }
}
/* Respect Gravity Forms conditional logic */
body.category-sic .gform_wrapper .gform_footer[style*="display: none"],
body.category-sic .gform_wrapper .gform-footer[style*="display: none"],
body.category-sic .gform_wrapper .gfield[style*="display: none"],
body.category-sic .gform_wrapper input[type="submit"][style*="display: none"],
body.category-sic .gform_wrapper .gform_button[style*="display: none"] {
  display: none !important;
}

/*--------------------------------------------------------------
   21. RESPONSIVE refinements
--------------------------------------------------------------*/
@media (max-width: 879px) {
  body.category-sic .sicpostbanner { max-height: 360px !important; }
  body.category-sic .sicpostbanner img { max-height: 320px !important; }
  body.category-sic .sicpostheader { padding: 22px 18px !important; }
  body.category-sic .sicpostcontact .gform_wrapper { padding: 20px !important; }
}
@media (max-width: 600px) {
  body.category-sic .gform_wrapper .ginput_complex,
  body.category-sic .gform_wrapper .ginput_cardextras,
  body.category-sic .gform_wrapper .ginput_container_ach {
    grid-template-columns: 1fr !important;
  }
  body.category-sic .gform_wrapper .ginput_container_ach .ginput_full {
    grid-column: span 1 !important;
  }
  body.category-sic .donateandshare {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  body.category-sic .donateandshare .sicpostshare { justify-content: center !important; }
  body.category-sic .sicposttopbutton { width: 100% !important; }
}
@media (max-width: 480px) {
  body.category-sic .entry-content { padding: 16px 14px 56px !important; }
  body.category-sic .sicposttitlename { font-size: 1.45rem !important; }
  body.category-sic .gform_wrapper .gfield_radio { grid-template-columns: 1fr !important; }
  body.category-sic .gform_wrapper input[type="submit"],
  body.category-sic .gform_wrapper .gform_button { width: 100% !important; padding: 13px 18px !important; }
  body.category-sic .sicpostbanner { max-height: 300px !important; }
  body.category-sic .sicpostbanner img { max-height: 260px !important; }
}

/*--------------------------------------------------------------
   22. CHECKBOX-FIELDSET BREATHING ROOM (parity with CSF fix)
--------------------------------------------------------------*/
body.category-sic .sicpostdonate fieldset.gfield--type-checkbox {
  margin: 6px 0 !important;
  padding: 0 !important;
  border: none !important;
}
body.category-sic .sicpostdonate fieldset.gfield--type-checkbox + fieldset.gfield--type-checkbox,
body.category-sic .sicpostdonate fieldset.gfield--type-checkbox + .gfield {
  margin-top: 14px !important;
}
body.category-sic .sicpostdonate .gfield--type-checkbox .ginput_container_checkbox {
  padding: 2px 0 !important;
}
/* Right-edge border bleed on radio/checkbox pills (swiper sub-pixel issue) */
body.category-sic .sicpostdonate .gfield_radio,
body.category-sic .sicpostdonate .gfield_checkbox {
  padding-right: 2px !important;
  padding-left: 2px !important;
  box-sizing: border-box !important;
}
body.category-sic .sicpostdonate .gfield_radio .gchoice label,
body.category-sic .sicpostdonate .gfield_checkbox .gchoice label {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
body.category-sic .sicpostdonate .gform_page,
body.category-sic .sicpostdonate .swiper-slide {
  overflow-x: clip !important;
}
