.elementor-9405 .elementor-element.elementor-element-7763302 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-9405 .elementor-element.elementor-element-7763302{margin-top:0px;margin-bottom:0px;padding:0% 0% 0% 0%;}.elementor-9405 .elementor-element.elementor-element-557442cf > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-9405 .elementor-element.elementor-element-697ec851 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-9405 .elementor-element.elementor-element-100af054{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-9405 .elementor-element.elementor-element-100af054 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-9405 .elementor-element.elementor-element-35b97f42 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-9405 .elementor-element.elementor-element-7763302{padding:20px 20px 20px 20px;}}@media(max-width:767px){.elementor-9405 .elementor-element.elementor-element-7763302{padding:20px 20px 20px 20px;}}/* Start custom CSS for archive-posts, class: .elementor-element-100af054 *//* =========================================================
   HOME MAINTENANCE TODAY
   MAINTENANCE GUIDES ARCHIVE POSTS WIDGET ONLY
   FULL-WIDTH BACKGROUND + CENTERED GRID
========================================================= */

.hmt-guides-archive-posts {
  --hmt-green: #1f3b24;
  --hmt-dark: #08180d;
  --hmt-cream: #f6f3cc;
  --hmt-light-cream: #fffdf2;
  --hmt-gold: #f9cf15;
  --hmt-brown: #985c15;
  --hmt-white: #ffffff;
  --hmt-border: rgba(31, 59, 36, 0.15);

  position: relative;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 22px 20px 82px !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 253, 242, 0.98) 0%,
      rgba(246, 243, 204, 0.94) 100%
    ) !important;
  font-family: "Inter", Arial, sans-serif !important;
}

.hmt-guides-archive-posts,
.hmt-guides-archive-posts *,
.hmt-guides-archive-posts *::before,
.hmt-guides-archive-posts *::after {
  box-sizing: border-box;
}

/* =========================================================
   CENTERED INTERNAL CONTENT
========================================================= */

.hmt-guides-archive-posts > .elementor-widget-container,
.hmt-guides-archive-posts .elementor-widget-container {
  width: min(100%, 1240px) !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* =========================================================
   GRID
========================================================= */

.hmt-guides-archive-posts .elementor-posts-container {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

/* =========================================================
   CARD
========================================================= */

.hmt-guides-archive-posts article.elementor-post {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
  flex-direction: column !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--hmt-border) !important;
  border-radius: 21px !important;
  background: var(--hmt-white) !important;
  box-shadow: 0 14px 34px rgba(8, 24, 13, 0.08) !important;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease !important;
}

.hmt-guides-archive-posts article.elementor-post:hover {
  border-color: rgba(31, 59, 36, 0.32) !important;
  box-shadow: 0 21px 44px rgba(8, 24, 13, 0.13) !important;
  transform: translateY(-5px);
}

/* =========================================================
   FEATURED IMAGE
========================================================= */

.hmt-guides-archive-posts .elementor-post__thumbnail__link {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}

.hmt-guides-archive-posts .elementor-post__thumbnail {
  position: relative !important;
  width: 100% !important;
  height: 220px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: var(--hmt-cream) !important;
}

.hmt-guides-archive-posts .elementor-post__thumbnail img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: scale(1.01);
  transition: transform 0.4s ease !important;
}

.hmt-guides-archive-posts
  article.elementor-post:hover
  .elementor-post__thumbnail img {
  transform: scale(1.055);
}

/* =========================================================
   CONTENT
========================================================= */

.hmt-guides-archive-posts .elementor-post__text {
  display: flex !important;
  min-width: 0 !important;
  height: 100% !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 25px 25px 27px !important;
}

/* =========================================================
   POSTS WITHOUT FEATURED IMAGES
========================================================= */

.hmt-guides-archive-posts
  article.elementor-post:not(:has(.elementor-post__thumbnail__link))
  .elementor-post__text {
  position: relative !important;
  padding-top: 84px !important;
}

