/*
   Customizations unique to Life Skills Program
   The Add Assets Plugin mimics the child theme concept for this site

   Green: #8cc63f
   Orange: #f1592a
*/
.contact-icon > svg {
    width: 20px !important;
    height: 20px !important;
}
.contact-icon {
    color: #f1592a;
    margin-right: 5px;
}
.contact-wrapper:not(.ct-section), .contact-wrapper.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.contact-wrapper {
    width: 100%;
    margin-bottom: 8px;
    text-align: left;
}
.contact-link {
    font-size: 18px;
    color: #8cc63f;
}
/* Games and special shotcode overrides */
.fca_qc_answer_container {width:100%;}
#wp-comment-cookies-consent {width: 2%;}

/* =======================[ Gravity Forms Overrides
*/
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 2px;
    font-size: .7em;
    font-style: italic;
}

/* Staff Page CSS */
.light-gray-bg {background-color: #f2f2f2; padding: 10px;}
.white-bg {background-color: #ffffff; padding: 10px;}
.breaker-bar {border:1px solid #FF6D37; margin:15px 0 30px 0px; width:100%;}
.alert-box {
    background-color: #f2f2f2; 
    padding: 10px;
    border: 1px solid #cccccc;
}
.alert-box h3 {color: #f1592a;}

/* Globally used elements */
.smaller {font-size: .75em;}
.orange {color: #f1592a;}
.green {color: #83B93A;}
.comment-form-attachment {font-size: .8em;}
.oxy-comment-form #submit {
    padding: 1em 2em;
    background-color: #f1592a;
    color: #fff;
    cursor: pointer;
    margin-top: 0.5em;
    font-weight: 700;
    border-bottom: 5px solid red;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    color: #f1592a;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px;
}
#label_3_35_1 {
    padding-top: 10px;
    padding-left: 5px;
}

.mt-20 {margin-top:20px;}

.ui-widget {
    font-family: Arial,sans-serif !important;
    font-size: 13px !important;
}
.form-confirmation {
    background-color: #D3D3D3;    
    padding:20px 30px;
}
.page-numbers {
    padding: 4px 6px;
}
.page-numbers.current {
    border: 1px solid #ccc;
}
.my-video {width: 850px;}

/* Form CSS for the new Staff Online Form */
.gfield.activities-3col .gfield_checkbox {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(11, auto);  /* 33 items ÷ 3 = 11 per 
  column */
    column-gap: 24px;
    row-gap: 4px;
  }

  /* stack to one column on narrow screens */
  @media (max-width: 600px) {
    .gfield.activities-3col .gfield_checkbox {
      grid-auto-flow: row;
      grid-template-rows: none;
      grid-template-columns: 1fr;
    }
  }
/* =====================================================================
   Form 11 — Life Skills Staff Note (Online)
   Paste into Appearance → Customize → Additional CSS (or the child theme).
   Targets the Orbital theme (.gform-theme--framework). All rules are scoped
   to form 11 (#gform_wrapper_11) so other forms are unaffected.
   ===================================================================== */

/* ---------------------------------------------------------------------
   1. Section header bar  ("Daily Activity Engagement")
   Add the CSS Class Name `lsp-section` to each Section field in the editor.
   --------------------------------------------------------------------- */
.gform-theme--framework#gform_wrapper_11 .gsection.lsp-section {
  background: #eef2f6;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 0px;
}
.gform-theme--framework#gform_wrapper_11 .gsection.lsp-section .gsection_title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #1f2937;
}

/* ---------------------------------------------------------------------
   2. Activities checkbox columns
   Add the CSS Class Name `activities-3col` to the Activities field.
   33 items ÷ 3 = 11 per column, filling DOWN each column (alphabetical
   1-11 / 12-22 / 23-33). Choices must be entered alphabetically in the
   editor — CSS arranges, it does not sort.
   --------------------------------------------------------------------- */
.gform-theme--framework#gform_wrapper_11 .gfield.activities-3col .gfield_checkbox {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(11, auto);
  column-gap: 24px;
  row-gap: 4px;
}
@media (max-width: 600px) {
  .gform-theme--framework#gform_wrapper_11 .gfield.activities-3col .gfield_checkbox {
    grid-auto-flow: row;
    grid-template-rows: none;
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------------------------------
   3. "Read more: What to include" toggle  (pairs with read-more-toggle.html)
   --------------------------------------------------------------------- */
.lsp-readmore {
  border-left: 4px solid #2c5282;
  background: #f3f7fb;
  border-radius: 4px;
  padding: 10px 14px;
  margin-top: 8px;
}

/* summary row: blue, bold, custom ▶ / ▼ marker (hide the browser default) */
.lsp-readmore > summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  color: #2c5282;
  display: flex;
  align-items: center;
  gap: 8px;
}
.lsp-readmore > summary::-webkit-details-marker { display: none; }
.lsp-readmore > summary::before {
  content: "\25B6";          /* ▶ closed */
  font-size: 0.8em;
  line-height: 1;
}
.lsp-readmore[open] > summary::before {
  content: "\25BC";          /* ▼ open */
}

/* body */
.lsp-readmore-body { margin-top: 12px; }
.lsp-readmore-lead { font-weight: 700; margin: 0 0 10px; }

/* two-column list of skill cues (row-major: pairs line up left/right) */
.lsp-readmore-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 28px;
}
.lsp-readmore-grid p { margin: 0; }

/* example callout box */
.lsp-readmore-example {
  margin-top: 14px;
  background: #fafbfc;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 12px 14px;
}

@media (max-width: 600px) {
  .lsp-readmore-grid { grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------------------
   4. Change Factors Review (HTML field, populated by JS on consumer select)
   Field wrapper class `change-factor-review`; inner #cf-review holds the
   injected content. em-based so the whole block scales down proportionally.
   --------------------------------------------------------------------- */
.gform-theme--framework#gform_wrapper_11 .gfield.change-factor-review {
    font-size: 0.85em;
    padding: 11px 20px 10px 20px;
    background-color: #FFF9E8;
    margin-top: 0px;
}
