/* ==========================================================================
   Heartland Convention Center (Avada child) – design CSS
   Every rule is scoped under .pfcc so it can't leak into other Avada pages,
   and so it out-ranks Avada's bare-element styles inside our templates.
   Brand tokens (from the mockup): Poppins, white #FFFFFF, green #576655.
   ========================================================================== */

.pfcc {
  --green: #576655;
  --green-deep: #414e40;
  --green-tint: #eef1ed;
  --green-line: #d3dbd0;
  --white: #ffffff;
  --ink: #1f261e;
  --muted: #566052;

  --radius: 20px;
  --radius-sm: 12px;
  --wrap: 1120px;
  --wrap-reading: 920px;
  --bar-h: 76px;

  --font: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.pfcc,
.pfcc *,
.pfcc *::before,
.pfcc *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

.pfcc {
  margin: 0;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

.pfcc img { display: block; max-width: 100%; height: auto; }

.pfcc h1,
.pfcc h2,
.pfcc h3,
.pfcc h4 { margin: 0; line-height: 1.2; font-weight: 500; }
.pfcc p { margin: 0 0 1rem; }
.pfcc ul { margin: 0; padding: 0; }

.pfcc a { color: var(--green); text-underline-offset: 0.2em; }
.pfcc a:hover { color: var(--green-deep); }

.pfcc :focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
.pfcc .on-green :focus-visible { outline-color: var(--white); }

.pfcc .visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.pfcc .skip-link {
  position: absolute;
  left: 1rem; top: -4rem;
  z-index: 100;
  padding: 0.6rem 1rem;
  background: var(--white);
  color: var(--green);
  font-weight: 600;
  border-radius: 8px;
  transition: top 0.15s;
}
.pfcc .skip-link:focus { top: 1rem; }

.pfcc .wrap {
  width: min(100% - 2.5rem, var(--wrap));
  margin-inline: auto;
}
.pfcc .wrap--reading { width: min(100% - 2.5rem, var(--wrap-reading)); }

.pfcc .section { padding-block: clamp(3rem, 7vw, 5.5rem); }

.pfcc .section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  margin-bottom: 1.75rem;
}
.pfcc .section-head h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); }

.pfcc .text-link { font-weight: 500; font-size: 0.95rem; }
.pfcc .text-link--light { color: var(--white); }
.pfcc .text-link--light:hover { color: var(--green-tint); }