.hmt-guides-archive-posts
  article.elementor-post:not(:has(.elementor-post__thumbnail__link))
  .elementor-post__text::before {
  position: absolute;
  top: 24px;
  left: 24px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  background: var(--hmt-gold);
  color: var(--hmt-dark);
  content: "✓";
  font-family: "Manrope", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

/* =========================================================
   META
========================================================= */

.hmt-guides-archive-posts .elementor-post__meta-data {
  order: -1;
  margin: 0 0 12px !important;
  color: var(--hmt-brown) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.09em !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
}

/* =========================================================
   TITLE
========================================================= */

.hmt-guides-archive-posts .elementor-post__title {
  margin: 0 0 13px !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: clamp(21px, 2.1vw, 27px) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.hmt-guides-archive-posts .elementor-post__title a {
  color: var(--hmt-green) !important;
  -webkit-text-fill-color: var(--hmt-green) !important;
  text-decoration: none !important;
}

.hmt-guides-archive-posts .elementor-post__title a:hover {
  color: var(--hmt-brown) !important;
  -webkit-text-fill-color: var(--hmt-brown) !important;
}

/* =========================================================
   EXCERPT
========================================================= */

.hmt-guides-archive-posts .elementor-post__excerpt {
  display: -webkit-box !important;
  flex: 1 1 auto !important;
  margin: 0 0 21px !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5 !important;
}

.hmt-guides-archive-posts .elementor-post__excerpt p {
  margin: 0 !important;
  color: #596159 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

/* =========================================================
   READ MORE
========================================================= */

.hmt-guides-archive-posts .elementor-post__read-more {
  display: inline-flex !important;
  width: fit-content !important;
  min-height: 43px !important;
  margin-top: auto !important;
  padding: 11px 16px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--hmt-green) !important;
  border-radius: 10px !important;
  background: var(--hmt-green) !important;
  color: var(--hmt-white) !important;
  -webkit-text-fill-color: var(--hmt-white) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
}

.hmt-guides-archive-posts .elementor-post__read-more::after {
  margin-left: 7px;
  content: "→";
  transition: transform 0.2s ease;
}

.hmt-guides-archive-posts .elementor-post__read-more:hover {
  border-color: var(--hmt-gold) !important;
  background: var(--hmt-gold) !important;
  color: var(--hmt-dark) !important;
  -webkit-text-fill-color: var(--hmt-dark) !important;
  transform: translateY(-2px);
}

.hmt-guides-archive-posts .elementor-post__read-more:hover::after {
  transform: translateX(3px);
}

/* =========================================================
   PAGINATION
========================================================= */

.hmt-guides-archive-posts .elementor-pagination {
  display: flex !important;
  width: 100% !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 40px auto 0 !important;
}

.hmt-guides-archive-posts
  .elementor-pagination
  .page-numbers {
  display: inline-flex !important;
  min-width: 42px !important;
  min-height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 12px !important;
  border: 1px solid var(--hmt-border) !important;
  border-radius: 10px !important;
  background: var(--hmt-white) !important;
  color: var(--hmt-green) !important;
  -webkit-text-fill-color: var(--hmt-green) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.hmt-guides-archive-posts
  .elementor-pagination
  .page-numbers:hover,
.hmt-guides-archive-posts
  .elementor-pagination
  .page-numbers.current {
  border-color: var(--hmt-green) !important;
  background: var(--hmt-green) !important;
  color: var(--hmt-white) !important;
  -webkit-text-fill-color: var(--hmt-white) !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  .hmt-guides-archive-posts {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .hmt-guides-archive-posts .elementor-posts-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .hmt-guides-archive-posts {
    padding: 14px 15px 60px !important;
  }

  .hmt-guides-archive-posts .elementor-posts-container {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .hmt-guides-archive-posts .elementor-post__thumbnail {
    height: 210px !important;
  }

  .hmt-guides-archive-posts .elementor-post__text {
    padding: 22px !important;
  }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-557442cf *//* =========================================================
   HOME MAINTENANCE TODAY
   MAINTENANCE GUIDES ARCHIVE PAGE
   HTML WIDGET #1 + HTML WIDGET #2 ONLY
========================================================= */

/* =========================================================
   SHARED BRAND VARIABLES
========================================================= */

.hmt-guides-archive,
.hmt-guides-archive-bottom {
  --hmt-green: #1f3b24;
  --hmt-forest: #102616;
  --hmt-dark: #08180d;
  --hmt-cream: #f6f3cc;
  --hmt-light-cream: #fffdf2;
  --hmt-gold: #f9cf15;
  --hmt-brown: #985c15;
  --hmt-charcoal: #252525;
  --hmt-gray: #a5a190;
  --hmt-white: #ffffff;
  --hmt-soft-green: #edf3e7;
  --hmt-warning-bg: #fff6e6;
  --hmt-border: rgba(31, 59, 36, 0.15);
  --hmt-border-strong: rgba(31, 59, 36, 0.26);
  --hmt-shadow: 0 24px 65px rgba(8, 24, 13, 0.13);
  --hmt-shadow-soft: 0 14px 34px rgba(8, 24, 13, 0.08);

  width: 100%;
  color: var(--hmt-charcoal);
  font-family: "Inter", Arial, sans-serif;
}

.hmt-guides-archive {
  overflow: hidden;
}

.hmt-guides-archive *,
.hmt-guides-archive *::before,
.hmt-guides-archive *::after,
.hmt-guides-archive-bottom *,
.hmt-guides-archive-bottom *::before,
.hmt-guides-archive-bottom *::after {
  box-sizing: border-box;
}

.hmt-guides-archive h1,
.hmt-guides-archive h2,
.hmt-guides-archive h3,
.hmt-guides-archive-bottom h2,
.hmt-guides-archive-bottom h3 {
  margin-top: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

.hmt-guides-archive p,
.hmt-guides-archive-bottom p {
  margin-top: 0;
  line-height: 1.75;
}

.hmt-guides-archive a,
.hmt-guides-archive-bottom a {
  font-family: "Inter", Arial, sans-serif;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.hmt-guides-archive a:focus-visible,
.hmt-guides-archive-bottom a:focus-visible {
  outline: 3px solid rgba(249, 207, 21, 0.85);
  outline-offset: 3px;
}

/* =========================================================
   SHARED CONTENT WIDTH
========================================================= */

.hmt-guides-archive__hero-inner,
.hmt-guides-archive__intro-inner,
.hmt-guides-archive__featured-inner,
.hmt-guides-archive__listing-intro-inner,
.hmt-guides-archive-bottom__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
}

/* =========================================================
   HTML WIDGET #1 — HERO
========================================================= */

.hmt-guides-archive__hero {
  padding: 54px 20px;
  background:
    linear-gradient(
      135deg,
      rgba(8, 24, 13, 0.96),
      rgba(31, 59, 36, 0.92)
    ),
    url("https://homemaintenancetoday.com/wp-content/uploads/2026/07/background.jpg")
      center / cover;
  color: var(--hmt-white);
}

.hmt-guides-archive__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 700;
}

.hmt-guides-archive__breadcrumbs a {
  color: rgba(255, 255, 255, 0.84) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.84) !important;
  text-decoration: none !important;
}

.hmt-guides-archive__breadcrumbs a:hover {
  color: var(--hmt-gold) !important;
  -webkit-text-fill-color: var(--hmt-gold) !important;
}

.hmt-guides-archive__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 40px;
  align-items: center;
}

.hmt-guides-archive__eyebrow,
.hmt-guides-archive__section-label,
.hmt-guides-archive__hero-note-label,
.hmt-guides-archive__featured-label,
.hmt-guides-archive__featured-type,
.hmt-guides-archive__featured-sidebar-label,
.hmt-guides-archive-bottom__section-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hmt-guides-archive__eyebrow,
.hmt-guides-archive__hero-note-label {
  color: var(--hmt-gold);
}

.hmt-guides-archive__hero-content h1 {
  max-width: 790px;
  margin-bottom: 24px;
  color: var(--hmt-white);
  font-size: clamp(43px, 6vw, 73px);
  letter-spacing: -0.045em;
}

.hmt-guides-archive__lead {
  max-width: 780px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 20px);
}

.hmt-guides-archive__hero-points {
  display: grid;
  gap: 12px;
}

.hmt-guides-archive__hero-points > div {
  display: flex;
  gap: 11px;
  align-items: center;
}

.hmt-guides-archive__hero-points span {
  display: grid;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: rgba(249, 207, 21, 0.14);
  color: var(--hmt-gold);
  font-size: 12px;
  font-weight: 900;
}

.hmt-guides-archive__hero-points p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 700;
}

/* =========================================================
   HERO NOTE
========================================================= */

.hmt-guides-archive__hero-note {
  padding: 31px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 253, 242, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(8px);
}

.hmt-guides-archive__hero-note h2 {
  margin-bottom: 15px;
  color: var(--hmt-white);
  font-size: clamp(24px, 3vw, 32px);
}

.hmt-guides-archive__hero-note p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.hmt-guides-archive__hero-note a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--hmt-gold) !important;
  -webkit-text-fill-color: var(--hmt-gold) !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
}

