/* Keep non-countdown guide pages on the homepage visual shell. */
html:has(body.homepage-v2.guides-page),
body.homepage-v2.guides-page {
  background: #f5f7fb !important;
  color: #1b2030 !important;
}

body.homepage-v2.guides-page::before,
body.homepage-v2.guides-page::after {
  display: none !important;
}

body.homepage-v2.guides-page .christmas-hub-main,
body.homepage-v2.guides-page .christmas-guide-main {
  position: relative;
  isolation: isolate;
  background: transparent !important;
}

body.homepage-v2.guides-page .christmas-hub-main::before,
body.homepage-v2.guides-page .christmas-guide-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 760px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #7928e8 0, #a344ef 560px, #f5f7fb 760px);
  pointer-events: none;
}

body.homepage-v2.guides-page .christmas-hub-main > .christmas-hub-breadcrumb,
body.homepage-v2.guides-page .christmas-hub-main > .christmas-hub-hero,
body.homepage-v2.guides-page .christmas-guide-main > .christmas-guide-hero {
  color: #fff !important;
}

body.homepage-v2.guides-page .hp-v2-footer {
  margin-top: 48px !important;
  border-top: 1px solid rgba(95, 102, 122, .16) !important;
  background: #fff !important;
  color: #1b2030 !important;
}

body.homepage-v2.guides-page .hp-v2-footer__inner {
  width: min(var(--hp-v2-container), calc(100% - 48px)) !important;
  min-height: 120px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  padding: 30px 0 !important;
  margin-inline: auto !important;
}

body.homepage-v2.guides-page .hp-v2-footer__group {
  display: grid !important;
  gap: 8px !important;
}

body.homepage-v2.guides-page .hp-v2-footer__group a,
body.homepage-v2.guides-page .hp-v2-footer__group h2,
body.homepage-v2.guides-page .hp-v2-footer__brand,
body.homepage-v2.guides-page .hp-v2-footer p {
  color: inherit !important;
}

body.homepage-v2.guides-page .hp-v2-footer__group a {
  color: #6d28d9 !important;
}

/* First master-guide batch: keep the existing holiday copy, but give the
   Christmas, Halloween and Easter landing pages the same compact homepage
   reading rhythm as the Thanksgiving pilot. */
body.homepage-v2.guides-page.guide-christmas-page .christmas-hub-main,
body.homepage-v2.guides-page.guide-halloween-page .christmas-hub-main,
body.homepage-v2.guides-page.guide-easter-page .christmas-guide-main {
  padding-bottom: 36px !important;
}

