/*
Theme Name: FHCC Modern
Theme URI: https://fraserheightschess.com/
Author: Fraser Heights Chess Club
Description: A lightweight, custom theme for Fraser Heights Chess Club.
Version: 1.0.0
Text Domain: fhcc-modern
*/
html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}
body {
  background: #181a1b;
  color: #e8e6e3;
  font-family: Arial, Helvetica, sans-serif;
}
button,
input,
select,
textarea {
  font: inherit;
}
.fhcc-basic-page {
  min-height: 60vh;
  padding: 60px 0;
}
.fhcc-basic-page .fhcc-shell {
  max-width: 1080px;
  margin: auto;
  padding: 0 28px;
}
.fhcc-basic-page h1 {
  font:
    400 4rem/1 Arial,
    Helvetica,
    sans-serif;
}
#fhcc-home,
#fhcc-home main,
#fhcc-home .fhcc-nav,
#fhcc-home .fhcc-hero,
#fhcc-home .fhcc-info {
  background-color: #181a1b !important;
  color: #e8e6e3 !important;
}
#fhcc-home .fhcc-hero h1,
#fhcc-home .fhcc-info h2 {
  color: #e8e6e3 !important;
}
#fhcc-home .fhcc-hero p,
#fhcc-home .fhcc-info p {
  color: #d2d0cc !important;
}
#fhcc-home .fhcc-facts {
  background-color: #202224 !important;
  color: #e8e6e3 !important;
}
#fhcc-home .fhcc-register {
  background-color: #14253d !important;
  color: #f7f3ea !important;
}
#fhcc-home .fhcc-footer {
  background-color: #0e1b2c !important;
  color: #d2d9e2 !important;
}

#fhcc-home {
  --ink: #14253d;
  --paper: #f7f3ea;
  --paper-deep: #ebe2d3;
  --rust: #b36b4b;
  --gold: #dfb767;
  --muted: #667382;
  background-color: #f7f3ea !important;
  background-image: none !important;
  color: #14253d !important;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow: hidden;
}
#fhcc-home * {
  box-sizing: border-box;
}
#fhcc-home .fhcc-shell {
  width: min(1080px, calc(100% - 56px));
  margin: 0 auto;
}
#fhcc-home a {
  color: inherit;
}
#fhcc-home .fhcc-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid rgba(20, 37, 61, 0.18);
}
#fhcc-home .fhcc-brand img {
  display: block;
  width: 122px;
  height: auto;
}
#fhcc-home .fhcc-nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.8rem;
  font-weight: 700;
}
#fhcc-home .fhcc-nav-actions a,
#fhcc-home .fhcc-nav-actions button {
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
}
#fhcc-home .fhcc-nav-actions a {
  text-decoration: none;
}
#fhcc-home .fhcc-nav-actions button:first-child {
  text-decoration: underline;
  text-underline-offset: 4px;
}
#fhcc-home .fhcc-nav-actions button:last-child {
  padding: 11px 15px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  border-radius: 2px;
}
#fhcc-home .fhcc-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
  gap: 8%;
  align-items: center;
  padding: 70px 0 76px;
}
#fhcc-home .fhcc-eyebrow {
  margin: 0 0 20px;
  color: var(--rust);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
#fhcc-home .fhcc-hero h1 {
  max-width: 620px;
  margin: 0;
  color: var(--ink);
  font:
    400 clamp(3.4rem, 7vw, 6.5rem)/0.9 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.065em;
}
#fhcc-home .fhcc-lead {
  max-width: 530px;
  margin: 27px 0 0;
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.65;
}
#fhcc-home .fhcc-lead strong {
  font-weight: 700;
}
#fhcc-home .fhcc-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}
#fhcc-home .fhcc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 46px;
  padding: 13px 18px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  background: var(--ink);
  color: var(--paper) !important;
  cursor: pointer;
  font:
    700 0.82rem/1 Arial,
    sans-serif;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    background 0.18s ease;
}
#fhcc-home .fhcc-button:hover,
#fhcc-home .fhcc-button:focus {
  background: var(--rust);
  border-color: var(--rust);
  color: #fff !important;
  transform: translateY(-2px);
}
#fhcc-home .fhcc-pdf {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
  text-underline-offset: 4px;
}
#fhcc-home .fhcc-time {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}
#fhcc-home .fhcc-time strong {
  color: var(--ink);
}
#fhcc-home .fhcc-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--rust);
}
#fhcc-home .fhcc-photo {
  position: relative;
  margin: 0;
  padding: 9px;
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 12px 12px 0 var(--rust);
}
#fhcc-home .fhcc-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(20, 37, 61, 0.15);
}
#fhcc-home .fhcc-photo figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 2px 1px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#fhcc-home .fhcc-photo figcaption strong {
  color: var(--ink);
}
#fhcc-home .fhcc-facts {
  border-top: 1px solid rgba(20, 37, 61, 0.18);
  border-bottom: 1px solid rgba(20, 37, 61, 0.18);
  background: var(--paper-deep);
}
#fhcc-home .fhcc-facts-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#fhcc-home .fhcc-fact {
  padding: 23px 25px;
  border-right: 1px solid rgba(20, 37, 61, 0.18);
}
#fhcc-home .fhcc-fact:first-child {
  padding-left: 0;
}
#fhcc-home .fhcc-fact:last-child {
  border-right: 0;
}
#fhcc-home .fhcc-fact strong {
  display: block;
  color: var(--ink);
  font:
    700 1.05rem/1.2 Georgia,
    serif;
}
#fhcc-home .fhcc-fact span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.77rem;
}
#fhcc-home .fhcc-info {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12%;
  padding: 75px 0 84px;
}
#fhcc-home .fhcc-info h2 {
  margin: 0;
  font:
    400 clamp(2.2rem, 4.5vw, 4rem)/0.98 Georgia,
    serif;
  letter-spacing: -0.055em;
}
#fhcc-home .fhcc-info p {
  max-width: 610px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.65;
}
#fhcc-home .fhcc-note {
  align-self: start;
  padding: 25px 26px;
  border-left: 4px solid var(--rust);
  background: var(--paper-deep);
}
#fhcc-home .fhcc-note span {
  display: block;
  color: var(--rust);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