.hmt-guides-archive__hero-note a:hover {
  color: var(--hmt-white) !important;
  -webkit-text-fill-color: var(--hmt-white) !important;
  transform: translateX(3px);
}

/* =========================================================
   INTRODUCTION
========================================================= */

.hmt-guides-archive__intro {
  padding: clamp(58px, 8vw, 95px) 20px;
  background: var(--hmt-light-cream);
}

.hmt-guides-archive__intro-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 55px;
  align-items: center;
}

.hmt-guides-archive__section-label,
.hmt-guides-archive-bottom__section-label {
  color: var(--hmt-brown);
}

.hmt-guides-archive__intro-heading h2 {
  margin-bottom: 0;
  color: var(--hmt-green);
  font-size: clamp(31px, 4.5vw, 48px);
  letter-spacing: -0.03em;
}

.hmt-guides-archive__intro-copy p {
  margin-bottom: 17px;
  color: #4f5850;
  font-size: 17px;
}

.hmt-guides-archive__intro-copy p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   FEATURED CHECKLIST
========================================================= */

.hmt-guides-archive__featured {
  padding: 0 20px 78px;
  background: var(--hmt-light-cream);
}

.hmt-guides-archive__featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  overflow: hidden;
  border: 1px solid rgba(249, 207, 21, 0.25);
  border-radius: 29px;
  background:
    radial-gradient(
      circle at top right,
      rgba(249, 207, 21, 0.13),
      transparent 35%
    ),
    linear-gradient(135deg, var(--hmt-dark), var(--hmt-green));
  box-shadow: var(--hmt-shadow);
  color: var(--hmt-white);
}

