/* =========================================================
   KRUNIKI® Heart Awakening — 45-Minute Session
   Page-specific CSS

   File:
   assets/css2/pages/heart-awakening-45.css

   Baseline:
   assets/css2/pages/heart-field-90-day.css
   ========================================================= */


/* =========================================================
   1. PAGE TOKENS
   ========================================================= */

body.ha45Page {
  --ha45-pink: #f574e9;
  --ha45-pink-deep: #e94da8;
  --ha45-pink-soft: #fff2f8;
  --ha45-blush: #fbe4eb;
  --ha45-cream: #fffaf5;
  --ha45-gold: #c6ab66;
  --ha45-gold-dark: #9b742f;
  --ha45-burgundy: #54303f;
  --ha45-brown: #5b493f;
  --ha45-ink: #332b28;
  --ha45-text: #443b37;
  --ha45-text-soft: #5b4d48;
  --ha45-line: rgba(198, 171, 102, 0.42);
  --ha45-shadow: 0 20px 46px rgba(83, 62, 54, 0.12);

  margin: 0;
  color: var(--ha45-ink);
  background: var(--ha45-cream) !important;
}

body.ha45Page main {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: hidden;
  color: var(--ha45-ink);
  background:
    linear-gradient(
      to bottom,
      #0b0b0c 0,
      #0b0b0c 72px,
      var(--ha45-cream) 72px,
      var(--ha45-cream) 100%
    );
}

body.ha45Page main *,
body.ha45Page main *::before,
body.ha45Page main *::after {
  box-sizing: border-box;
}

body.ha45Page main img {
  display: block;
  max-width: 100%;
  height: auto;
}


/* =========================================================
   2. TYPOGRAPHY
   ========================================================= */

body.ha45Page main,
body.ha45Page .hfaTitleThai,
body.ha45Page .hfaLead,
body.ha45Page .hfaBody,
body.ha45Page .hfaCard p,
body.ha45Page .hfaList,
body.ha45Page .hfaJourneyItem p,
body.ha45Page .hfaFaq,
body.ha45Page .hfaNotice,
body.ha45Page .hfaButton,
body.ha45Page .hfaStat span,
body.ha45Page .hfaPriceUnit {
  font-family: "Sarabun", sans-serif;
}

body.ha45Page .hfaEyebrow {
  margin: 0 0 14px;
  color: var(--ha45-gold-dark) !important;
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-transform: uppercase;
  opacity: 1 !important;
}

body.ha45Page .hfaTitle {
  margin: 0;
  color: var(--ha45-burgundy) !important;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(40px, 5.8vw, 72px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.04;
}

body.ha45Page .hfaTitleThai {
  display: block;
  margin-top: 18px;
  color: var(--ha45-pink-deep) !important;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
}

body.ha45Page .hfaHeading,
body.ha45Page .hfaSubheading {
  margin: 0;
  color: var(--ha45-burgundy) !important;
  font-family: "Times New Roman", Times, serif;
  font-weight: 500;
}

body.ha45Page .hfaHeading {
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.22;
}

body.ha45Page .hfaSubheading {
  font-size: clamp(23px, 2.8vw, 31px);
  line-height: 1.35;
}

body.ha45Page .hfaLead {
  max-width: 780px;
  margin: 20px 0 0;
  color: var(--ha45-text) !important;
  font-size: clamp(19px, 2vw, 21px);
  font-weight: 400;
  line-height: 1.9;
  opacity: 1 !important;
}

body.ha45Page .hfaBody {
  margin: 14px 0 0;
  color: var(--ha45-text) !important;
  font-size: 18px;
  line-height: 1.9;
  opacity: 1 !important;
}

body.ha45Page .hfaCenter {
  text-align: center;
}

body.ha45Page .hfaCenter .hfaLead {
  margin-inline: auto;
}


/* =========================================================
   3. HERO BANNER
   ========================================================= */

body.ha45Page .ha45Hero {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin: 0;
  margin-left: -50vw;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      #fffaf6 0%,
      #fff3f7 52%,
      #fbe4eb 100%
    );
}