body.homepage-v2.guides-page.guide-christmas-page .christmas-hub-main::before,
body.homepage-v2.guides-page.guide-halloween-page .christmas-hub-main::before,
body.homepage-v2.guides-page.guide-easter-page .christmas-guide-main::before {
  height: 680px;
  background: linear-gradient(180deg, #7928e8 0, #a344ef 500px, #f5f7fb 680px);
}

body.homepage-v2.guides-page.guide-christmas-page .christmas-hub-section,
body.homepage-v2.guides-page.guide-halloween-page .christmas-hub-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

body.homepage-v2.guides-page.guide-christmas-page .christmas-hub-section__head,
body.homepage-v2.guides-page.guide-halloween-page .christmas-hub-section__head {
  margin-bottom: 18px !important;
}

body.homepage-v2.guides-page.guide-christmas-page .christmas-hub-section .eyebrow,
body.homepage-v2.guides-page.guide-halloween-page .christmas-hub-section .eyebrow,
body.homepage-v2.guides-page.guide-easter-page .christmas-guide-main .eyebrow {
  color: #6d28d9 !important;
}

body.homepage-v2.guides-page.guide-christmas-page .christmas-overview,
body.homepage-v2.guides-page.guide-halloween-page .christmas-overview,
body.homepage-v2.guides-page.guide-christmas-page .christmas-featured-topics,
body.homepage-v2.guides-page.guide-halloween-page .christmas-featured-topics,
body.homepage-v2.guides-page.guide-christmas-page .christmas-all-topics,
body.homepage-v2.guides-page.guide-halloween-page .christmas-all-topics,
body.homepage-v2.guides-page.guide-christmas-page .christmas-related-content,
body.homepage-v2.guides-page.guide-halloween-page .christmas-related-content,
body.homepage-v2.guides-page.guide-christmas-page .christmas-hub-faq,
body.homepage-v2.guides-page.guide-halloween-page .christmas-hub-faq,
body.homepage-v2.guides-page.guide-christmas-page .christmas-related-hubs,
body.homepage-v2.guides-page.guide-halloween-page .christmas-related-hubs {
  background: #fff !important;
  color: #1b2030 !important;
  border: 1px solid #e2e5ee !important;
  border-radius: 20px !important;
  box-shadow: 0 14px 34px rgba(31, 35, 52, .06) !important;
}

body.homepage-v2.guides-page.guide-christmas-page .christmas-hub-section > *,
body.homepage-v2.guides-page.guide-halloween-page .christmas-hub-section > * {
  color: inherit;
}

body.homepage-v2.guides-page.guide-christmas-page .christmas-hub-section p,
body.homepage-v2.guides-page.guide-halloween-page .christmas-hub-section p,
body.homepage-v2.guides-page.guide-easter-page .christmas-guide-main p {
  color: #3f4758 !important;
  font-size: 16px;
  line-height: 1.68;
}

body.homepage-v2.guides-page.guide-christmas-page .christmas-topic-card,
body.homepage-v2.guides-page.guide-halloween-page .christmas-topic-card,
body.homepage-v2.guides-page.guide-christmas-page .christmas-all-topic-list > *,
body.homepage-v2.guides-page.guide-halloween-page .christmas-all-topic-list > * {
  min-height: 150px !important;
  border-color: #e2e5ee !important;
}

/* Text-first body: only the hero may carry a holiday image. */
body.homepage-v2.guides-page.guide-christmas-page .christmas-key-facts,
body.homepage-v2.guides-page.guide-halloween-page .christmas-key-facts {
  display: block !important;
  background: #fff !important;
}

body.homepage-v2.guides-page.guide-christmas-page .christmas-key-facts img,
body.homepage-v2.guides-page.guide-halloween-page .christmas-key-facts img,
body.homepage-v2.guides-page.guide-christmas-page .christmas-countdown-cta img,
body.homepage-v2.guides-page.guide-halloween-page .christmas-countdown-cta img {
  display: none !important;
}

body.homepage-v2.guides-page.guide-christmas-page .christmas-topic-card,
body.homepage-v2.guides-page.guide-halloween-page .christmas-topic-card,
body.homepage-v2.guides-page.guide-christmas-page .christmas-related-feature,
body.homepage-v2.guides-page.guide-halloween-page .christmas-related-feature {
  background-image: none !important;
  background: #fff !important;
  color: #1b2030 !important;
  min-height: 0 !important;
  padding: 22px !important;
  justify-content: flex-start !important;
}

body.homepage-v2.guides-page.guide-christmas-page .christmas-topic-card,
body.homepage-v2.guides-page.guide-halloween-page .christmas-topic-card {
  min-height: 150px !important;
  padding: 22px !important;
  grid-row: auto !important;
  justify-content: flex-start !important;
}

body.homepage-v2.guides-page.guide-christmas-page .christmas-topic-card > *,
body.homepage-v2.guides-page.guide-halloween-page .christmas-topic-card > *,
body.homepage-v2.guides-page.guide-christmas-page .christmas-related-feature > *,
body.homepage-v2.guides-page.guide-halloween-page .christmas-related-feature > * {
  color: #1b2030 !important;
}

body.homepage-v2.guides-page.guide-christmas-page .christmas-countdown-cta,
body.homepage-v2.guides-page.guide-halloween-page .christmas-countdown-cta {
  grid-template-columns: 1fr !important;
  min-height: 0 !important;
  padding: 28px 32px !important;
  background: linear-gradient(135deg, #6d28d9, #7c3aed) !important;
}

body.homepage-v2.guides-page.guide-easter-page .christmas-guide-layout .guide-intro img,
body.homepage-v2.guides-page.guide-easter-page .christmas-guide-layout .guide-row img,
body.homepage-v2.guides-page.guide-easter-page .related-guide-links img {
  display: none !important;
}

body.homepage-v2.guides-page.guide-easter-page .guide-intro {
  display: block !important;
  padding-bottom: 24px !important;
}

body.homepage-v2.guides-page.guide-easter-page .guide-row {
  min-height: 92px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
}

body.homepage-v2.guides-page.guide-easter-page .related-guide-links > a {
  min-height: 76px !important;
  grid-template-columns: 1fr auto !important;
}

body.homepage-v2.guides-page.guide-easter-page .christmas-guide-main > .christmas-guide-layout {
  width: min(var(--hp-v2-container), calc(100% - 48px));
  margin: 0 auto 36px;
}

body.homepage-v2.guides-page.guide-easter-page .christmas-guide-hero {
  margin-bottom: 28px !important;
}

body.homepage-v2.guides-page.guide-easter-page .christmas-guide-layout {
  padding: 28px !important;
  gap: 24px !important;
}

body.homepage-v2.guides-page.guide-easter-page .guide-row-list {
  gap: 12px !important;
}

body.homepage-v2.guides-page.guide-easter-page .guide-row,
body.homepage-v2.guides-page.guide-easter-page .guide-side-card {
  border-color: #e2e5ee !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  body.homepage-v2.guides-page.guide-christmas-page .christmas-hub-section,
  body.homepage-v2.guides-page.guide-halloween-page .christmas-hub-section {
    padding: 24px 18px !important;
    border-radius: 16px !important;
  }

  body.homepage-v2.guides-page.guide-easter-page .christmas-guide-main > .christmas-guide-layout {
    width: calc(100% - 24px);
    margin-bottom: 24px;
  }

  body.homepage-v2.guides-page.guide-easter-page .christmas-guide-layout {
    padding: 18px !important;
  }
}

/* Guide navigation is expanded on desktop; keep the compact menu control for mobile only. */
body.homepage-v2.guides-page .v3-menu-button {
  display: none;
}

@media (max-width: 767px) {
  body.homepage-v2.guides-page .v3-menu-button {
    display: block;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid #d8dce8;
    border-radius: 10px;
    background: #fff;
    color: #17151f;
    font-size: 18px;
    line-height: 1;
  }
}

/* Match the homepage mobile navigation contract: collapsed by default and
   expanded only after the menu button updates the header state. */
@media (max-width: 800px) {
  body.homepage-v2.guides-page .v3-header nav {
    display: none;
    order: 4;
    flex-basis: 100%;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    white-space: nowrap;
  }
  body.homepage-v2.guides-page .v3-header.is-menu-open {
    height: auto;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  body.homepage-v2.guides-page .v3-header.is-menu-open nav { display: flex; }
  body.homepage-v2.guides-page .v3-header nav::-webkit-scrollbar { display: none; }
}

/* V2 mid-page cleanup for the four enhanced overviews. */
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .christmas-guide-layout {
  display: block;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-article-card {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-sidebar {
  width: min(100%, 760px);
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-side-card {
  padding: 22px;
  background: #f8f6f2;
  border: 1px solid #e5e7ef;
  border-radius: 10px;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-page-faq {
  grid-column: 1 / -1;
  background: #fff;
  border-width: 1px 0;
  border-radius: 0;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-intro {
  display: block;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-intro > div {
  max-width: 760px;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-row-list {
  margin-top: 28px;
  border-top: 1px solid #e5e7ef;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-row {
  min-height: 0;
  padding: 16px 0;
  border-bottom: 1px solid #e5e7ef;
  border-radius: 0;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-signature-module {
  position: relative;
  overflow: hidden;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-signature-module::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #6f35d8;
}
@media (max-width: 767px) {
  body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-sidebar {
    display: block;
    margin-top: 24px;
  }
  body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-side-card + .guide-side-card {
    margin-top: 16px;
  }
}

/* Enhanced Guide Overview migration: reuse the verified detail language. */
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .christmas-guide-main {
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
  background: transparent;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .christmas-guide-main::before {
  display: none;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .christmas-guide-hero,
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .christmas-guide-layout {
  background: #fff;
  color: #1b2030;
  border: 1px solid #e5e7ef;
  border-radius: 12px;
  box-shadow: none;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .christmas-guide-hero {
  padding: 32px 36px;
  margin-bottom: 20px;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .christmas-guide-hero h1,
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .christmas-guide-layout h2 {
  font-family: Inter, system-ui, sans-serif;
  color: #1b2030;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .christmas-guide-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: .98;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-intro img,
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-row img,
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .related-guide-links img {
  display: none;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-article-card,
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-side-card {
  box-shadow: none;
  border-color: #e5e7ef;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-signature-module {
  margin: 0 0 20px;
  padding: 24px 28px;
  background: #f8f6f2;
  border: 1px solid #e5e7ef;
  border-radius: 10px;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-signature-module h2 {
  margin: 6px 0 16px;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .signature-steps {
  display: grid;
  gap: 0;
  border-top: 1px solid #dfe1e8;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .signature-steps > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) 1fr;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid #dfe1e8;
}
body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .signature-steps span {
  color: #5f667a;
}
@media (max-width: 767px) {
  body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .guide-signature-module {
    padding: 20px 16px;
  }
  body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .signature-steps > div {
    display: block;
  }
  body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .signature-steps strong {
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .christmas-guide-main {
    width: min(100% - 28px, 680px);
  }
  body.homepage-v2.guides-page:is(.guide-valentines-day-page, .guide-mothers-day-page, .guide-diwali-page, .guide-hanukkah-page) .christmas-guide-hero {
    padding: 24px 20px;
  }
}

/* Guide master shell: one orientation hero, then readable white content. */
body.homepage-v2.guides-page .christmas-guide-main {
  min-height: 100vh;
  padding-bottom: 32px;
}

body.homepage-v2.guides-page .christmas-guide-main > .christmas-guide-layout {
  background: #fff !important;
  color: #1b2030 !important;
  border: 1px solid #e2e5ee !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 44px rgba(31, 35, 52, .08) !important;
}

body.homepage-v2.guides-page .christmas-guide-main .guide-article-card,
body.homepage-v2.guides-page .christmas-guide-main .guide-sidebar,
body.homepage-v2.guides-page .christmas-guide-main .guide-side-card {
  color: #1b2030 !important;
}

body.homepage-v2.guides-page .christmas-guide-main .guide-side-card {
  background: #fff !important;
  border-color: #e2e5ee !important;
}

body.homepage-v2.guides-page .christmas-guide-main .guide-row {
  background: #fff !important;
  border-color: #e2e5ee !important;
  color: #1b2030 !important;
}

/* Old guide pages: collapse the portal feeling into a single readable content block. */
body.homepage-v2.guides-page.generated-guide-page:not(.guide-christmas-page):not(.guide-halloween-page) .christmas-guide-layout {
  grid-template-columns: minmax(0, 1fr) minmax(250px, .34fr) !important;
  gap: 24px !important;
  padding: 28px !important;
}

body.homepage-v2.guides-page.generated-guide-page:not(.guide-christmas-page):not(.guide-halloween-page) .guide-intro {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 28px !important;
  padding-bottom: 24px !important;
  border-bottom: 1px solid #e2e5ee !important;
}

body.homepage-v2.guides-page.generated-guide-page:not(.guide-christmas-page):not(.guide-halloween-page) .guide-intro img {
  border-radius: 16px !important;
}

body.homepage-v2.guides-page.generated-guide-page:not(.guide-christmas-page):not(.guide-halloween-page) .guide-row-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 24px !important;
}

body.homepage-v2.guides-page.generated-guide-page:not(.guide-christmas-page):not(.guide-halloween-page) .guide-row {
  min-height: 88px !important;
  padding: 16px !important;
}

body.homepage-v2.guides-page.generated-guide-page:not(.guide-christmas-page):not(.guide-halloween-page) .guide-row:nth-child(3),
body.homepage-v2.guides-page.generated-guide-page:not(.guide-christmas-page):not(.guide-halloween-page) .guide-row:nth-child(4) {
  border-color: #d8c4ff !important;
}

@media (max-width: 767px) {
  body.homepage-v2.guides-page .christmas-guide-main > .christmas-guide-layout,
  body.homepage-v2.guides-page.generated-guide-page:not(.guide-christmas-page):not(.guide-halloween-page) .christmas-guide-layout {
    display: block !important;
    padding: 18px !important;
  }

  body.homepage-v2.guides-page.generated-guide-page:not(.guide-christmas-page):not(.guide-halloween-page) .guide-intro,
  body.homepage-v2.guides-page.generated-guide-page:not(.guide-christmas-page):not(.guide-halloween-page) .guide-row-list {
    display: block !important;
  }

  body.homepage-v2.guides-page.generated-guide-page:not(.guide-christmas-page):not(.guide-halloween-page) .guide-row {
    margin-top: 12px !important;
  }
}

/* Thanksgiving pilot: neutralize legacy dark-guide surfaces on this page only. */
body.guide-thanksgiving-page .christmas-guide-main .christmas-guide-layout,
body.guide-thanksgiving-page .christmas-guide-main .guide-article-card,
body.guide-thanksgiving-page .christmas-guide-main .guide-sidebar,
body.guide-thanksgiving-page .christmas-guide-main .guide-side-card,
body.guide-thanksgiving-page .christmas-guide-main .guide-row {
  background: #fff !important;
  color: #1b2030 !important;
}

body.guide-thanksgiving-page .christmas-guide-main .guide-article-card,
body.guide-thanksgiving-page .christmas-guide-main .guide-side-card {
  border-color: #e2e5ee !important;
  box-shadow: 0 14px 34px rgba(31, 35, 52, .08) !important;
}

body.guide-thanksgiving-page .christmas-guide-main .guide-article-card *,
body.guide-thanksgiving-page .christmas-guide-main .guide-sidebar * {
  color: #1b2030 !important;
}

body.guide-thanksgiving-page .christmas-guide-main .guide-article-card p,
body.guide-thanksgiving-page .christmas-guide-main .guide-sidebar p,
body.guide-thanksgiving-page .christmas-guide-main .guide-sidebar dd,
body.guide-thanksgiving-page .christmas-guide-main .guide-sidebar dt {
  color: #5f667a !important;
}

body.guide-thanksgiving-page .christmas-guide-main .guide-row {
  border: 1px solid #e2e5ee !important;
}

body.guide-thanksgiving-page .christmas-guide-main .guide-row:hover,
body.guide-thanksgiving-page .christmas-guide-main .guide-row:focus-visible {
  border-color: #c8a6ff !important;
  box-shadow: 0 8px 20px rgba(109, 40, 217, .1) !important;
}

body.guide-thanksgiving-page .thanksgiving-master-content {
  position: relative;
  z-index: 1;
  width: min(var(--hp-v2-container), calc(100% - 48px));
  margin: 0 auto 48px;
  padding: 30px 0 0;
  color: #1b2030;
}

body.guide-thanksgiving-page .thanksgiving-master-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 40px;
  align-items: start;
  padding: 0 0 38px;
  border-bottom: 1px solid #e2e5ee;
}

body.guide-thanksgiving-page .thanksgiving-master-content h2 {
  margin: 8px 0 18px;
  color: #1b2030;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
}

body.guide-thanksgiving-page .thanksgiving-master-content p {
  max-width: 760px;
  color: #3f4758;
  font-size: 16px;
  line-height: 1.68;
  margin: 0 0 14px;
}

body.guide-thanksgiving-page .thanksgiving-master-content .lead {
  color: #283149;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

body.guide-thanksgiving-page .thanksgiving-master-facts {
  padding: 22px;
  border: 1px solid #e2e5ee;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(31, 35, 52, .06);
}

body.guide-thanksgiving-page .thanksgiving-master-facts h3 {
  margin: 0 0 12px;
}

body.guide-thanksgiving-page .thanksgiving-master-facts dl { margin: 0; }
body.guide-thanksgiving-page .thanksgiving-master-facts dl > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid #e2e5ee;
}
body.guide-thanksgiving-page .thanksgiving-master-facts dt { color: #687087; }
body.guide-thanksgiving-page .thanksgiving-master-facts dd { margin: 0; text-align: right; font-weight: 700; }

body.guide-thanksgiving-page .thanksgiving-master-section {
  max-width: 900px;
  padding: 36px 0;
  border-bottom: 1px solid #e2e5ee;
}

body.guide-thanksgiving-page .thanksgiving-master-section a { color: #6d28d9; font-weight: 700; }

body.guide-thanksgiving-page .thanksgiving-master-content .eyebrow {
  color: #b77900 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

body.guide-thanksgiving-page .thanksgiving-meaning-grid,
body.guide-thanksgiving-page .thanksgiving-today-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin-top: 20px;
}

body.guide-thanksgiving-page .thanksgiving-meaning-grid > div,
body.guide-thanksgiving-page .thanksgiving-today-grid > div {
  display: grid;
  gap: 3px;
  padding: 12px 0;
  border-top: 1px solid #e2e5ee;
}

body.guide-thanksgiving-page .thanksgiving-meaning-grid span,
body.guide-thanksgiving-page .thanksgiving-today-grid span,
body.guide-thanksgiving-page .thanksgiving-explore-grid small {
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
}

body.guide-thanksgiving-page .thanksgiving-explore-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
body.guide-thanksgiving-page .thanksgiving-explore-grid a {
  display: grid;
  gap: 7px;
  padding: 20px;
  border: 1px solid #e2e5ee;
  border-radius: 16px;
  color: #1b2030;
  background: #fff;
  text-decoration: none;
}
body.guide-thanksgiving-page .thanksgiving-explore-grid a:hover { border-color: #c8a6ff; box-shadow: 0 8px 20px rgba(109,40,217,.1); }
body.guide-thanksgiving-page .thanksgiving-explore-grid span { color: #687087; }
body.guide-thanksgiving-page .thanksgiving-explore-grid small { display: block; }
body.guide-thanksgiving-page .thanksgiving-explore-grid em { color: #6d28d9; font-style: normal; font-weight: 800; }

body.guide-thanksgiving-page .thanksgiving-master-facts-list ul { columns: 2; column-gap: 40px; padding-left: 20px; color: #3f4758; line-height: 1.65; }
body.guide-thanksgiving-page .thanksgiving-master-facts-list li { break-inside: avoid; margin-bottom: 8px; }
body.guide-thanksgiving-page .thanksgiving-master-faq details { padding: 16px 0; border-top: 1px solid #e2e5ee; }
body.guide-thanksgiving-page .thanksgiving-master-faq summary { cursor: pointer; font-weight: 800; }
body.guide-thanksgiving-page .thanksgiving-master-faq p { margin-bottom: 0; }

body.guide-thanksgiving-page .thanksgiving-master-planning {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding: 28px 32px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, #5b21b6, #8b2be2);
}
body.guide-thanksgiving-page .thanksgiving-master-planning h2,
body.guide-thanksgiving-page .thanksgiving-master-planning p { color: #fff; }
body.guide-thanksgiving-page .thanksgiving-master-planning a { padding: 13px 18px; border-radius: 999px; background: #fff; color: #5b21b6; font-weight: 800; text-decoration: none; white-space: nowrap; }

body.guide-thanksgiving-page .thanksgiving-master-related { padding: 36px 0 0; }
body.guide-thanksgiving-page .thanksgiving-master-related > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
body.guide-thanksgiving-page .thanksgiving-master-related a { display: grid; gap: 5px; padding: 18px; border: 1px solid #e2e5ee; border-radius: 16px; background: #fff; color: #1b2030; text-decoration: none; }
body.guide-thanksgiving-page .thanksgiving-master-related a span { color: #475569; font-size: 14px; font-weight: 400; line-height: 1.45; }
body.guide-thanksgiving-page .thanksgiving-master-related a em { color: #6d28d9; font-style: normal; font-weight: 800; }

/* The Halloween master now uses the same DOM as Thanksgiving. Keep the
   presentation shared without borrowing Thanksgiving's page-only scope. */
body.guide-halloween-page .christmas-hub-hero { background-image: linear-gradient(90deg, rgba(13, 8, 30, .96), rgba(26, 13, 52, .74) 44%, rgba(18, 11, 37, .30) 100%), url('/images/holidays/halloween-hero.jpg'); }
body.guide-halloween-page .thanksgiving-master-content { width: min(100% - 32px, 1200px); margin: 28px auto 72px; padding: 36px 38px 48px; border-radius: 18px; background: #fff; color: #1b2030; }
body.guide-halloween-page .thanksgiving-master-intro { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .95fr); gap: 28px; align-items: start; }
body.guide-halloween-page .thanksgiving-master-content h2 { margin: 0 0 14px; color: #151827; font-size: clamp(30px, 3vw, 42px); line-height: 1.08; }
body.guide-halloween-page .thanksgiving-master-content p { max-width: 760px; margin: 0 0 14px; color: #3f4758; font-size: 16px; line-height: 1.65; }
body.guide-halloween-page .thanksgiving-master-content .lead { color: #202638; font-size: 17px; font-weight: 600; line-height: 1.55; }
body.guide-halloween-page .thanksgiving-master-facts { padding: 20px; border: 1px solid #e2e5ee; border-radius: 14px; background: #fff; }
body.guide-halloween-page .thanksgiving-master-facts h3 { margin: 0 0 12px; color: #1b2030; }
body.guide-halloween-page .thanksgiving-master-facts dl { margin: 0; }
body.guide-halloween-page .thanksgiving-master-facts dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-top: 1px solid #e2e5ee; }
body.guide-halloween-page .thanksgiving-master-facts dt { color: #687087; }
body.guide-halloween-page .thanksgiving-master-facts dd { margin: 0; text-align: right; font-weight: 700; }
body.guide-halloween-page .thanksgiving-master-section { padding: 40px 0; border-top: 1px solid #e2e5ee; }
body.guide-halloween-page .thanksgiving-master-section a { color: #6d28d9; font-weight: 700; }
body.guide-halloween-page .thanksgiving-master-content .eyebrow { margin-bottom: 10px; color: #6d28d9; }
body.guide-halloween-page .thanksgiving-meaning-grid, body.guide-halloween-page .thanksgiving-today-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
body.guide-halloween-page .thanksgiving-meaning-grid > div, body.guide-halloween-page .thanksgiving-today-grid > div { padding: 16px 0; border-top: 1px solid #e2e5ee; }
body.guide-halloween-page .thanksgiving-meaning-grid span, body.guide-halloween-page .thanksgiving-today-grid span, body.guide-halloween-page .thanksgiving-explore-grid small { display: block; color: #687087; font-size: 14px; line-height: 1.45; }
body.guide-halloween-page .thanksgiving-explore-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
body.guide-halloween-page .thanksgiving-explore-grid a { display: grid; gap: 7px; min-height: 150px; padding: 18px; border: 1px solid #e2e5ee; border-radius: 14px; background: #fff; color: #1b2030; text-decoration: none; }
body.guide-halloween-page .thanksgiving-explore-grid a:hover { border-color: #c8a6ff; box-shadow: 0 8px 20px rgba(109,40,217,.1); }
body.guide-halloween-page .thanksgiving-explore-grid span { color: #687087; }
body.guide-halloween-page .thanksgiving-explore-grid em { color: #6d28d9; font-style: normal; font-weight: 800; }
body.guide-halloween-page .thanksgiving-master-facts-list ul { columns: 2; column-gap: 40px; padding-left: 20px; color: #3f4758; line-height: 1.65; }
body.guide-halloween-page .thanksgiving-master-facts-list li { break-inside: avoid; margin-bottom: 8px; }
body.guide-halloween-page .thanksgiving-master-faq details { padding: 16px 0; border-top: 1px solid #e2e5ee; }
body.guide-halloween-page .thanksgiving-master-faq summary { cursor: pointer; font-weight: 800; }
body.guide-halloween-page .thanksgiving-master-faq p { margin-bottom: 0; }
body.guide-halloween-page .thanksgiving-master-planning { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 32px; border-radius: 16px; background: linear-gradient(110deg, #5b21b6, #7c3aed); }
body.guide-halloween-page .thanksgiving-master-planning h2, body.guide-halloween-page .thanksgiving-master-planning p { color: #fff; }
body.guide-halloween-page .thanksgiving-master-planning a { padding: 13px 18px; border-radius: 999px; background: #fff; color: #5b21b6; font-weight: 800; text-decoration: none; white-space: nowrap; }
body.guide-halloween-page .thanksgiving-master-related { padding: 36px 0 0; }
body.guide-halloween-page .thanksgiving-master-related > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
body.guide-halloween-page .thanksgiving-master-related a { display: grid; gap: 5px; padding: 18px; border: 1px solid #e2e5ee; border-radius: 16px; background: #fff; color: #1b2030; text-decoration: none; }
body.guide-halloween-page .thanksgiving-master-related a span { color: #475569; font-size: 14px; font-weight: 400; line-height: 1.45; }
body.guide-halloween-page .thanksgiving-master-related a em { color: #6d28d9; font-style: normal; font-weight: 800; }

@media (max-width: 767px) {
  body.guide-thanksgiving-page .thanksgiving-master-content { width: min(100% - 32px, 680px); padding-top: 28px; }
  body.guide-thanksgiving-page .thanksgiving-master-intro { display: block; }
  body.guide-thanksgiving-page .thanksgiving-master-facts { margin-top: 24px; }
  body.guide-thanksgiving-page .thanksgiving-explore-grid,
  body.guide-thanksgiving-page .thanksgiving-master-related > div { grid-template-columns: 1fr; }
  body.guide-thanksgiving-page .thanksgiving-meaning-grid,
  body.guide-thanksgiving-page .thanksgiving-today-grid { grid-template-columns: 1fr; }
  body.guide-thanksgiving-page .thanksgiving-master-facts-list ul { columns: 1; }
  body.guide-thanksgiving-page .thanksgiving-master-planning { display: block; padding: 24px; }
  body.guide-thanksgiving-page .thanksgiving-master-planning a { display: inline-block; margin-top: 14px; }
  body.guide-halloween-page .thanksgiving-master-content { width: min(100% - 32px, 680px); padding-top: 28px; }
  body.guide-halloween-page .thanksgiving-master-intro { display: block; }
  body.guide-halloween-page .thanksgiving-master-facts { margin-top: 24px; }
  body.guide-halloween-page .thanksgiving-explore-grid, body.guide-halloween-page .thanksgiving-master-related > div { grid-template-columns: 1fr; }
  body.guide-halloween-page .thanksgiving-meaning-grid, body.guide-halloween-page .thanksgiving-today-grid { grid-template-columns: 1fr; }
  body.guide-halloween-page .thanksgiving-master-facts-list ul { columns: 1; }
  body.guide-halloween-page .thanksgiving-master-planning { display: block; padding: 24px; }
  body.guide-halloween-page .thanksgiving-master-planning a { display: inline-block; margin-top: 14px; }
}

/* Guide-detail typography follows the V3 sans family without changing holiday-specific content. */
body.guide-christmas-page h2,
body.guide-christmas-page h3,
body.guide-halloween-page h2,
body.guide-halloween-page h3,
body.guide-thanksgiving-page h2,
body.guide-thanksgiving-page h3 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

/* Batch-one overview guides use the verified guide-detail shell. */
body.guide-easter-page h1,
body.guide-easter-page h2,
body.guide-easter-page h3,
body.guide-black-friday-page h1,
body.guide-black-friday-page h2,
body.guide-black-friday-page h3,
body.guide-new-year-page h1,
body.guide-new-year-page h2,
body.guide-new-year-page h3,
body.guide-fathers-day-page h1,
body.guide-fathers-day-page h2,
body.guide-fathers-day-page h3,
body.guide-chinese-new-year-page h1,
body.guide-chinese-new-year-page h2,
body.guide-chinese-new-year-page h3 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

/* Batch-one overview guides: compact editorial shell, preserving their source copy and topic links. */
body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) {
  background: #fff !important;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .christmas-guide-main {
  width: min(1180px, calc(100% - 48px));
  padding-top: 20px;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .christmas-guide-main::before {
  display: none;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .christmas-guide-hero {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) minmax(230px, .42fr);
  gap: 32px;
  padding: 32px 0;
  border: 0;
  border-bottom: 1px solid #e2e5ee;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .christmas-guide-hero::before {
  display: none;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-hero-copy .guides-breadcrumb {
  margin-bottom: 14px;
  color: #5f667a;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .christmas-guide-hero h1 {
  color: #151827;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.02;
  text-shadow: none;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .christmas-guide-hero p {
  color: #475569;
  font-size: 16px;
  line-height: 1.6;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-meta {
  margin-top: 16px;
  color: #687087;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-meta span,
body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-hero-copy .eyebrow {
  border-color: #dfe3eb;
  color: #6d28d9 !important;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-countdown-card {
  padding: 20px;
  border: 1px solid #e2e5ee;
  border-radius: 12px;
  background: #f8f6f2;
  box-shadow: none;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-countdown-card,
body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-countdown-card * {
  color: #1b2030;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-countdown-card > div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-countdown-card p {
  min-width: 0;
  padding: 0 8px;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-countdown-link {
  color: #6d28d9 !important;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .christmas-guide-layout {
  margin-top: 28px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-intro img,
body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .related-guide-links img {
  display: none !important;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-article-card {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-intro {
  display: block !important;
  padding: 0 0 22px !important;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guides-breadcrumb a,
body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guides-breadcrumb span,
body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-side-card h2,
body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-side-card h3,
body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-row strong {
  color: #1b2030 !important;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .quick-guide-facts dt,
body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-row em,
body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .related-guide-links em {
  color: #5f667a !important;
}

body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .quick-guide-facts dd,
body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .related-guide-links strong {
  color: #1b2030 !important;
}

@media (max-width: 767px) {
  body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .christmas-guide-main {
    width: min(100% - 28px, 680px);
  }

  body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .christmas-guide-hero {
    display: block;
    padding: 24px 0;
  }

  body.homepage-v2.guides-page:is(.guide-easter-page, .guide-black-friday-page, .guide-new-year-page, .guide-fathers-day-page, .guide-chinese-new-year-page) .guide-countdown-card {
    margin-top: 22px;
  }
}