.hmt-guides-archive__featured-content {
  padding: clamp(36px, 5vw, 60px);
}

.hmt-guides-archive__featured-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

.hmt-guides-archive__featured-label {
  margin-bottom: 0;
  color: var(--hmt-gold);
}

.hmt-guides-archive__featured-type {
  margin-bottom: 0;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.hmt-guides-archive__featured-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 23px;
  place-items: center;
  border-radius: 17px;
  background: var(--hmt-gold);
  color: var(--hmt-dark);
  font-size: 26px;
  font-weight: 900;
}

.hmt-guides-archive__featured-content h2 {
  max-width: 780px;
  margin-bottom: 18px;
  color: var(--hmt-white);
  font-size: clamp(31px, 4.5vw, 49px);
  letter-spacing: -0.035em;
}

.hmt-guides-archive__featured-content > p {
  max-width: 800px;
  margin-bottom: 27px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.hmt-guides-archive__featured-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin-bottom: 30px;
}

.hmt-guides-archive__featured-features > div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hmt-guides-archive__featured-features span {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgba(249, 207, 21, 0.14);
  color: var(--hmt-gold);
  font-size: 10px;
  font-weight: 900;
}

.hmt-guides-archive__featured-features strong {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.4;
}

.hmt-guides-archive__featured-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hmt-guides-archive__featured-button {
  display: inline-flex !important;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 53px;
  padding: 14px 21px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
}