body.ha45Page .ha45Hero .hfaHeroBanner {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
}


/* =========================================================
   4. SECTIONS
   ========================================================= */

body.ha45Page .hfaSection {
  width: 100%;
  padding: 76px 0;
  color: var(--ha45-ink);
  background: #fffdfc;
}

body.ha45Page .hfaIntro {
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(251, 228, 235, 0.92),
      transparent 32%
    ),
    radial-gradient(
      circle at 8% 85%,
      rgba(244, 234, 208, 0.82),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #fffefe 0%,
      #fff7fa 56%,
      #fffaf5 100%
    );
}

body.ha45Page .hfaSectionSoft {
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(251, 228, 235, 0.78),
      transparent 35%
    ),
    radial-gradient(
      circle at 90% 88%,
      rgba(245, 116, 233, 0.08),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #fffdfd 0%,
      #fff5f9 100%
    ) !important;
}

body.ha45Page .hfaSectionGold {
  background:
    radial-gradient(
      circle at 88% 15%,
      rgba(251, 228, 235, 0.62),
      transparent 33%
    ),
    linear-gradient(
      135deg,
      rgba(244, 234, 208, 0.92),
      rgba(255, 250, 245, 0.98)
    ) !important;
}

body.ha45Page .hfaContainer {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

body.ha45Page .hfaIntroContent {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}

body.ha45Page .hfaIntroContent .hfaLead,
body.ha45Page .hfaIntroContent .hfaHeroNote {
  margin-inline: auto;
}

body.ha45Page .hfaIntroContent .hfaActions {
  justify-content: center;
}


/* =========================================================
   5. HERO NOTE
   ========================================================= */

body.ha45Page .hfaHeroNote {
  max-width: 760px;
  margin: 24px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(198, 171, 102, 0.42);
  border-left: 3px solid var(--ha45-gold);
  border-radius: 0 16px 16px 0;
  color: var(--ha45-text-soft) !important;
  background: rgba(255, 255, 255, 0.68);
  font-family: "Sarabun", sans-serif;
  font-size: 18px;
  line-height: 1.9;
}

body.ha45Page .hfaIntroContent .hfaHeroNote {
  text-align: left;
}


/* =========================================================
   6. BUTTONS
   ========================================================= */

body.ha45Page .hfaActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body.ha45Page .hfaButton {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid var(--ha45-gold) !important;
  border-radius: 999px;
  color: var(--ha45-burgundy) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

body.ha45Page .hfaButton:hover,
body.ha45Page .hfaButton:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(90, 63, 51, 0.14);
}

body.ha45Page .hfaButtonPrimary {
  border-color: var(--ha45-pink-deep) !important;
  color: #fff !important;
  background:
    linear-gradient(
      135deg,
      var(--ha45-pink),
      var(--ha45-pink-deep)
    ) !important;
  box-shadow: 0 12px 28px rgba(233, 77, 168, 0.22);
}

body.ha45Page .hfaButtonSoft {
  border-color: rgba(245, 116, 233, 0.46) !important;
  color: var(--ha45-burgundy) !important;
  background: rgba(251, 228, 235, 0.72) !important;
}


/* =========================================================
   7. STATS
   ========================================================= */

body.ha45Page .hfaStats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

body.ha45Page .hfaStat {
  min-width: 0;
  padding: 23px 18px;
  border: 1px solid var(--ha45-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 28px rgba(83, 62, 54, 0.06);
  text-align: center;
}

body.ha45Page .hfaStat strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ha45-pink-deep) !important;
  font-family: "Times New Roman", Times, serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.2;
}

body.ha45Page .hfaStat span {
  color: var(--ha45-text-soft) !important;
  font-size: 17px;
  line-height: 1.7;
}


/* =========================================================
   8. CONTENT GRIDS
   ========================================================= */

body.ha45Page .hfaGrid2,
body.ha45Page .hfaGrid3,
body.ha45Page .hfaGrid4 {
  display: grid;
  gap: 22px;
  margin-top: 36px;
}

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

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

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