/* Buttons ---------------------------------------------------------------- */
.pfcc .btn {
  display: inline-block;
  padding: 0.95rem 1.9rem;
  border-radius: 999px;
  background: var(--white);
  color: var(--green);
  font-weight: 600;
  font-size: 1.05rem;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.pfcc .btn:hover { background: var(--green-tint); color: var(--green-deep); }

.pfcc .icon-btn {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 2px solid var(--white);
  background: transparent;
  color: var(--white);
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.pfcc .icon-btn:hover:not(:disabled) { background: var(--white); color: var(--green); }
.pfcc .icon-btn:disabled { opacity: 0.4; cursor: default; }
.pfcc .icon-btn--dark { border-color: var(--green); color: var(--green); width: 40px; height: 40px; }
.pfcc .icon-btn--dark:hover:not(:disabled) { background: var(--green); color: var(--white); }

/* ==========================================================================
   Header / nav
   ========================================================================== */
.pfcc .site-header { position: relative; z-index: 20; background: var(--green); }

.pfcc .site-header__bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: var(--bar-h);
  padding-inline: clamp(1rem, 3vw, 2.5rem);
}

.pfcc .site-nav { position: relative; }

.pfcc .nav-list {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin: 0;
  padding: 0.3rem 0.5rem;
  list-style: none;
  background: var(--white);
  border-radius: 10px;
}

.pfcc .nav-list a,
.pfcc .search-toggle {
  color: var(--ink);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.pfcc .nav-list a { display: block; padding: 0.55rem 0.9rem; border-radius: 8px; }
.pfcc .nav-list a:hover { background: var(--green-tint); color: var(--green-deep); }
.pfcc .nav-list a.is-current { color: var(--green); font-weight: 600; }

.pfcc .has-sub { position: relative; display: flex; align-items: center; }

.pfcc .sub-toggle,
.pfcc .search-toggle {
  display: grid;
  place-items: center;
  width: 34px; height: 34px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.pfcc .sub-toggle { margin-left: -0.6rem; }
.pfcc .sub-toggle:hover,
.pfcc .search-toggle:hover { background: var(--green-tint); color: var(--green-deep); }

.pfcc .sub {
  position: absolute;
  top: 100%; /*calc(100% + 0.5rem);*/
  left: 0;
  min-width: 270px;
  margin: 0;
  padding: 0.4rem;
  list-style: none;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(20, 28, 19, 0.22);
  display: none;
}
.pfcc .has-sub:hover .sub,
.pfcc .has-sub:focus-within .sub,
.pfcc .has-sub.is-open .sub { display: block; }

/* Search panel */
.pfcc .search-panel { background: var(--green-deep); padding: 1rem clamp(1rem, 3vw, 2.5rem); }
.pfcc .search-panel[hidden] { display: none; }
.pfcc .search-panel form { display: flex; gap: 0.5rem; max-width: 520px; margin-left: auto; }
.pfcc .search-panel input {
  flex: 1;
  min-width: 0;
  padding: 0.7rem 1rem;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-size: 0.95rem;
}
.pfcc .search-panel button {
  padding: 0.7rem 1.25rem;
  border: 2px solid var(--white);
  border-radius: 10px;
  background: transparent;
  color: var(--white);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
}
.pfcc .search-panel button:hover { background: var(--white); color: var(--green); }

/* Mobile nav */
.pfcc .nav-toggle {
  display: none;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1rem;
  border: 0;
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
}
.pfcc .nav-toggle__bars,
.pfcc .nav-toggle__bars::before,
.pfcc .nav-toggle__bars::after {
  display: block;
  width: 18px; height: 2px;
  background: currentColor;
  border-radius: 2px;
}
.pfcc .nav-toggle__bars { position: relative; }
.pfcc .nav-toggle__bars::before,
.pfcc .nav-toggle__bars::after { content: ""; position: absolute; left: 0; }
.pfcc .nav-toggle__bars::before { top: -6px; }
.pfcc .nav-toggle__bars::after { top: 6px; }

@media (max-width: 860px) {
  .pfcc .nav-toggle { display: inline-flex; }
  .pfcc .nav-list {
    display: none;
    position: absolute;
    right: 0; top: calc(100% + 0.5rem);
    z-index: 30;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: min(88vw, 340px);
    padding: 0.5rem;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(20, 28, 19, 0.28);
  }
  .pfcc .nav-list.is-open { display: flex; }
  .pfcc .nav-list a { padding: 0.8rem 1rem; }
  .pfcc .has-sub { flex-wrap: wrap; }
  .pfcc .has-sub > a { flex: 1; }
  .pfcc .sub-toggle { margin-left: 0; }
  .pfcc .sub { position: static; flex-basis: 100%; min-width: 0; box-shadow: none; background: var(--green-tint); }
  .pfcc .has-sub:hover .sub,
.pfcc .has-sub:focus-within .sub { display: none; }
  .pfcc .has-sub.is-open .sub { display: block; }
  .pfcc .search-toggle { width: 100%; justify-content: start; padding-left: 1rem; }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.pfcc .hero {
  display: grid;
  place-items: center;
  min-height: clamp(380px, 42vw, 540px);
  padding: 4rem 1.25rem;
  text-align: center;
  color: var(--white);
  background:
    linear-gradient(rgba(24, 32, 23, 0.4), rgba(24, 32, 23, 0.58)),
    var(--hero-image, linear-gradient(transparent, transparent)) center 45% / cover no-repeat,
    var(--green-deep);
}

/* Shorter hero for inner pages using the "Convention Center Style" template */
.pfcc .hero--page { min-height: clamp(240px, 26vw, 340px); padding-block: 3rem; }
.pfcc .hero--page h1 { font-size: clamp(1.9rem, 4.2vw, 3rem); margin-bottom: 0; }
.pfcc .hero--page .hero__lede { margin-top: 1rem; margin-bottom: 0; }

.pfcc .hero__inner { max-width: 820px; }

.pfcc .hero h1 {
  font-size: clamp(2.1rem, 5.4vw, 3.75rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.08;
  margin-bottom: 1rem;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.pfcc .hero__lede {
  max-width: 34ch;
  margin: 0 auto 2rem;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 300;
  line-height: 1.5;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

/* ==========================================================================
   Calendar (condensed)
   ========================================================================== */
.pfcc .calendar {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  border: 1px solid var(--green-line);
  border-radius: var(--radius);
  overflow: hidden;
}

.pfcc .calendar__month { padding: clamp(1.25rem, 3vw, 2rem); }

.pfcc .calendar__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.pfcc .calendar__title { font-size: 1.2rem; font-weight: 600; color: var(--green); }

.pfcc .calendar__grid { width: 100%; border-collapse: collapse; table-layout: fixed; }
.pfcc .calendar__grid th {
  padding-bottom: 0.4rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--muted);
}
.pfcc .calendar__grid abbr { text-decoration: none; }
.pfcc .calendar__grid td { padding: 2px; text-align: center; }

.pfcc .cal-day {
  position: relative;
  display: block;
  width: 100%;
  max-width: 44px;
  aspect-ratio: 1;
  margin-inline: auto;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
  cursor: pointer;
}
.pfcc .cal-day:hover { background: var(--green-tint); }
.pfcc .cal-day.is-today { box-shadow: inset 0 0 0 2px var(--green-line); font-weight: 600; }
.pfcc .cal-day.has-events { font-weight: 600; color: var(--green-deep); }
.pfcc .cal-day.has-events::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 17%;
  width: 5px; height: 5px;
  margin-left: -2.5px;
  border-radius: 50%;
  background: var(--green);
}
.pfcc .cal-day.is-selected { background: var(--green); color: var(--white); }
.pfcc .cal-day.is-selected::after { background: var(--white); }

.pfcc .calendar__list {
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--green-tint);
}
.pfcc .calendar__list-title { font-size: 1.05rem; font-weight: 600; margin-bottom: 1rem; }

.pfcc .event-list { list-style: none; display: grid; gap: 0.75rem; }
.pfcc .event-list__empty { color: var(--muted); font-size: 0.95rem; }

.pfcc .event {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 0.75rem 1rem 0.75rem 0.75rem;
  border-radius: var(--radius-sm);
  background: var(--white);
}
.pfcc .event__date {
  display: grid;
  place-items: center;
  height: 56px;
  border-radius: 10px;
  background: var(--green);
  color: var(--white);
  line-height: 1.05;
  text-align: center;
}
.pfcc .event__month { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.04em; }
.pfcc .event__day { font-size: 1.3rem; font-weight: 600; }
.pfcc .event__title { font-size: 0.98rem; font-weight: 600; line-height: 1.3; }
.pfcc .event__title a { color: var(--ink); text-decoration: none; }
.pfcc .event__title a:hover { color: var(--green); text-decoration: underline; }
.pfcc .event__meta { display: block; font-size: 0.82rem; color: var(--muted); }

.pfcc .calendar__note { margin: 1rem 0 0; font-size: 0.8rem; color: var(--muted); }

@media (max-width: 860px) {
  .pfcc .calendar { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Cabin carousel
   ========================================================================== */
.pfcc .cabins { background: var(--green); color: var(--white); }
.pfcc .cabins .section-head h2 { color: var(--white); }

.pfcc .carousel__controls { display: flex; gap: 0.6rem; }

.pfcc .carousel__track {
  --gap: 1.25rem;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2 * var(--gap)) / 3);
  gap: var(--gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  border-radius: var(--radius);
}
.pfcc .carousel__track::-webkit-scrollbar { display: none; }

.pfcc .cabin-card {
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
}
.pfcc .cabin-card:hover { color: var(--ink); }
.pfcc .cabin-card__media {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  background: var(--green-tint);
  color: var(--green);
}
.pfcc .cabin-card__body { padding: 1.1rem 1.4rem 1.4rem; }
.pfcc .cabin-card__name { font-size: 1.2rem; font-weight: 500; }
.pfcc .cabin-card__cta { display: block; margin-top: 0.15rem; font-size: 0.9rem; font-weight: 500; color: var(--green); }
.pfcc .cabin-card:hover .cabin-card__cta { text-decoration: underline; }

.pfcc .cabins__more { margin: 1.5rem 0 0; }

@media (max-width: 900px) {
  .pfcc .carousel__track { grid-auto-columns: calc((100% - var(--gap)) / 2); }
}
@media (max-width: 560px) {
  .pfcc .carousel__track { grid-auto-columns: 82%; }
}

/* ==========================================================================
   Main content (LeConte info)
   ========================================================================== */
.pfcc .info__head { margin-bottom: 1.75rem; }
.pfcc .info__head h2 { font-size: clamp(1.9rem, 4vw, 2.75rem); color: var(--green); }

.pfcc .expansion {
  margin-bottom: 1rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: var(--radius);
  background: var(--green-tint);
}
.pfcc .expansion h3 { margin-bottom: 0.75rem; font-size: clamp(1.15rem, 2vw, 1.4rem); font-weight: 600; color: var(--green-deep); }
.pfcc .expansion p { margin: 0; }

.pfcc .spec {
  display: grid;
  grid-template-columns: minmax(0, 210px) minmax(0, 1fr);
  gap: 0.75rem 3rem;
  padding-block: 2.25rem;
  border-top: 1px solid var(--green-line);
}
.pfcc .info__head + .expansion + .spec { margin-top: 1.5rem; }

.pfcc .spec__title { font-size: 1.1rem; font-weight: 600; line-height: 1.35; color: var(--green); }
.pfcc .spec__body > :last-child { margin-bottom: 0; }
.pfcc .spec__lead { font-weight: 500; }

.pfcc .facilities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 2.5rem; }
.pfcc .facility h4 { margin-bottom: 0.6rem; font-size: 1.05rem; font-weight: 600; }

.pfcc .ticks { list-style: none; }
.pfcc .ticks li { position: relative; padding: 0.15rem 0 0.15rem 1.4rem; }
.pfcc .ticks li::before {
  content: "";
  position: absolute;
  left: 0; top: 1.05em;
  width: 0.65rem; height: 2px;
  background: var(--green);
}
.pfcc .ticks--cols { columns: 2; column-gap: 2.5rem; }
.pfcc .ticks--cols li { break-inside: avoid; }

@media (max-width: 760px) {
  .pfcc .spec { grid-template-columns: 1fr; padding-block: 1.75rem; }
  .pfcc .facilities { grid-template-columns: 1fr; }
  .pfcc .ticks--cols { columns: 1; }
}

/* Contacts */
.pfcc .contacts { padding-top: 2.75rem; border-top: 1px solid var(--green-line); }
.pfcc .contacts__title { margin-bottom: 1.5rem; font-size: 1.5rem; font-weight: 600; color: var(--green); }

.pfcc .contacts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.pfcc .contact-card {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: 1.75rem 1.5rem;
  border: 1px solid var(--green-line);
  border-radius: var(--radius);
  background: var(--white);
}
.pfcc .contact-card h4 { font-size: 1.15rem; font-weight: 600; line-height: 1.3; }

.pfcc .contact-list {
  display: grid;
  grid-template-columns: 3.9rem 1fr;
  gap: 0.6rem 0.75rem;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}
.pfcc .contact-list dt { color: var(--muted); font-weight: 500; }
.pfcc .contact-list dd { margin: 0; overflow-wrap: anywhere; }
.pfcc .contact-card > .text-link { margin-top: auto; }

.pfcc .contact-card--primary { background: var(--green); border-color: var(--green); color: var(--white); }
.pfcc .contact-card--primary a { color: var(--white); }
.pfcc .contact-card--primary a:hover { color: var(--green-tint); }
.pfcc .contact-card--primary .contact-list dt { color: rgba(255, 255, 255, 0.78); }
.pfcc .contact-card--primary :focus-visible { outline-color: var(--white); }

@media (max-width: 900px) {
  .pfcc .contacts__grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Blog preview
   ========================================================================== */
.pfcc .blog { background: var(--green-tint); }

.pfcc .blog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.pfcc .post-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
}
.pfcc .post-card__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--green-line); }
.pfcc .post-card__media img { width: 100%; height: 100%; object-fit: cover; }
.pfcc .post-card__body { display: flex; flex-direction: column; gap: 0.4rem; padding: 1.25rem 1.4rem 1.5rem; }
.pfcc .post-card time { font-size: 0.82rem; color: var(--muted); }
.pfcc .post-card h3 { font-size: 1.08rem; font-weight: 600; line-height: 1.35; }
.pfcc .post-card h3 a { color: var(--ink); text-decoration: none; }
.pfcc .post-card h3 a:hover { color: var(--green); text-decoration: underline; }
.pfcc .post-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 900px) {
  .pfcc .blog__grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
}

/* ==========================================================================
   Disclaimer + footer
   ========================================================================== */
.pfcc .disclaimer { padding-block: 3rem; text-align: center; }
.pfcc .disclaimer p { margin: 0; font-size: 0.9rem; color: var(--muted); line-height: 1.75; }
.pfcc .disclaimer strong { color: var(--ink); }

.pfcc .site-footer {
  padding-block: 3rem 1.5rem;
  background: var(--green);
  color: var(--white);
}
.pfcc .site-footer a { color: var(--white); }
.pfcc .site-footer a:hover { color: var(--green-tint); }

.pfcc .footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(0, 1.1fr);
  gap: 2rem;
}
.pfcc .footer__col h2 { margin-bottom: 0.75rem; font-size: 0.95rem; font-weight: 600; }
.pfcc .footer__col p { margin: 0 0 0.75rem; font-size: 0.85rem; line-height: 1.6; color: rgba(255, 255, 255, 0.88); }