.hmt-guides-archive__featured-button--primary {
  border-color: var(--hmt-gold);
  background: var(--hmt-gold);
  color: var(--hmt-dark) !important;
  -webkit-text-fill-color: var(--hmt-dark) !important;
}

.hmt-guides-archive__featured-button--primary:hover {
  border-color: var(--hmt-white);
  background: var(--hmt-white);
  transform: translateY(-3px);
}

.hmt-guides-archive__featured-button--secondary {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.06);
  color: var(--hmt-white) !important;
  -webkit-text-fill-color: var(--hmt-white) !important;
}

.hmt-guides-archive__featured-button--secondary:hover {
  border-color: var(--hmt-gold);
  background: rgba(249, 207, 21, 0.1);
  color: var(--hmt-gold) !important;
  -webkit-text-fill-color: var(--hmt-gold) !important;
  transform: translateY(-3px);
}

/* =========================================================
   FEATURED SIDEBAR
========================================================= */

.hmt-guides-archive__featured-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 46px);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 253, 242, 0.07);
}

.hmt-guides-archive__featured-sidebar-label {
  color: var(--hmt-gold);
}

.hmt-guides-archive__featured-sidebar blockquote {
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.hmt-guides-archive__featured-stat {
  display: flex;
  gap: 13px;
  align-items: baseline;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.hmt-guides-archive__featured-stat strong {
  color: var(--hmt-gold);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 29px;
  font-weight: 800;
}

.hmt-guides-archive__featured-stat span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
}

/* =========================================================
   ARCHIVE LISTING INTRO
========================================================= */

.hmt-guides-archive__listing-intro {
  padding: 70px 20px 28px;
  background:
    linear-gradient(
      180deg,
      rgba(246, 243, 204, 0.86),
      rgba(255, 253, 242, 0.98)
    );
}

.hmt-guides-archive__listing-intro-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.6fr);
  gap: 40px;
  align-items: end;
}

.hmt-guides-archive__listing-intro h2 {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--hmt-green);
  font-size: clamp(31px, 4.5vw, 47px);
  letter-spacing: -0.03em;
}

.hmt-guides-archive__listing-intro p {
  margin: 0;
  color: #5d655e;
  font-size: 15px;
}

/* =========================================================
   HTML WIDGET #2 — BOTTOM WRAPPER
========================================================= */

.hmt-guides-archive-bottom {
  padding: 70px 20px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 253, 242, 0.98),
      rgba(246, 243, 204, 0.9)
    );
}

.hmt-guides-archive-bottom__inner {
  display: grid;
  gap: 38px;
}

.hmt-guides-archive-bottom__section-label--light {
  color: var(--hmt-gold);
}

/* =========================================================
   TOPIC NAVIGATION
========================================================= */

.hmt-guides-archive-bottom__topics,
.hmt-guides-archive-bottom__editorial {
  padding: clamp(34px, 6vw, 58px);
  border: 1px solid var(--hmt-border);
  border-radius: 28px;
  background: rgba(255, 253, 242, 0.97);
  box-shadow: var(--hmt-shadow-soft);
}

.hmt-guides-archive-bottom__heading {
  max-width: 850px;
  margin-bottom: 32px;
}

.hmt-guides-archive-bottom__heading h2,
.hmt-guides-archive-bottom__editorial-heading h2 {
  margin-bottom: 15px;
  color: var(--hmt-green);
  font-size: clamp(31px, 4.5vw, 47px);
  letter-spacing: -0.03em;
}

.hmt-guides-archive-bottom__heading p {
  margin: 0;
  color: #59625a;
  font-size: 16px;
}