body.ha45Page .hfaGrid2 > *,
body.ha45Page .hfaGrid3 > *,
body.ha45Page .hfaGrid4 > * {
  min-width: 0;
}

body.ha45Page .hfaGrid2 > .hfaPoster {
  margin-top: 0;
}


/* =========================================================
   9. CARDS
   ========================================================= */

body.ha45Page .hfaCard {
  height: 100%;
  padding: 27px;
  border: 1px solid var(--ha45-line);
  border-radius: 22px;
  color: var(--ha45-ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 15px 34px rgba(83, 62, 54, 0.08);
}

body.ha45Page .hfaCardNumber {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  border-radius: 50%;
  color: #fff !important;
  background:
    linear-gradient(
      135deg,
      var(--ha45-pink),
      var(--ha45-pink-deep)
    );
  font-family: "Times New Roman", Times, serif;
  font-size: 19px;
  font-weight: 700;
}

body.ha45Page .hfaCard h3 {
  margin: 0;
  color: var(--ha45-burgundy) !important;
  font-family: "Sarabun", sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.45;
}

body.ha45Page .hfaCard p {
  margin: 12px 0 0;
  color: var(--ha45-text) !important;
  font-size: 17px;
  line-height: 1.85;
  opacity: 1 !important;
}


/* =========================================================
   10. NUMBERED LISTS
   ========================================================= */

body.ha45Page .hfaList {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: ha45-list;
}

body.ha45Page .hfaList li {
  counter-increment: ha45-list;
  position: relative;
  padding-left: 44px;
  color: var(--ha45-text) !important;
  font-size: 18px;
  line-height: 1.9;
}

body.ha45Page .hfaList li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--ha45-pink-deep);
  content: counter(ha45-list, decimal-leading-zero);
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: 700;
}


/* =========================================================
   11. SESSION JOURNEY
   ========================================================= */

body.ha45Page .hfaJourney {
  position: relative;
  align-self: center;
  padding-left: 30px;
}

body.ha45Page .hfaJourney::before {
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 8px;
  width: 1px;
  background:
    linear-gradient(
      var(--ha45-pink-deep),
      rgba(198, 171, 102, 0.28)
    );
  content: "";
}

body.ha45Page .hfaJourneyItem {
  position: relative;
  padding: 0 0 34px 27px;
}

body.ha45Page .hfaJourneyItem:last-child {
  padding-bottom: 0;
}

body.ha45Page .hfaJourneyItem::before {
  position: absolute;
  top: 8px;
  left: -28px;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--ha45-pink-deep);
  box-shadow: 0 0 0 1px var(--ha45-pink-deep);
  content: "";
}

body.ha45Page .hfaJourneyItem h3 {
  margin: 0;
  color: var(--ha45-burgundy) !important;
  font-family: "Sarabun", sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.45;
}

body.ha45Page .hfaJourneyItem p {
  margin: 8px 0 0;
  color: var(--ha45-text) !important;
  font-size: 17px;
  line-height: 1.85;
}


/* =========================================================
   12. POSTERS
   ========================================================= */

body.ha45Page .hfaPoster {
  overflow: hidden;
  margin: 40px 0 0;
  border: 1px solid var(--ha45-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--ha45-shadow);
}

body.ha45Page .hfaPoster img {
  display: block;
  width: 100%;
  height: auto;
}

body.ha45Page .hfaPoster.hfaWide {
  width: 100%;
}

body.ha45Page .hfaPoster[hidden] {
  display: none !important;
}


/* =========================================================
   13. POST-SESSION POSTER GRID
   ========================================================= */

body.ha45Page .ha45PosterGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 38px;
}

body.ha45Page .ha45PosterGrid > * {
  min-width: 0;
}

body.ha45Page .ha45PosterGrid .hfaPoster {
  height: 100%;
  margin: 0;
}

body.ha45Page .ha45PosterGrid .hfaPoster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* =========================================================
   14. BOOKING SECTION
   ========================================================= */

body.ha45Page .hfaFounder {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(300px, 0.72fr);
  gap: 36px;
  align-items: center;
  padding: 40px;
  border: 1px solid rgba(198, 171, 102, 0.52);
  border-radius: 28px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98),
      rgba(251, 228, 235, 0.68)
    );
  box-shadow: 0 22px 50px rgba(83, 62, 54, 0.11);
}