#fhcc-home .fhcc-note h3 {
  margin: 13px 0 8px;
  font:
    700 1.4rem/1.1 Georgia,
    serif;
}
#fhcc-home .fhcc-note p {
  margin: 0;
  font-size: 0.86rem;
}
#fhcc-home .fhcc-note a {
  display: inline-block;
  margin-top: 17px;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 700;
  text-underline-offset: 4px;
}
#fhcc-home .fhcc-register {
  padding: 70px 0;
  background: var(--ink);
  color: var(--paper);
}
#fhcc-home .fhcc-register-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
#fhcc-home .fhcc-register h2 {
  margin: 0;
  font:
    400 clamp(2.2rem, 5vw, 4.4rem)/0.95 Georgia,
    serif;
  letter-spacing: -0.06em;
}
#fhcc-home .fhcc-register p {
  max-width: 440px;
  margin: 13px 0 0;
  color: #d2d9e2;
  font-size: 0.88rem;
}
#fhcc-home .fhcc-register .fhcc-button {
  white-space: nowrap;
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink) !important;
}
#fhcc-home .fhcc-register .fhcc-button:hover,
#fhcc-home .fhcc-register .fhcc-button:focus {
  background: var(--rust);
  border-color: var(--rust);
  color: #fff !important;
}
#fhcc-home .fhcc-register-pdf {
  display: block;
  margin-top: 13px;
  color: var(--paper) !important;
  font-size: 0.76rem;
  text-align: center;
  text-underline-offset: 4px;
}
#fhcc-home .fhcc-footer {
  padding: 25px 0;
  background: #0e1b2c;
  color: #d2d9e2;
}
#fhcc-home .fhcc-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#fhcc-home .fhcc-footer img {
  display: block;
  width: 106px;
  height: auto;
}
#fhcc-home .fhcc-footer p {
  margin: 0;
  font-size: 0.74rem;
}
#fhcc-home .fhcc-footer a {
  text-underline-offset: 3px;
}
#fhcc-home .fhcc-sr-only {
  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;
}
@media (max-width: 820px) {
  #fhcc-home .fhcc-shell {
    width: min(100% - 40px, 620px);
  }
  #fhcc-home .fhcc-hero {
    grid-template-columns: 1fr;
    gap: 55px;
    padding: 54px 0 66px;
  }
  #fhcc-home .fhcc-photo {
    width: min(100%, 560px);
    margin: auto;
  }
  #fhcc-home .fhcc-info {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 64px 0 70px;
  }
  #fhcc-home .fhcc-register-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  #fhcc-home .fhcc-shell {
    width: calc(100% - 36px);
  }
  #fhcc-home .fhcc-nav {
    padding: 16px 0;
  }
  #fhcc-home .fhcc-brand img {
    width: 105px;
  }
  #fhcc-home .fhcc-nav-actions {
    gap: 12px;
    font-size: 0.72rem;
  }
  #fhcc-home .fhcc-nav-actions a:last-child {
    padding: 10px 12px;
  }
  #fhcc-home .fhcc-hero {
    padding: 47px 0 59px;
  }
  #fhcc-home .fhcc-hero h1 {
    font-size: clamp(3.15rem, 15vw, 4.8rem);
  }
  #fhcc-home .fhcc-lead {
    font-size: 0.98rem;
  }
  #fhcc-home .fhcc-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }
  #fhcc-home .fhcc-button {
    width: 100%;
  }
  #fhcc-home .fhcc-actions .fhcc-pdf {
    text-align: center;
  }
  #fhcc-home .fhcc-facts-inner {
    grid-template-columns: 1fr;
  }
  #fhcc-home .fhcc-fact,
  #fhcc-home .fhcc-fact:first-child {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(20, 37, 61, 0.18);
  }
  #fhcc-home .fhcc-fact:last-child {
    border-bottom: 0;
  }
  #fhcc-home .fhcc-info {
    padding: 58px 0 62px;
  }
  #fhcc-home .fhcc-register {
    padding: 58px 0 63px;
  }
  #fhcc-home .fhcc-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  #fhcc-home * {
    transition: none !important;
  }
}