.pfcc .footer__brand { text-align: left; }
.pfcc .footer__powered { margin: 0 0 0.25rem; font-size: 0.95rem; font-weight: 300; }

/* Stand-in for the real logo. Delete these rules when the image is dropped in. */
.pfcc .heartland-logo { display: inline-block; text-decoration: none; color: var(--white); }
.pfcc .heartland-logo__script { display: block; font-family: "Great Vibes", cursive; font-size: 3.4rem; line-height: 1; }
.pfcc .heartland-logo__sub { display: block; margin-top: 0.15rem; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; text-align: right; }
.pfcc .heartland-logo img { max-width: 240px; }

.pfcc .footer__legal {
  margin: 2.5rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 960px) {
  .pfcc .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pfcc .footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .pfcc .footer__grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Reduced motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pfcc * { transition: none !important; }
}

/* Let the three contact cards use the full page width on large screens. */
@media (min-width: 1200px) {
  .pfcc .contacts { margin-inline: calc((var(--wrap-reading) - var(--wrap)) / 2); }
}

/* ==========================================================================
   Inner-page content (template "Convention Center Style")
   ========================================================================== */
.pfcc .entry > * + * { margin-top: 1rem; margin-bottom: 0; }
.pfcc .entry h2 { margin-top: 2.5rem; font-size: clamp(1.5rem, 2.8vw, 2rem); color: var(--green); }
.pfcc .entry h3 { margin-top: 2rem; font-size: 1.25rem; font-weight: 600; }
.pfcc .entry h4 { margin-top: 1.5rem; font-size: 1.05rem; font-weight: 600; }
.pfcc .entry ul { list-style: none; padding: 0; }
.pfcc .entry ul li { position: relative; padding: 0.15rem 0 0.15rem 1.4rem; }
.pfcc .entry ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 1.05em;
  width: 0.65rem; height: 2px;
  background: var(--green);
}
.pfcc .entry ol { padding-left: 1.4rem; }
.pfcc .entry ol li { padding-left: 0.25rem; }
.pfcc .entry img { border-radius: var(--radius-sm); }
.pfcc .entry figure { margin-inline: 0; }
.pfcc .entry figcaption { margin-top: 0.4rem; font-size: 0.85rem; color: var(--muted); }
.pfcc .entry blockquote {
  margin-inline: 0;
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius);
  background: var(--green-tint);
  color: var(--green-deep);
}
.pfcc .entry blockquote p:last-child { margin-bottom: 0; }
.pfcc .entry table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.pfcc .entry th,
.pfcc .entry td { padding: 0.7rem 0.6rem; text-align: left; border-bottom: 1px solid var(--green-line); }
.pfcc .entry th { font-weight: 600; color: var(--green); }
.pfcc .entry .wp-block-button__link,
.pfcc .entry .button {
  display: inline-block;
  padding: 0.85rem 1.7rem;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}