body.ha45Page .hfaPriceBox {
  padding: 30px;
  border: 1px solid rgba(198, 171, 102, 0.48);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
}

body.ha45Page .hfaPriceLabel {
  margin: 0;
  color: var(--ha45-pink-deep) !important;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.ha45Page .hfaPrice {
  margin: 13px 0 5px;
  color: var(--ha45-gold-dark) !important;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(48px, 6vw, 66px);
  line-height: 1;
}

body.ha45Page .hfaPriceUnit {
  margin: 0;
  color: var(--ha45-text-soft) !important;
  font-size: 17px;
}

body.ha45Page .hfaPriceBox .hfaActions {
  justify-content: center;
}


/* =========================================================
   15. FAQ AND NOTICE
   ========================================================= */

body.ha45Page .hfaFaq {
  display: grid;
  gap: 15px;
  margin-top: 34px;
}

body.ha45Page .hfaFaq details {
  padding: 21px 23px;
  border: 1px solid var(--ha45-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
}

body.ha45Page .hfaFaq summary {
  color: var(--ha45-burgundy) !important;
  cursor: pointer;
  font-family: "Sarabun", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.65;
}

body.ha45Page .hfaFaq p {
  margin: 14px 0 0;
  color: var(--ha45-text) !important;
  font-size: 17px;
  line-height: 1.85;
}

body.ha45Page .hfaNotice {
  margin-top: 30px;
  padding: 23px;
  border: 1px solid rgba(198, 171, 102, 0.38);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
}

body.ha45Page .hfaNotice p {
  margin: 0;
  color: var(--ha45-text-soft) !important;
  font-size: 16px;
  line-height: 1.85;
}


/* =========================================================
   16. CLOSING CTA
   ========================================================= */

body.ha45Page .hfaClosing {
  width: 100%;
  padding: 78px 0;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(251, 228, 235, 0.82),
      transparent 35%
    ),
    radial-gradient(
      circle at 88% 82%,
      rgba(245, 116, 233, 0.1),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #fffafc,
      #fffdf7
    );
}

body.ha45Page .hfaClosingCard {
  padding: 48px 34px;
  border: 1px solid rgba(198, 171, 102, 0.5);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 58px rgba(83, 62, 54, 0.11);
  text-align: center;
}

body.ha45Page .hfaClosingCard .hfaLead {
  margin-inline: auto;
}

body.ha45Page .hfaClosingCard .hfaActions {
  justify-content: center;
}


/* =========================================================
   17. FOOTER
   ========================================================= */

body.ha45Page footer {
  display: block;
  width: 100%;
  margin: 0;
  padding: 27px 16px;
  color: rgba(245, 246, 248, 0.94) !important;
  background: #0f1114 !important;
  text-align: center;
}

body.ha45Page footer .gold {
  color: var(--ha45-gold) !important;
}


/* =========================================================
   18. TABLET
   ========================================================= */

@media (max-width: 1024px) {

  body.ha45Page .hfaSection {
    padding: 66px 0;
  }

  body.ha45Page .hfaTitle {
    font-size: clamp(38px, 7vw, 62px);
  }

  body.ha45Page .hfaHeading {
    font-size: clamp(30px, 5vw, 43px);
  }

  body.ha45Page .hfaFounder {
    grid-template-columns: 1fr;
  }

  body.ha45Page .hfaGrid3,
  body.ha45Page .hfaGrid4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ha45Page .ha45PosterGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

}


/* =========================================================
   19. SMALL TABLET
   ========================================================= */

@media (max-width: 820px) {

  body.ha45Page .hfaGrid2 {
    grid-template-columns: 1fr;
  }

  body.ha45Page .hfaGrid2 > .hfaPoster {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  body.ha45Page .hfaJourney {
    padding-bottom: 8px;
  }

  body.ha45Page .hfaFounder {
    padding: 30px 24px;
  }

}


/* =========================================================
   20. MOBILE
   ========================================================= */

@media (max-width: 680px) {

  body.ha45Page .hfaContainer {
    width: min(100% - 24px, 1120px);
  }

  body.ha45Page .hfaSection {
    padding: 54px 0;
  }

  body.ha45Page .hfaIntro {
    padding-top: 56px;
  }

  body.ha45Page .hfaEyebrow {
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0.07em;
  }

  body.ha45Page .hfaTitle {
    font-size: clamp(36px, 12vw, 48px);
    line-height: 1.08;
  }

  body.ha45Page .hfaTitleThai {
    margin-top: 15px;
    font-size: 24px;
    line-height: 1.55;
  }

  body.ha45Page .hfaHeading {
    font-size: clamp(29px, 9vw, 38px);
    line-height: 1.3;
  }

  body.ha45Page .hfaLead {
    font-size: 18px;
    line-height: 1.9;
  }

  body.ha45Page .hfaBody,
  body.ha45Page .hfaCard p,
  body.ha45Page .hfaList li,
  body.ha45Page .hfaJourneyItem p,
  body.ha45Page .hfaFaq p {
    font-size: 17px;
    line-height: 1.85;
  }

  body.ha45Page .hfaStat span,
  body.ha45Page .hfaNotice p,
  body.ha45Page .hfaPriceUnit {
    font-size: 16px;
  }

  body.ha45Page .hfaFaq summary {
    font-size: 18px;
  }

  body.ha45Page .hfaStats,
  body.ha45Page .hfaGrid2,
  body.ha45Page .hfaGrid3,
  body.ha45Page .hfaGrid4,
  body.ha45Page .ha45PosterGrid {
    grid-template-columns: 1fr;
  }

  body.ha45Page .hfaActions {
    flex-direction: column;
  }

  body.ha45Page .hfaButton {
    width: 100%;
    min-height: 52px;
    padding: 14px 20px;
    font-size: 17px;
  }

  body.ha45Page .hfaHeroNote {
    padding: 17px 17px;
    font-size: 17px;
    line-height: 1.85;
  }

  body.ha45Page .hfaStat {
    padding: 20px 16px;
  }

  body.ha45Page .hfaCard {
    padding: 23px 20px;
  }

  body.ha45Page .hfaCard h3 {
    font-size: 22px;
  }

  body.ha45Page .hfaFounder {
    padding: 25px 18px;
  }

  body.ha45Page .hfaPriceBox {
    padding: 25px 18px;
  }

  body.ha45Page .hfaJourney {
    padding-left: 27px;
  }

  body.ha45Page .hfaPoster {
    margin-top: 30px;
    border-radius: 20px;
  }

  body.ha45Page .ha45PosterGrid {
    gap: 22px;
    margin-top: 30px;
  }

  body.ha45Page .ha45PosterGrid .hfaPoster {
    width: 100%;
    height: auto;
  }

  body.ha45Page .ha45PosterGrid .hfaPoster img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  body.ha45Page .hfaClosing {
    padding: 58px 0;
  }

  body.ha45Page .hfaClosingCard {
    padding: 38px 20px;
    border-radius: 24px;
  }

}


/* =========================================================
   21. SMALL MOBILE
   ========================================================= */

@media (max-width: 430px) {

  body.ha45Page .hfaContainer {
    width: min(100% - 20px, 1120px);
  }

  body.ha45Page .hfaSection {
    padding: 48px 0;
  }

  body.ha45Page .hfaTitle {
    font-size: 35px;
  }

  body.ha45Page .hfaTitleThai {
    font-size: 22px;
  }

  body.ha45Page .hfaHeading {
    font-size: 29px;
  }

  body.ha45Page .hfaLead {
    font-size: 18px;
  }

  body.ha45Page .hfaCard,
  body.ha45Page .hfaFaq details,
  body.ha45Page .hfaNotice {
    padding-right: 18px;
    padding-left: 18px;
  }

  body.ha45Page .hfaList li {
    padding-left: 40px;
  }

}


/* =========================================================
   22. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  body.ha45Page .hfaButton {
    transition: none;
  }
}