.hmt-guides-archive-bottom__topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.hmt-guides-archive-bottom__topic-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 17px;
  align-items: center;
  min-width: 0;
  padding: 23px;
  border: 1px solid var(--hmt-border);
  border-radius: 17px;
  background: var(--hmt-white);
  box-shadow: 0 10px 28px rgba(8, 24, 13, 0.05);
  text-decoration: none !important;
}

.hmt-guides-archive-bottom__topic-card:hover {
  border-color: rgba(31, 59, 36, 0.32);
  box-shadow: 0 17px 36px rgba(8, 24, 13, 0.11);
  transform: translateY(-4px);
}

.hmt-guides-archive-bottom__topic-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: var(--hmt-cream);
  color: var(--hmt-brown);
  font-size: 11px;
  font-weight: 900;
}

.hmt-guides-archive-bottom__topic-card h3 {
  margin-bottom: 7px;
  color: var(--hmt-green);
  font-size: 19px;
}

.hmt-guides-archive-bottom__topic-card p {
  margin: 0;
  color: #626a63;
  font-size: 13px;
  line-height: 1.6;
}

.hmt-guides-archive-bottom__topic-arrow {
  color: var(--hmt-brown);
  font-size: 21px;
  font-weight: 900;
  transition: transform 0.25s ease;
}

.hmt-guides-archive-bottom__topic-card:hover
  .hmt-guides-archive-bottom__topic-arrow {
  transform: translateX(4px);
}

/* =========================================================
   EDITORIAL PROCESS
========================================================= */

.hmt-guides-archive-bottom__editorial-heading {
  max-width: 850px;
  margin-bottom: 30px;
}

.hmt-guides-archive-bottom__editorial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.hmt-guides-archive-bottom__editorial-grid article {
  padding: 23px;
  border: 1px solid var(--hmt-border);
  border-radius: 17px;
  background: var(--hmt-white);
}

.hmt-guides-archive-bottom__editorial-grid article > span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--hmt-brown);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.hmt-guides-archive-bottom__editorial-grid h3 {
  margin-bottom: 10px;
  color: var(--hmt-green);
  font-size: 18px;
}

.hmt-guides-archive-bottom__editorial-grid p {
  margin: 0;
  color: #606861;
  font-size: 13px;
}

.hmt-guides-archive-bottom__editorial-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 26px;
  color: var(--hmt-brown) !important;
  -webkit-text-fill-color: var(--hmt-brown) !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
}

.hmt-guides-archive-bottom__editorial-link:hover {
  color: var(--hmt-green) !important;
  -webkit-text-fill-color: var(--hmt-green) !important;
  transform: translateX(3px);
}

/* =========================================================
   SAFETY NOTICE
========================================================= */

.hmt-guides-archive-bottom__safety {
  display: flex;
  gap: 23px;
  align-items: flex-start;
  padding: clamp(30px, 5vw, 46px);
  border: 1px solid rgba(152, 92, 21, 0.28);
  border-radius: 25px;
  background: var(--hmt-warning-bg);
}

.hmt-guides-archive-bottom__safety-icon {
  display: grid;
  flex: 0 0 55px;
  width: 55px;
  height: 55px;
  place-items: center;
  border-radius: 17px;
  background: var(--hmt-brown);
  color: var(--hmt-white);
  font-size: 25px;
  font-weight: 900;
}

.hmt-guides-archive-bottom__safety h2 {
  margin-bottom: 14px;
  color: #60390f;
  font-size: clamp(25px, 3.5vw, 35px);
}

.hmt-guides-archive-bottom__safety p {
  margin-bottom: 13px;
  color: #66533c;
  font-size: 15px;
}

.hmt-guides-archive-bottom__safety p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   FINAL CTA
========================================================= */

.hmt-guides-archive-bottom__cta {
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(35px, 5vw, 55px);
  border-radius: 27px;
  background:
    radial-gradient(
      circle at top right,
      rgba(249, 207, 21, 0.17),
      transparent 37%
    ),
    var(--hmt-dark);
  box-shadow: var(--hmt-shadow);
  color: var(--hmt-white);
}