.pfcc .entry .wp-block-button__link:hover,
.pfcc .entry .button:hover { background: var(--green-deep); color: var(--white); }

/* Avada Builder pages: let its containers manage their own width. */
.pfcc .page-content--builder { padding-block: 0; }

/* ==========================================================================
   Guard rails against Avada's global element styles
   (Avada sets fonts/colors/margins on bare h1-h6, p, a, ul, button, input.)
   ========================================================================== */
body.pfcc-body { margin: 0; background: var(--white); }

.pfcc { color: var(--ink); font-family: var(--font); }
.pfcc h1,
.pfcc h2,
.pfcc h3,
.pfcc h4 {
  font-family: var(--font);
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  color: inherit;
}
.pfcc p,
.pfcc li,
.pfcc dt,
.pfcc dd,
.pfcc address,
.pfcc table,
.pfcc button,
.pfcc input,
.pfcc time { font-family: var(--font); }
.pfcc address { font-style: normal; }
.pfcc dl,
.pfcc dd { margin-left: 0; }

.pfcc .blog__pagination { display: flex; justify-content: center; gap: 0.5rem; margin-top: 2.5rem; flex-wrap: wrap; }
.pfcc .blog__pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 2.5rem; height: 2.5rem; padding: 0 0.75rem; border-radius: 999px; background: var(--white); border: 1px solid var(--green-line); color: var(--ink); text-decoration: none; font-size: 0.9rem; }
.pfcc .blog__pagination .page-numbers:hover { background: var(--green-tint); }
.pfcc .blog__pagination .page-numbers.current { background: var(--green); border-color: var(--green); color: var(--white); font-weight: 600; }
.pfcc .blog__pagination .page-numbers.dots { border: 0; background: transparent; }