#fhcc-home,
#fhcc-home main,
#fhcc-home .fhcc-nav,
#fhcc-home .fhcc-hero,
#fhcc-home .fhcc-info {
  background-color: #181a1b !important;
  color: #e8e6e3 !important;
}
#fhcc-home .fhcc-facts {
  background-color: #202224 !important;
  color: #e8e6e3 !important;
}
#fhcc-home .fhcc-note h3 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em;
}

#fhcc-home,
#fhcc-home *,
#fhcc-registration-modal,
#fhcc-registration-modal * {
  font-family: Arial, Helvetica, sans-serif !important;
}
#fhcc-home .fhcc-pdf,
#fhcc-home .fhcc-time,
#fhcc-home .fhcc-time *,
#fhcc-home .fhcc-facts,
#fhcc-home .fhcc-facts * {
  color: #d2d0cc !important;
}
#fhcc-home .fhcc-pdf {
  text-decoration-color: #b36b4b !important;
}
#fhcc-home .fhcc-note h3,
#fhcc-home .fhcc-note p,
#fhcc-home .fhcc-note a {
  color: #14253d !important;
}
#fhcc-home .fhcc-note > span {
  color: #b36b4b !important;
}
#fhcc-home .fhcc-pdf,
#fhcc-home .fhcc-register-pdf,
#fhcc-home .fhcc-nav-actions a:first-child {
  display: none !important;
}
.fhcc-registration-children {
  display: grid;
  gap: 16px;
}
.fhcc-registration-child {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(20, 37, 61, 0.18);
  background: #fbf7ef;
}
.fhcc-registration-add-child {
  width: max-content;
  border: 1px dashed #b36b4b;
  background: transparent;
  color: #14253d;
  cursor: pointer;
  padding: 11px 14px;
  font:
    700 0.9rem/1 Arial,
    sans-serif;
}
.fhcc-registration-child .fhcc-registration-check {
  margin-top: 0;
}

/* The homepage uses the same warm light palette as the registration form. */
body,
.fhcc-basic-page {
  background: #f7f3ea;
  color: #14253d;
}

#fhcc-home,
#fhcc-home main,
#fhcc-home .fhcc-nav,
#fhcc-home .fhcc-hero,
#fhcc-home .fhcc-info {
  background-color: #f7f3ea !important;
  color: #14253d !important;
}

#fhcc-home .fhcc-hero h1,
#fhcc-home .fhcc-info h2 {
  color: #14253d !important;
}

#fhcc-home .fhcc-hero p,
#fhcc-home .fhcc-info p {
  color: #44546a !important;
}

#fhcc-home .fhcc-facts {
  background-color: #ebe2d3 !important;
  color: #14253d !important;
}

#fhcc-home .fhcc-register {
  background-color: #e3d5c0 !important;
  color: #14253d !important;
}

#fhcc-home .fhcc-register h2,
#fhcc-home .fhcc-register p,
#fhcc-home .fhcc-register a {
  color: #14253d !important;
}

#fhcc-home .fhcc-footer {
  background-color: #d7c6ad !important;
  color: #14253d !important;
}

#fhcc-home .fhcc-footer a,
#fhcc-home .fhcc-footer p {
  color: #14253d !important;
}

#fhcc-home .fhcc-time,
#fhcc-home .fhcc-time * {
  color: #44546a !important;
}

#fhcc-home .fhcc-facts strong {
  color: #14253d !important;
}

#fhcc-home .fhcc-facts span {
  color: #667382 !important;
}

#fhcc-home .fhcc-brand img,
#fhcc-home .fhcc-footer img {
  filter: brightness(0.62) saturate(1.3);
}

.fhcc-services {
  padding: 86px 0;
  background: #ebe2d3;
  color: #14253d;
}

.fhcc-services__intro {
  max-width: 640px;
}

.fhcc-services__intro h2 {
  margin: 0;
  font:
    400 clamp(2.8rem, 6vw, 5rem) / 0.95 Arial,
    Helvetica,
    sans-serif;
  letter-spacing: -0.06em;
}

.fhcc-services__intro > p:last-child {
  max-width: 560px;
  margin: 24px 0 0;
  color: #44546a;
  font-size: 1.05rem;
  line-height: 1.65;
}

.fhcc-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.fhcc-service-card {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 28px;
  border: 1px solid rgba(20, 37, 61, 0.22);
  background: #f7f3ea;
}

.fhcc-service-card__photo {
	box-sizing: border-box;
	width: calc(100% + 56px);
	height: 168px;
	margin: -28px -28px 24px;
	overflow: hidden;
	border-bottom: 1px solid rgba(20, 37, 61, 0.22);
	flex: 0 0 168px;
}

.fhcc-service-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fhcc-service-card__label {
  margin: 0;
  color: #b36b4b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fhcc-service-card h3 {
  margin: 18px 0 0;
  color: #14253d;
  font-size: 1.75rem;
}

.fhcc-service-card > p:not(.fhcc-service-card__label) {
  max-width: 420px;
  margin: 14px 0 0;
  color: #44546a;
  line-height: 1.6;
}

.fhcc-service-card__button {
  align-self: flex-start;
  margin-top: auto;
  padding: 13px 0 0;
  border: 0;
  border-bottom: 1px solid #b36b4b;
  background: transparent;
  color: #14253d;
  cursor: pointer;
  font-weight: 700;
}