.hmt-guides-archive-bottom__cta > div {
  max-width: 790px;
}

.hmt-guides-archive-bottom__cta h2 {
  margin-bottom: 14px;
  color: var(--hmt-white);
  font-size: clamp(30px, 4vw, 44px);
}

.hmt-guides-archive-bottom__cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 16px;
}

.hmt-guides-archive-bottom__cta > a {
  display: inline-flex !important;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 15px 24px;
  border: 2px solid var(--hmt-gold);
  border-radius: 13px;
  background: var(--hmt-gold);
  color: var(--hmt-dark) !important;
  -webkit-text-fill-color: var(--hmt-dark) !important;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
}

.hmt-guides-archive-bottom__cta > a:hover {
  border-color: var(--hmt-white);
  background: var(--hmt-white);
  transform: translateY(-3px);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  .hmt-guides-archive__hero-grid,
  .hmt-guides-archive__intro-inner,
  .hmt-guides-archive__listing-intro-inner {
    grid-template-columns: 1fr;
  }

  .hmt-guides-archive__hero-note {
    max-width: 760px;
  }

  .hmt-guides-archive__featured-card {
    grid-template-columns: 1fr;
  }

  .hmt-guides-archive__featured-sidebar {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .hmt-guides-archive-bottom__editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .hmt-guides-archive__hero {
    padding: 36px 15px;
  }

  .hmt-guides-archive__hero-content h1 {
    font-size: 40px;
  }

  .hmt-guides-archive__hero-grid {
    gap: 28px;
  }

  .hmt-guides-archive__hero-note {
    padding: 25px 22px;
  }

  .hmt-guides-archive__intro {
    padding: 52px 15px;
  }

  .hmt-guides-archive__intro-inner {
    gap: 25px;
  }

  .hmt-guides-archive__featured {
    padding: 0 15px 57px;
  }

  .hmt-guides-archive__featured-card {
    border-radius: 22px;
  }

  .hmt-guides-archive__featured-content,
  .hmt-guides-archive__featured-sidebar {
    padding: 29px 22px;
  }

  .hmt-guides-archive__featured-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .hmt-guides-archive__featured-features {
    grid-template-columns: 1fr;
  }

  .hmt-guides-archive__featured-actions {
    display: grid;
  }

  .hmt-guides-archive__featured-button {
    width: 100%;
  }

  .hmt-guides-archive__listing-intro {
    padding: 52px 15px 24px;
  }

  .hmt-guides-archive-bottom {
    padding: 52px 15px;
  }

  .hmt-guides-archive-bottom__inner {
    gap: 25px;
  }

  .hmt-guides-archive-bottom__topics,
  .hmt-guides-archive-bottom__editorial {
    padding: 29px 21px;
    border-radius: 22px;
  }

  .hmt-guides-archive-bottom__topic-grid,
  .hmt-guides-archive-bottom__editorial-grid {
    grid-template-columns: 1fr;
  }

  .hmt-guides-archive-bottom__topic-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .hmt-guides-archive-bottom__topic-arrow {
    display: none;
  }

  .hmt-guides-archive-bottom__safety {
    flex-direction: column;
    padding: 29px 22px;
  }

  .hmt-guides-archive-bottom__cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 33px 23px;
  }

  .hmt-guides-archive-bottom__cta > a {
    width: 100%;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
  .hmt-guides-archive__hero-content h1 {
    font-size: 35px;
  }

  .hmt-guides-archive__breadcrumbs {
    font-size: 11px;
  }

  .hmt-guides-archive__featured-content h2 {
    font-size: 31px;
  }

  .hmt-guides-archive__featured-sidebar blockquote {
    font-size: 18px;
  }

  .hmt-guides-archive-bottom__topic-card {
    grid-template-columns: 1fr;
  }

  .hmt-guides-archive-bottom__topic-number {
    width: 39px;
    height: 39px;
  }
}/* End custom CSS */