/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 17 2026 | 10:33:50 */
/* ===== ACTSO FORM WRAPPER ===== */
.actso-form-wrap {
  font-size: 14px;
  color: #000;
  max-width: 720px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
}

/* ===== HEADER ===== */
.actso-header {
  text-align: center;
  margin-bottom: 18px;
}
.actso-header p {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 2px 0;
  line-height: 1.4;
}

/* ===== INTRO ===== */
.actso-intro {
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 18px;
}

/* ===== UNDERLINE ROWS (Name, Address, etc.) ===== */
.actso-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin-bottom: 10px;
}
.actso-label {
  font-size: 13px;
  white-space: nowrap;
  font-weight: normal;
  display: inline;
}
.actso-row-name .actso-input,
.actso-row-name input[type="text"] {
  flex: 1;
  width: 100%;
}
.actso-row-two,
.actso-row-address,
.actso-row-phone {
  flex-wrap: nowrap;
  gap: 4px 16px;
}
.actso-field-group {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex: 1;
}
.actso-addr-state { flex: 0 0 auto; }
.actso-addr-zip   { flex: 0 0 auto; }

/* ===== INPUT BASE STYLE ===== */
.actso-form-wrap input[type="text"],
.actso-form-wrap input[type="email"],
.actso-form-wrap input[type="tel"],
.actso-input {
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 2px !important;
  font-family: "Times New Roman", Times, serif !important;
  font-size: 13px !important;
  height: 18px !important;
  line-height: 1 !important;
  width: 100%;
  min-width: 60px;
}
.actso-addr-state input[type="text"] { min-width: 36px; max-width: 50px; }
.actso-addr-zip   input[type="text"] { min-width: 56px; max-width: 70px; }

/* ===== CF7 SPAN WRAPPER FIXES =====
   CF7 wraps every field in <span class="wpcf7-form-control-wrap">.
   That span is inline-block by default and breaks flex rows.
   We force it to behave as a flex child that stretches to fill space.
*/
.actso-field-group .wpcf7-form-control-wrap,
.actso-row-name .wpcf7-form-control-wrap {
  display: inline-flex !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  align-items: baseline;
}
.actso-field-group .wpcf7-form-control-wrap input,
.actso-row-name .wpcf7-form-control-wrap input {
  width: 100% !important;
  flex: 1 !important;
}
/* State & Zip — fixed narrow widths */
.actso-addr-state .wpcf7-form-control-wrap { flex: 0 0 50px !important; }
.actso-addr-zip   .wpcf7-form-control-wrap { flex: 0 0 70px !important; }
.actso-addr-state .wpcf7-form-control-wrap input { max-width: 50px !important; }
.actso-addr-zip   .wpcf7-form-control-wrap input  { max-width: 70px !important; }

/* ===== CATEGORIES HEADING ===== */
.actso-categories-heading {
  font-size: 13px;
  margin: 16px 0 12px 0;
}

/* ===== CHECKBOX GRID ===== */
.actso-checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  margin-bottom: 18px;
}

/* ===== CATEGORY TITLES ===== */
.actso-category-title {
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  margin: 0 0 4px 24px;
  line-height: 1.4;
}
.actso-col:last-child .actso-category-title {
  margin-left: 0;
}

/* Space between sub-categories */
.actso-col > p + .wpcf7-form-control-wrap,
.actso-col > p + span {
  margin-bottom: 14px;
}

/* ===== CHECKBOX STYLING ===== */
.actso-form-wrap .wpcf7-checkbox,
.actso-checks {
  display: block;
  margin-bottom: 14px;
}
.actso-form-wrap .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 2px 24px;
  font-size: 13px;
  font-family: "Times New Roman", Times, serif;
}
/* Right-column checkboxes — no left indent */
.actso-col:last-child .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.actso-form-wrap .wpcf7-checkbox input[type="checkbox"] {
  -webkit-appearance: none  !important;
  appearance: none;
  width: 11px !important;
  height: 11px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
  position: relative;
}
.actso-form-wrap .wpcf7-checkbox input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: -3px;
  left: 0px;
  font-size: 11px;
  color: #000;
}
.actso-form-wrap .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 13px;
  font-family: "Times New Roman", Times, serif;
}

/* Mathematics - underlined label */
.actso-stem-math .wpcf7-checkbox .wpcf7-list-item-label {
  text-decoration: underline;
}

/* Culinary Arts — bold underline */
.actso-culinary {
  margin-top: 10px;
}

/* ===== VOLUNTEER ROLES ===== */
.actso-roles-section {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.actso-roles-colon {
  font-size: 13px;
  padding-top: 2px;
  flex-shrink: 0;
}
.actso-roles-list {
  flex: 1;
}
.actso-roles-list .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.actso-role-judges {
  margin-bottom: 4px;
}
.actso-role-judges .wpcf7-checkbox .wpcf7-list-item-label {
  font-weight: bold;
}
.actso-judges-note {
  font-size: 13px;
  font-style: italic;
  background-color: #ffff00;
  display: inline;
  padding: 0;
  margin: 0 0 4px 28px;
}

/* ===== OTHER RESOURCES ===== */
.actso-resources-section {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.actso-resources-label {
  font-size: 13px;
  white-space: nowrap;
  padding-top: 2px;
  flex-shrink: 0;
}
.actso-resources-list {
  flex: 1;
}
.actso-resources-list .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.actso-other-specify {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.actso-other-specify .wpcf7-checkbox {
  margin-bottom: 0;
}
.actso-other-specify .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.actso-other-specify .wpcf7-form-control-wrap {
  display: inline-flex !important;
  flex: 1 !important;
  min-width: 0 !important;
}
.actso-other-specify .wpcf7-form-control-wrap input {
  width: 100% !important;
}
.actso-input-specify {
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 2px !important;
  font-family: "Times New Roman", Times, serif !important;
  font-size: 13px !important;
  height: 18px !important;
  flex: 1;
  min-width: 200px;
}

/* ===== SUBMIT BUTTON ===== */
.actso-submit-wrap {
  text-align: center;
  margin: 20px 0;
}
.actso-submit,
.actso-form-wrap input[type="submit"] {
  background: #1a1a1a;
  color: #fff;
  border: none;
  padding: 8px 32px;
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  cursor: pointer;
  letter-spacing: 0.05em;
}
.actso-submit:hover,
.actso-form-wrap input[type="submit"]:hover {
  background: #333;
}

/* ===== FOOTER ===== */
.actso-footer {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 14px;
}
.actso-footer p {
  margin: 0 0 2px 0;
}
.actso-footer a {
  color: #0000EE;
}

/* ===== CF7 VALIDATION MESSAGES ===== */
.actso-form-wrap .wpcf7-not-valid-tip {
  font-size: 11px;
  color: red;
  font-family: "Times New Roman", Times, serif;
}
.actso-form-wrap .wpcf7-response-output {
  font-size: 12px;
  font-family: "Times New Roman", Times, serif;
  border-radius: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
  .actso-checkbox-grid {
    grid-template-columns: 1fr;
  }
  .actso-row-two,
  .actso-row-address,
  .actso-row-phone {
    flex-wrap: wrap;
  }
  .actso-field-group {
    flex: 1 1 100%;
  }
  .actso-roles-section,
  .actso-resources-section {
    flex-wrap: wrap;
  }
}