.fhcc-service-list {
  margin-top: 46px;
  border-top: 1px solid rgba(20, 37, 61, 0.22);
}

.fhcc-service-row {
  display: grid;
  grid-template-columns: 54px 260px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  min-height: 250px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(20, 37, 61, 0.22);
}

.fhcc-service-row__number {
  align-self: start;
  padding-top: 5px;
  color: #b36b4b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.fhcc-service-row__photo {
  width: 260px;
  height: 190px;
  margin: 0;
  overflow: hidden;
  background: #d9d0c2;
}

.fhcc-service-row__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fhcc-service-row__content {
  max-width: 520px;
}

.fhcc-service-row__content h3 {
  margin: 8px 0 0;
  color: #14253d;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.fhcc-service-row__content > p:not(.fhcc-service-card__label) {
  max-width: 500px;
  margin: 14px 0 0;
  color: #44546a;
  line-height: 1.6;
}

.fhcc-service-row__content .fhcc-service-card__button {
  margin-top: 18px;
}

.fhcc-course-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000;
  overflow: auto;
  align-items: flex-start;
  justify-content: center;
  padding: 26px;
  background: rgba(20, 37, 61, 0.42);
}

.fhcc-course-modal.is-open {
  display: flex;
}

.fhcc-course-modal__panel {
  position: relative;
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 36px;
  border-top: 8px solid #b36b4b;
  border-radius: 4px;
  background: #f7f3ea;
  color: #14253d;
  box-shadow: 0 25px 90px rgba(20, 37, 61, 0.24);
}

.fhcc-course-modal__close {
  position: absolute;
  top: 14px;
  right: 18px;
  border: 0;
  background: transparent;
  color: #14253d;
  cursor: pointer;
  font-size: 30px;
}

.fhcc-course-modal__header {
  max-width: 580px;
}

.fhcc-course-modal__header h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.fhcc-course-modal__header > p:last-child {
  color: #44546a;
  line-height: 1.6;
}

.fhcc-course-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.fhcc-course-form label {
  display: grid;
  gap: 7px;
  color: #34465d;
  font-size: 0.88rem;
  font-weight: 700;
}

.fhcc-course-form input,
.fhcc-course-form select,
.fhcc-course-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c4b9a9;
  border-radius: 2px;
  background: #fffdfa;
  color: #14253d;
  padding: 12px;
}

.fhcc-course-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fhcc-course-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.fhcc-course-status {
  color: #b36b4b;
  font-weight: 700;
}

@media (max-width: 700px) {
  .fhcc-services {
    padding: 60px 0;
  }

  .fhcc-services__grid,
  .fhcc-course-form__grid {
    grid-template-columns: 1fr;
  }

  .fhcc-service-row {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 22px 0;
  }

  .fhcc-service-row__photo {
    grid-column: 2;
    width: 100%;
    height: 170px;
  }

  .fhcc-service-row__content {
    grid-column: 2;
  }

  .fhcc-service-row__number {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .fhcc-course-modal {
    padding: 10px;
  }

  .fhcc-course-modal__panel {
    padding: 28px 20px;
  }

  .fhcc-course-form__footer {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Final barebones form reset. */
.fhcc-registration-modal,
.fhcc-course-modal { padding: 26px !important; background: rgba(20, 37, 61, 0.42) !important; }
.fhcc-registration-modal__panel { width: min(900px, 100%) !important; border-top: 8px solid #b36b4b !important; border-radius: 4px !important; background: #f7f3ea !important; box-shadow: 0 25px 90px rgba(20, 37, 61, 0.24) !important; }
.fhcc-course-modal__panel { width: min(720px, 100%) !important; padding: 36px !important; border-top: 8px solid #b36b4b !important; border-radius: 4px !important; background: #f7f3ea !important; box-shadow: 0 25px 90px rgba(20, 37, 61, 0.24) !important; }
.fhcc-registration-modal__header,
.fhcc-course-modal__header { position: static !important; min-height: 0 !important; padding: 30px 36px !important; background: #14253d !important; color: #f7f3ea !important; }
.fhcc-registration-modal__header::after,
.fhcc-course-modal__header::after { display: none !important; }
.fhcc-registration-modal__header h2,
.fhcc-course-modal__header h2 { max-width: none !important; font-family: inherit !important; font-size: clamp(2.2rem, 5vw, 4rem) !important; }
.fhcc-registration-modal__header p:last-child,
.fhcc-course-modal__header p:last-child { position: static !important; max-width: 620px !important; margin-top: 0 !important; color: #d9e0e8 !important; font-size: inherit !important; }
.fhcc-registration-kicker { position: static !important; color: #dfb767 !important; }
.fhcc-registration-section { display: block !important; margin: 0 !important; padding: 30px 36px !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
.fhcc-registration-section__heading { display: flex !important; margin-bottom: 24px !important; padding: 0 !important; border-right: 0 !important; }
.fhcc-registration-section__heading > span { display: inline !important; width: auto !important; height: auto !important; margin: 0 !important; border-radius: 0 !important; background: transparent !important; }
.fhcc-registration-section > .fhcc-registration-children,
.fhcc-registration-section > .fhcc-registration-grid { padding: 0 !important; }
.fhcc-registration-section > .fhcc-registration-add-child { margin: 0 !important; }
.fhcc-registration-child { padding: 18px !important; border: 1px solid rgba(20, 37, 61, 0.18) !important; background: #fbf7ef !important; }
.fhcc-registration-field input,
.fhcc-registration-field textarea,
.fhcc-registration-field select,
.fhcc-course-form input,
.fhcc-course-form select,
.fhcc-course-form textarea { min-height: 0 !important; border-radius: 2px !important; box-shadow: none !important; }
.fhcc-registration-choice label { flex: 0 1 auto !important; min-height: 0 !important; justify-content: initial !important; border-radius: 0 !important; transition: none !important; }
.fhcc-registration-choice label:has(input:checked) { border-color: #c4b9a9 !important; box-shadow: none !important; transform: none !important; }
.fhcc-registration-form__footer,
.fhcc-course-form__footer { margin: 0 !important; padding: 24px 36px 36px !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; }
.fhcc-registration-submit { border: 1px solid #14253d !important; border-radius: 2px !important; background: #14253d !important; padding: 13px 18px !important; font-size: inherit !important; }
.fhcc-course-form { margin: 28px 0 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; }
.fhcc-course-form__footer { padding: 24px 0 0 !important; }

@media (max-width: 700px) {
  .fhcc-registration-modal,
  .fhcc-course-modal { padding: 10px !important; }
  .fhcc-registration-modal__header,
  .fhcc-registration-section { padding: 26px 20px !important; }
  .fhcc-course-modal__panel { padding: 28px 20px !important; }
}

/* Keep the forms intentionally simple. */
.fhcc-registration-modal,
.fhcc-course-modal {
  padding: 26px;
  background: rgba(20, 37, 61, 0.42);
}

.fhcc-registration-modal__panel {
  width: min(900px, 100%);
  border-top: 8px solid #b36b4b;
  border-radius: 4px;
  background: #f7f3ea;
  box-shadow: 0 25px 90px rgba(20, 37, 61, 0.24);
}

.fhcc-course-modal__panel {
  width: min(720px, 100%);
  padding: 36px;
  border-top: 8px solid #b36b4b;
  border-radius: 4px;
  background: #f7f3ea;
  box-shadow: 0 25px 90px rgba(20, 37, 61, 0.24);
}

.fhcc-registration-modal__header,
.fhcc-course-modal__header {
  min-height: 0;
  padding: 30px 36px;
  background: #14253d;
  color: #f7f3ea;
}

.fhcc-registration-modal__header::after,
.fhcc-course-modal__header::after {
  display: none;
}

.fhcc-registration-modal__header h2,
.fhcc-course-modal__header h2 {
  max-width: none;
  font-family: inherit;
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.fhcc-registration-modal__header p:last-child,
.fhcc-course-modal__header p:last-child {
  position: static;
  max-width: 620px;
  margin-top: 0;
  color: #d9e0e8;
  font-size: inherit;
}

.fhcc-registration-kicker {
  position: static;
  color: #dfb767;
}

.fhcc-registration-section {
  display: block;
  margin: 0;
  padding: 30px 36px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.fhcc-registration-section__heading {
  padding: 0;
  border-right: 0;
}

.fhcc-registration-section__heading > span {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: #b36b4b;
}

.fhcc-registration-section > .fhcc-registration-children,
.fhcc-registration-section > .fhcc-registration-grid {
  padding: 0;
}

.fhcc-registration-section > .fhcc-registration-add-child {
  margin: 0;
}

.fhcc-registration-field input,
.fhcc-registration-field textarea,
.fhcc-registration-field select,
.fhcc-course-form input,
.fhcc-course-form select,
.fhcc-course-form textarea {
  min-height: 0;
  border-radius: 2px;
  box-shadow: none;
}

.fhcc-registration-choice label {
  flex: 0 1 auto;
  min-width: 0;
  min-height: 0;
  justify-content: initial;
  border-radius: 0;
  transition: none;
}

.fhcc-registration-choice label:has(input:checked) {
  border-color: #c4b9a9;
  box-shadow: none;
  transform: none;
}

.fhcc-registration-choice-row .fhcc-registration-choice label {
  flex: 0 1 auto;
}

.fhcc-registration-form__footer,
.fhcc-course-form__footer {
  margin: 0;
  padding: 24px 36px 36px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.fhcc-registration-submit {
  border: 1px solid #14253d;
  border-radius: 2px;
  background: #14253d;
  padding: 13px 18px;
  font-size: inherit;
}

.fhcc-course-form {
  margin: 28px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.fhcc-course-form__footer {
  margin: 0;
  padding: 24px 0 0;
  border-top: 0;
}

@media (max-width: 700px) {
  .fhcc-registration-modal,
  .fhcc-course-modal {
    padding: 10px;
  }

  .fhcc-registration-modal__header,
  .fhcc-registration-section {
    padding: 26px 20px;
  }

  .fhcc-course-modal__panel {
    padding: 28px 20px;
  }
}

/* Form presentation: a warmer, more guided registration experience. */
.fhcc-registration-modal,
.fhcc-course-modal {
  padding: 34px;
  background: rgba(6, 22, 42, 0.72);
}

.fhcc-registration-modal__panel,
.fhcc-course-modal__panel {
  width: min(980px, 100%);
  border-top: 0;
  border-radius: 16px;
  background: #f8f5ee;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.35);
}

.fhcc-registration-modal__header,
.fhcc-course-modal__header {
  position: relative;
  overflow: hidden;
  max-width: none;
  min-height: 250px;
  box-sizing: border-box;
  padding: 52px 52px 68px;
  background:
    linear-gradient(90deg, rgba(7, 25, 49, 0.94) 0%, rgba(7, 25, 49, 0.7) 48%, rgba(7, 25, 49, 0.18) 100%),
    url("assets/online-chessboard.webp") center / cover;
  color: #fffaf1;
}

.fhcc-registration-modal__header::after,
.fhcc-course-modal__header::after {
  position: absolute;
  right: 9%;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(243, 125, 39, 0.5);
  border-radius: 50%;
  content: "";
  transform: rotate(-18deg);
}

.fhcc-registration-modal__header h2,
.fhcc-course-modal__header h2 {
  position: relative;
  z-index: 1;
  max-width: 720px;
  color: #fffaf1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.fhcc-registration-modal__header h2::first-line,
.fhcc-course-modal__header h2::first-line {
  color: #fffaf1;
}

.fhcc-registration-modal__header p:last-child,
.fhcc-course-modal__header p:last-child {
  position: relative;
  z-index: 1;
  max-width: 630px;
  margin-top: 22px;
  color: #dce5ef;
  font-size: 1rem;
}

.fhcc-registration-kicker {
  position: relative;
  z-index: 1;
  color: #f47d27;
}

.fhcc-registration-modal__close,
.fhcc-course-modal__close {
  top: 22px;
  right: 26px;
  color: #fffaf1;
  font-size: 34px;
}

.fhcc-form-steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: calc(100% - 104px);
  margin: -28px auto 0;
  padding: 16px 24px;
  border: 1px solid rgba(20, 37, 61, 0.12);
  border-radius: 14px;
  background: #fffdfa;
  box-shadow: 0 12px 30px rgba(20, 37, 61, 0.09);
}

.fhcc-form-steps span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #69778a;
  font-size: 0.78rem;
  font-weight: 700;
}

.fhcc-form-steps b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #aab5c2;
  border-radius: 50%;
  color: #34465d;
}

.fhcc-form-steps .is-current {
  color: #e7651c;
}

.fhcc-form-steps .is-current b {
  border-color: #e7651c;
  background: #e7651c;
  color: #fff;
}

.fhcc-registration-section {
  display: grid;
  grid-template-columns: 174px minmax(0, 1fr);
  gap: 34px;
  margin: 34px 44px 0;
  padding: 0;
  border: 1px solid rgba(20, 37, 61, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(20, 37, 61, 0.04);
}

.fhcc-registration-section + .fhcc-registration-section {
  margin-top: 18px;
  border-top: 1px solid rgba(20, 37, 61, 0.12);
}

.fhcc-registration-section__heading {
  display: block;
  margin: 0;
  padding: 32px 24px;
  border-right: 1px solid rgba(20, 37, 61, 0.12);
}

.fhcc-registration-section__heading > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #e7651c;
  color: #fff;
  font-size: 0.9rem;
}

.fhcc-registration-section__heading h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1.03;
}

.fhcc-registration-section__heading p {
  line-height: 1.5;
}

.fhcc-registration-section > .fhcc-registration-children,
.fhcc-registration-section > .fhcc-registration-grid,
.fhcc-registration-section > .fhcc-registration-add-child {
  grid-column: 2;
}

.fhcc-registration-section > .fhcc-registration-children,
.fhcc-registration-section > .fhcc-registration-grid {
  padding: 32px 32px 0;
}

.fhcc-registration-section > .fhcc-registration-add-child {
  margin: 0 32px 32px;
}

.fhcc-registration-child {
  padding: 0;
  border: 0;
  background: transparent;
}

.fhcc-registration-field input,
.fhcc-registration-field textarea,
.fhcc-registration-field select,
.fhcc-course-form input,
.fhcc-course-form select,
.fhcc-course-form textarea {
  min-height: 48px;
  border-color: #d7d1c8;
  border-radius: 6px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(20, 37, 61, 0.03);
}

.fhcc-registration-choice {
  gap: 10px;
}

.fhcc-registration-choice label {
  flex: 1 1 0;
  min-width: 0;
  min-height: 52px;
  box-sizing: border-box;
  justify-content: center;
  border-color: #ded8cf;
  border-radius: 8px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.fhcc-registration-choice label:has(input:checked) {
  border-color: #e7651c;
  box-shadow: 0 0 0 2px rgba(231, 101, 28, 0.14);
  color: #14253d;
  transform: translateY(-1px);
}

.fhcc-registration-choice-row .fhcc-registration-choice label {
  flex: 0 0 calc(50% - 5px);
}

.fhcc-registration-choice input {
  accent-color: #e7651c;
}

.fhcc-registration-add-child {
  border-color: #e7651c;
  border-radius: 6px;
  color: #e7651c;
}

.fhcc-registration-form__footer,
.fhcc-course-form__footer {
  margin: 24px 44px 34px;
  padding: 24px 28px 34px;
  border: 1px solid rgba(20, 37, 61, 0.12);
  border-radius: 12px;
  background: #fffdfa;
}

.fhcc-registration-submit {
  border: 0;
  border-radius: 6px;
  background: #e7651c;
  padding: 15px 24px;
  font-size: 0.95rem;
}

.fhcc-registration-submit:hover,
.fhcc-registration-submit:focus {
  border-color: #c94e0e;
  background: #c94e0e;
}

.fhcc-course-modal__panel {
  width: min(820px, 100%);
}

.fhcc-course-form {
  margin: 28px 36px 0;
  padding: 28px;
  border: 1px solid rgba(20, 37, 61, 0.12);
  border-radius: 12px;
  background: #fffdfa;
}

.fhcc-course-form__footer {
  margin: 4px 0 0;
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid rgba(20, 37, 61, 0.12);
  border-radius: 0;
}

@media (max-width: 700px) {
  .fhcc-registration-modal,
  .fhcc-course-modal {
    padding: 10px;
  }

  .fhcc-registration-modal__header,
  .fhcc-course-modal__header {
    min-height: 230px;
    padding: 38px 24px 48px;
  }

  .fhcc-registration-modal__header h2,
  .fhcc-course-modal__header h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .fhcc-form-steps {
    width: calc(100% - 32px);
    grid-template-columns: repeat(2, 1fr);
    margin-top: -24px;
    padding: 14px;
  }

  .fhcc-registration-section {
    display: block;
    margin: 18px 14px 0;
    padding: 0;
  }

  .fhcc-registration-section__heading {
    margin-bottom: 24px;
    padding: 22px 18px 0;
    border-right: 0;
  }

  .fhcc-registration-section > .fhcc-registration-children,
  .fhcc-registration-section > .fhcc-registration-grid,
  .fhcc-registration-section > .fhcc-registration-add-child {
    width: 100%;
  }

  .fhcc-registration-section > .fhcc-registration-children,
  .fhcc-registration-section > .fhcc-registration-grid {
    padding: 0 18px;
  }

  .fhcc-registration-section > .fhcc-registration-add-child {
    margin: 0 18px 22px;
  }

  .fhcc-registration-form__footer,
  .fhcc-course-form__footer {
    margin: 18px 14px 0;
    padding: 20px 18px 28px;
  }

  .fhcc-course-form {
    margin: 20px 14px 0;
    padding: 20px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.fhcc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.fhcc-secondary-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: #14253d;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.fhcc-registration-modal,
.fhcc-course-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000;
  overflow: auto;
  align-items: flex-start;
  justify-content: center;
  padding: 26px;
  background: rgba(20, 37, 61, 0.42);
}

.fhcc-registration-modal.is-open,
.fhcc-course-modal.is-open {
  display: flex;
}

.fhcc-registration-modal__panel {
  position: relative;
  width: min(900px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-top: 8px solid #b36b4b;
  border-radius: 4px;
  background: #f7f3ea;
  color: #14253d;
  box-shadow: 0 25px 90px rgba(20, 37, 61, 0.24);
}

.fhcc-registration-modal__header,
.fhcc-registration-section {
  padding: 30px 36px;
}

.fhcc-registration-modal__header {
  background: #14253d;
  color: #f7f3ea;
}

.fhcc-registration-modal__header h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.fhcc-registration-modal__header p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: #d9e0e8;
  line-height: 1.6;
}

.fhcc-registration-modal__close,
.fhcc-course-modal__close {
  position: absolute;
  top: 14px;
  right: 18px;
  z-index: 1;
  border: 0;
  background: transparent;
  color: #f7f3ea;
  cursor: pointer;
  font-size: 30px;
}

.fhcc-registration-kicker {
  margin: 0 0 14px;
  color: #dfb767;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fhcc-registration-section + .fhcc-registration-section {
  border-top: 1px solid rgba(20, 37, 61, 0.16);
}

.fhcc-registration-section__heading {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.fhcc-registration-section__heading > span {
  color: #b36b4b;
  font-size: 1.1rem;
  font-weight: 700;
}

.fhcc-registration-section__heading h3 {
  margin: 0;
  font-size: 1.65rem;
}

.fhcc-registration-section__heading p {
  margin: 6px 0 0;
  color: #667382;
}

.fhcc-registration-children {
  display: grid;
  gap: 16px;
}

.fhcc-registration-child {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(20, 37, 61, 0.18);
  background: #fbf7ef;
}

.fhcc-registration-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fhcc-registration-field,
.fhcc-course-form label {
  display: grid;
  gap: 7px;
  color: #34465d;
  font-size: 0.88rem;
  font-weight: 700;
}

.fhcc-registration-field--wide {
  grid-column: span 2;
}

.fhcc-registration-field input,
.fhcc-registration-field textarea,
.fhcc-registration-field select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c4b9a9;
  border-radius: 2px;
  background: #fffdfa;
  color: #14253d;
  padding: 12px;
}

.fhcc-registration-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.fhcc-registration-choice legend {
  width: 100%;
  margin-bottom: 4px;
  color: #34465d;
  font-size: 0.88rem;
  font-weight: 700;
}

.fhcc-registration-choice label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 8px;
  border: 1px solid #c4b9a9;
  background: #fffdfa;
  color: #34465d;
  cursor: pointer;
  font-size: 0.88rem;
}

.fhcc-registration-choice-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fhcc-registration-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #34465d;
  font-size: 0.88rem;
}

.fhcc-registration-add-child {
  width: max-content;
  border: 1px dashed #b36b4b;
  background: transparent;
  color: #14253d;
  cursor: pointer;
  padding: 11px 14px;
  font-weight: 700;
}

.fhcc-registration-form__footer,
.fhcc-course-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 36px 36px;
}

.fhcc-registration-form__footer p {
  color: #667382;
  font-size: 0.82rem;
}

.fhcc-registration-submit {
  border: 1px solid #14253d;
  border-radius: 2px;
  background: #14253d;
  color: #f7f3ea;
  cursor: pointer;
  padding: 13px 18px;
  font-weight: 700;
}

.fhcc-registration-submit:hover,
.fhcc-registration-submit:focus {
  border-color: #b36b4b;
  background: #b36b4b;
}

.fhcc-registration-status,
.fhcc-course-status {
  color: #b36b4b;
  font-weight: 700;
}

.fhcc-registration-honeypot {
  position: absolute;
  left: -9999px;
}

@media (max-width: 700px) {
  .fhcc-registration-modal,
  .fhcc-course-modal {
    padding: 10px;
  }

  .fhcc-registration-modal__header,
  .fhcc-registration-section {
    padding: 26px 20px;
  }

  .fhcc-registration-grid,
  .fhcc-registration-choice-row {
    grid-template-columns: 1fr;
  }

  .fhcc-registration-field--wide {
    grid-column: auto;
  }

  .fhcc-registration-form__footer,
  .fhcc-course-form__footer {
    align-items: stretch;
    flex-direction: column;
    padding: 20px;
  }
}

/* Ensure the rollback rules are last in the cascade. */
.fhcc-registration-modal,
.fhcc-course-modal { padding: 26px !important; background: rgba(20, 37, 61, 0.42) !important; }
.fhcc-registration-modal__panel { width: min(900px, 100%) !important; border-top: 8px solid #b36b4b !important; border-radius: 4px !important; background: #f7f3ea !important; box-shadow: 0 25px 90px rgba(20, 37, 61, 0.24) !important; }
.fhcc-course-modal__panel { width: min(720px, 100%) !important; padding: 36px !important; border-top: 8px solid #b36b4b !important; border-radius: 4px !important; background: #f7f3ea !important; box-shadow: 0 25px 90px rgba(20, 37, 61, 0.24) !important; }
.fhcc-registration-modal__header,
.fhcc-course-modal__header { position: static !important; min-height: 0 !important; padding: 30px 36px !important; background: #14253d !important; color: #f7f3ea !important; }
.fhcc-registration-modal__header::after,
.fhcc-course-modal__header::after { display: none !important; }
.fhcc-registration-modal__header h2,
.fhcc-course-modal__header h2 { max-width: none !important; font-family: inherit !important; font-size: clamp(2.2rem, 5vw, 4rem) !important; }
.fhcc-registration-modal__header p:last-child,
.fhcc-course-modal__header p:last-child { position: static !important; max-width: 620px !important; margin-top: 0 !important; color: #d9e0e8 !important; font-size: inherit !important; }
.fhcc-registration-kicker { position: static !important; color: #dfb767 !important; }
.fhcc-registration-section { display: block !important; margin: 0 !important; padding: 30px 36px !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
.fhcc-registration-section__heading { display: flex !important; margin-bottom: 24px !important; padding: 0 !important; border-right: 0 !important; }
.fhcc-registration-section__heading > span { display: inline !important; width: auto !important; height: auto !important; margin: 0 !important; border-radius: 0 !important; background: transparent !important; }
.fhcc-registration-section > .fhcc-registration-children,
.fhcc-registration-section > .fhcc-registration-grid { padding: 0 !important; }
.fhcc-registration-section > .fhcc-registration-add-child { margin: 0 !important; }
.fhcc-registration-child { padding: 18px !important; border: 1px solid rgba(20, 37, 61, 0.18) !important; background: #fbf7ef !important; }
.fhcc-registration-field input,
.fhcc-registration-field textarea,
.fhcc-registration-field select,
.fhcc-course-form input,
.fhcc-course-form select,
.fhcc-course-form textarea { min-height: 0 !important; border-radius: 2px !important; box-shadow: none !important; }
.fhcc-registration-choice label { flex: 0 1 auto !important; min-height: 0 !important; justify-content: initial !important; border-radius: 0 !important; transition: none !important; }
.fhcc-registration-choice label:has(input:checked) { border-color: #c4b9a9 !important; box-shadow: none !important; transform: none !important; }
.fhcc-registration-form__footer,
.fhcc-course-form__footer { margin: 0 !important; padding: 24px 36px 36px !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; }
.fhcc-registration-submit { border: 1px solid #14253d !important; border-radius: 2px !important; background: #14253d !important; padding: 13px 18px !important; font-size: inherit !important; }
.fhcc-course-form { margin: 28px 0 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; }
.fhcc-course-form__footer { padding: 24px 0 0 !important; }
