:root {
  --green-950: #063b29;
  --green-900: #075137;
  --green-800: #076841;
  --green-700: #07834d;
  --green-600: #10a45a;
  --green-100: #dff5e6;
  --green-50: #f0faf3;
  --ink: #17211c;
  --muted: #68726c;
  --surface: #ffffff;
  --soft: #f7f9f7;
  --border: #e6ebe7;
  --coral: #ef4653;
  --shadow: 0 16px 45px rgba(29, 63, 45, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site { min-height: 100vh; background: var(--surface); color: var(--ink); transition: background .25s ease, color .25s ease; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--surface) 92%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--border) 85%, transparent); backdrop-filter: blur(14px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; border-radius: 13px 13px 13px 4px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, var(--green-600), var(--green-900)); box-shadow: 0 8px 18px rgba(7, 131, 77, .2); transform: rotate(-3deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 24px; letter-spacing: -1.2px; font-weight: 820; }
.brand-copy strong span { color: var(--green-700); }
.brand-copy small { margin-top: 7px; color: var(--muted); font-size: 7.4px; letter-spacing: 1.55px; font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: 15px; font-weight: 620; }
.nav-links a { position: relative; padding: 31px 0 26px; color: var(--muted); transition: color .2s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--green-800); }
.nav-links a.active::after { content: ""; position: absolute; height: 3px; left: 0; right: 0; bottom: 18px; border-radius: 99px; background: var(--green-600); }
.nav-actions { display: flex; gap: 6px; align-items: center; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; border: 0; background: transparent; border-radius: 50%; cursor: pointer; transition: background .2s ease; }
.icon-button:hover { background: var(--green-50); }
.mobile-menu { display: none; }

.search-zone { position: relative; z-index: 4; height: 18px; }
.search-bar { position: absolute; left: 50%; top: 0; transform: translate(-50%, -4px); height: 60px; max-width: 840px; display: flex; align-items: center; gap: 12px; padding: 7px 7px 7px 20px; border-radius: 13px; background: var(--surface); color: #87918b; box-shadow: 0 8px 28px rgba(26, 52, 37, .13); border: 1px solid var(--border); }
.search-bar input { flex: 1; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; }
.search-bar input::placeholder { color: #98a09b; }
.search-bar button { width: 48px; height: 46px; border: 0; border-radius: 10px; display: grid; place-items: center; color: white; background: linear-gradient(140deg, var(--green-600), var(--green-800)); cursor: pointer; box-shadow: 0 7px 16px rgba(7, 131, 77, .22); }

.hero { position: relative; min-height: 600px; overflow: hidden; background: linear-gradient(105deg, #fff 1%, #fffaf7 48%, #f8ecea 100%); }
.hero-grid { min-height: 600px; padding-top: 82px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; position: relative; z-index: 2; }
.hero-copy { padding: 50px 0 70px; position: relative; z-index: 3; }
.eyebrow, .section-kicker { margin: 0 0 18px; display: flex; align-items: center; gap: 8px; color: var(--green-700); font-size: 13px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 610px; font-size: clamp(50px, 5.4vw, 76px); line-height: .98; letter-spacing: -4px; font-weight: 830; }
.hero h1 span { display: inline-block; margin-top: 10px; color: var(--green-700); }
.hero-intro { max-width: 545px; margin: 25px 0 28px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.primary-button { display: inline-flex; align-items: center; gap: 10px; padding: 15px 22px; border-radius: 10px; background: linear-gradient(135deg, var(--green-600), var(--green-800)); color: white; font-size: 14px; font-weight: 760; box-shadow: 0 12px 25px rgba(7, 131, 77, .23); transition: transform .2s ease, box-shadow .2s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(7, 131, 77, .3); }
.hero-benefits { margin-top: 42px; display: flex; gap: 28px; }
.hero-benefits > div { display: flex; align-items: center; gap: 10px; }
.hero-benefits svg { color: var(--green-700); width: 21px; }
.hero-benefits span { display: flex; flex-direction: column; gap: 3px; }
.hero-benefits strong { font-size: 11px; }
.hero-benefits small { color: var(--muted); font-size: 9px; }
.hero-visual { height: 515px; align-self: end; position: relative; overflow: visible; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 82% center; border-radius: 50% 0 0 0; filter: saturate(.94); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 11px; min-width: 148px; padding: 12px 15px; border-radius: 12px; color: var(--green-700); background: rgba(255,255,255,.93); box-shadow: 0 12px 35px rgba(43, 65, 51, .14); backdrop-filter: blur(8px); }
.floating-card span { display: flex; flex-direction: column; gap: 3px; }
.floating-card strong { color: var(--ink); font-size: 11px; }
.floating-card small { color: var(--muted); font-size: 9px; }
.save-card { left: -30px; top: 130px; }
.verify-card { right: -4px; top: 200px; }
.hero-bg-shape { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .7; }
.hero-shape-one { width: 220px; height: 220px; right: -30px; top: 0; background: #f6d9df; }
.hero-shape-two { width: 160px; height: 160px; left: -70px; bottom: -70px; background: #dff4e6; }

.store-strip { position: relative; z-index: 5; min-height: 94px; margin-top: -18px; padding: 0 16px; display: flex; align-items: center; gap: 16px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
.store-strip > button { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.store-logos { flex: 1; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; text-align: center; gap: 15px; }
.store-logos > span { white-space: nowrap; font-size: 19px; font-weight: 750; letter-spacing: -.7px; }
.amazon { color: #111; }
.walmart { color: #1874bd; }.walmart span { color: #f3ae16; margin-left: 2px; }
.etsy { color: #ef631f; font-family: Georgia, serif; }
.ebay i { font-style: normal; }.ebay i:nth-child(1) { color:#e53238 }.ebay i:nth-child(2) { color:#0064d2 }.ebay i:nth-child(3) { color:#f5af02 }.ebay i:nth-child(4) { color:#86b817 }
.target { color: #cb1e2c; font-size: 16px !important; }.sephora { letter-spacing: 3.5px !important; font-size: 13px !important; }

.section-block { padding-top: 72px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.section-heading .section-kicker { margin-bottom: 8px; font-size: 11px; letter-spacing: 1.5px; }
.section-kicker.hot { color: var(--coral); }
.section-heading h2 { margin: 0; font-size: 30px; letter-spacing: -1px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; padding: 7px 0; color: var(--green-700); cursor: pointer; font-size: 13px; font-weight: 720; }
.category-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; }
.category-card { min-height: 118px; padding: 16px 7px 12px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 13px; border: 1px solid transparent; border-radius: 13px; background: var(--soft); cursor: pointer; font-size: 12px; font-weight: 650; transition: .2s ease; }
.category-card > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: var(--green-700); background: var(--green-50); }
.category-card:hover, .category-card.selected { transform: translateY(-3px); border-color: #b9dec7; background: var(--surface); box-shadow: 0 10px 25px rgba(31, 69, 46, .08); }
.more-card > span { font-size: 21px; letter-spacing: 2px; }

.deals-section { padding-bottom: 8px; }
.search-message { margin: -8px 0 18px; padding: 10px 14px; border-radius: 9px; background: var(--green-50); color: var(--green-800); font-size: 12px; }
.deals-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.deal-card { min-width: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); box-shadow: 0 7px 22px rgba(27, 51, 36, .07); transition: transform .2s ease, box-shadow .2s ease; }
.deal-card:hover { transform: translateY(-4px); box-shadow: 0 13px 30px rgba(27, 51, 36, .12); }
.deal-image { height: 208px; position: relative; overflow: hidden; background: #fafbfa; }
.deal-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.discount { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 6px 9px; border-radius: 99px; color: white; background: var(--coral); font-size: 10px; font-weight: 800; }
.deal-copy { padding: 14px; }
.deal-store { margin: 0 0 5px; color: var(--green-700); font-size: 10px; font-weight: 740; text-transform: uppercase; letter-spacing: .5px; }
.deal-copy h3 { margin: 0; min-height: 43px; font-size: 13.5px; line-height: 1.55; }
.deal-price { margin: 14px 0 15px; display: flex; align-items: center; gap: 8px; }
.deal-price strong { color: var(--coral); font-size: 17px; }
.deal-price del { color: #98a09b; font-size: 11px; }
.deal-actions { display: grid; grid-template-columns: 1fr 36px; gap: 8px; }
.deal-actions > a { height: 38px; display: grid; place-items: center; border: 1px solid #8ac6a0; border-radius: 8px; color: var(--green-800); background: var(--green-50); font-size: 12px; font-weight: 740; transition: .2s ease; }
.deal-actions > a:hover { color: #fff; background: var(--green-700); }
.favorite { height: 36px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 8px; background: transparent; color: #7b8680; cursor: pointer; }
.favorite.active { color: var(--coral); background: #fff3f4; border-color: #ffc4ca; }
.empty-state { padding: 40px; text-align: center; border-radius: 14px; background: var(--soft); color: var(--muted); }

.trust-row { margin-top: 55px; margin-bottom: 42px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.trust-row > div { display: flex; align-items: center; justify-content: center; gap: 12px; }
.trust-row svg { width: 21px; color: var(--green-700); }
.trust-row span { display: flex; flex-direction: column; gap: 3px; }
.trust-row strong { font-size: 12px; }
.trust-row small { color: var(--muted); font-size: 10px; }

.newsletter { min-height: 170px; padding: 26px 36px; display: grid; grid-template-columns: 140px 1fr 1.05fr; gap: 34px; align-items: center; overflow: hidden; position: relative; border-radius: 18px; color: #fff; background: linear-gradient(100deg, #07703f, #39ad5f 55%, #c4ef96); box-shadow: 0 15px 34px rgba(7, 112, 63, .2); }
.newsletter::after { content: ""; width: 290px; height: 290px; position: absolute; right: -100px; top: -125px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.newsletter-art { position: relative; height: 120px; display: grid; place-items: center; }
.newsletter-art svg { transform: rotate(8deg); opacity: .85; }
.newsletter-art span { position: absolute; z-index: 2; top: 5px; left: 15px; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 14px; background: #0b8247; font-size: 30px; font-weight: 820; transform: rotate(-11deg); box-shadow: 0 9px 20px rgba(0,0,0,.16); }
.newsletter-copy { position: relative; z-index: 2; }
.newsletter-copy p { margin: 0 0 8px; font-size: 10px; letter-spacing: 1.6px; font-weight: 850; opacity: .8; }
.newsletter-copy h2 { margin: 0 0 10px; max-width: 430px; font-size: 29px; line-height: 1.15; letter-spacing: -.9px; }
.newsletter-copy span { font-size: 12px; opacity: .82; }
.newsletter form { position: relative; z-index: 2; }
.newsletter form > div { height: 52px; padding: 5px 5px 5px 15px; display: flex; align-items: center; gap: 8px; border-radius: 10px; background: #fff; color: #78827c; box-shadow: 0 10px 25px rgba(13, 91, 49, .15); }
.newsletter input { flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; color: #213129; }
.newsletter button { height: 42px; padding: 0 18px; border: 0; border-radius: 8px; color: white; background: var(--green-800); cursor: pointer; font-weight: 720; font-size: 12px; }
.newsletter form small { display: block; min-height: 14px; margin: 8px 0 0 14px; font-size: 10px; opacity: .82; }

.articles-section { padding-bottom: 78px; }
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.article-card { overflow: hidden; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); box-shadow: 0 8px 24px rgba(28, 51, 37, .07); }
.article-card > img { width: 100%; aspect-ratio: 1.78; object-fit: cover; }
.article-card > div { padding: 18px 19px 20px; }
.article-card span { display: inline-block; padding: 4px 7px; border-radius: 99px; color: #fff; background: var(--green-700); font-size: 8px; font-weight: 760; }
.article-card h3 { margin: 11px 0 13px; font-size: 18px; line-height: 1.42; letter-spacing: -.25px; }
.article-card p { margin: 0; color: var(--muted); font-size: 11px; }

.footer { color: rgba(255,255,255,.8); background: linear-gradient(130deg, #075334, #043c29); }
.footer-grid { padding: 52px 0 42px; display: grid; grid-template-columns: 1.25fr .72fr 1.05fr 1.45fr; gap: 48px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-logo { color: white; margin-bottom: 18px; }
.footer-logo .brand-copy strong span { color: #84dfa2; }
.footer-logo .brand-copy small { color: rgba(255,255,255,.55); }
.footer-grid h3 { margin: 4px 0 17px; color: white; font-size: 14px; }
.footer-grid p { margin: 0 0 11px; max-width: 265px; font-size: 12px; line-height: 1.75; }
.footer-grid a:not(.brand) { margin-bottom: 10px; font-size: 11.5px; transition: color .2s; }
.footer-grid a:not(.brand):hover { color: #9be8b3; }
.footer-subscribe { margin-top: 6px; display: inline-flex; align-items: center; gap: 7px; color: #a1e7b7; font-weight: 760; }
.footer-contact-link { font-size: 14px !important; text-decoration: underline; text-underline-offset: 3px; }
.footer-grid .social-title { margin-top: 20px; }
.footer-socials { display: flex; align-items: center; gap: 10px; }
.footer-socials a { width: 37px; height: 37px; margin: 0 !important; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; }
.footer-socials a:hover { background: rgba(255,255,255,.12); }
.footer-newsletter h3 { font-size: 16px; }
.footer-newsletter form { width: 100%; }
.footer-newsletter label { display: block; margin-bottom: 8px; color: rgba(255,255,255,.7); font-size: 9px; font-weight: 750; letter-spacing: .8px; text-transform: uppercase; }
.footer-newsletter input { width: 100%; height: 46px; padding: 0 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; outline: 0; color: #203329; background: #fff; font-size: 13px; }
.footer-newsletter button { width: 100%; height: 44px; margin-top: 9px; border: 0; border-radius: 8px; color: #075137; background: #a7e9b9; cursor: pointer; font-size: 12px; font-weight: 780; }
.footer-newsletter button:hover { background: #c3f3cf; }
.footer-newsletter small { display: block; min-height: 13px; margin-top: 8px; color: rgba(255,255,255,.65); font-size: 9px; }
.footer-bottom { min-height: 66px; padding: 17px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; font-size: 10px; }

.dark-theme { --surface: #122019; --soft: #182b21; --ink: #f1f6f2; --muted: #a3afa8; --border: #2c4437; --green-50: #183526; --green-100: #204f35; }
.dark-theme .header { background: rgba(18, 32, 25, .92); }
.dark-theme .hero { background: linear-gradient(105deg, #122019 1%, #18251e 48%, #302824 100%); }
.dark-theme .hero-visual > img { opacity: .88; }
.dark-theme .store-logos .amazon, .dark-theme .sephora { color: #f2f6f3; }
.dark-theme .deal-image { background: #f7faf8; }

@media (max-width: 1050px) {
  .category-grid { grid-template-columns: repeat(4, 1fr); }
  .deals-grid { grid-template-columns: repeat(3, 1fr); }
  .deal-card:nth-child(n+4) { display: none; }
  .hero-benefits { gap: 16px; }
  .store-logos { grid-template-columns: repeat(4, 1fr); }.store-logos > span:nth-child(n+5) { display: none; }
  .newsletter { grid-template-columns: 110px 1fr 1fr; gap: 22px; }
  .footer-grid { grid-template-columns: 1.2fr .75fr 1fr; }.footer-newsletter { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, 680px); }
  .nav-wrap { height: 70px; }
  .brand-copy strong { font-size: 21px; }.brand-mark { width: 38px; height: 38px; }
  .mobile-menu { display: grid; }
  .nav-links { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 10px 20px 18px; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--border); background: var(--surface); box-shadow: 0 15px 25px rgba(0,0,0,.08); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 13px 0; }.nav-links a.active::after { bottom: 6px; right: auto; width: 28px; }
  .search-zone { height: 72px; padding-top: 11px; background: var(--surface); }
  .search-bar { top: 9px; transform: translateX(-50%); height: 52px; }
  .search-bar button { width: 42px; height: 40px; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { padding-top: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 55px 0 35px; }
  .hero h1 { font-size: clamp(47px, 13vw, 68px); letter-spacing: -3px; }
  .hero-intro { margin: 20px 0 24px; font-size: 15px; }
  .hero-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .hero-benefits > div { align-items: flex-start; }.hero-benefits small { display: none; }
  .hero-visual { height: 420px; margin-inline: -14px; }.hero-visual > img { border-radius: 38% 0 0 0; object-position: 80% center; }
  .save-card { left: 8px; top: 80px; }.verify-card { right: 6px; top: 160px; }
  .store-strip { margin-top: 18px; min-height: 80px; }.store-logos { grid-template-columns: repeat(3, 1fr); }.store-logos > span:nth-child(n+4) { display: none; }
  .section-block { padding-top: 56px; }
  .section-heading h2 { font-size: 25px; }.section-heading .section-kicker { margin-bottom: 7px; }
  .category-grid { grid-template-columns: repeat(4, 1fr); }.category-card { min-height: 105px; font-size: 10px; }
  .deals-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 2px 20px; }.deal-card, .deal-card:nth-child(n) { display: block; min-width: min(72vw, 280px); scroll-snap-align: start; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }.trust-row > div { justify-content: flex-start; }
  .newsletter { padding: 30px 24px; grid-template-columns: 1fr; gap: 18px; }.newsletter-art { display: none; }.newsletter-copy h2 { font-size: 26px; }
  .articles-grid { grid-template-columns: 1fr; }.article-card { display: grid; grid-template-columns: 42% 1fr; }.article-card > img { height: 100%; aspect-ratio: auto; }.article-card > div { padding: 15px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 35px; }.footer-brand, .footer-newsletter { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 24px); }
  .brand-copy small { display: none; }
  .hero-copy { padding-top: 43px; }.eyebrow { font-size: 10px; }
  .hero h1 { font-size: 48px; }
  .hero-benefits { grid-template-columns: 1fr 1fr; }.hero-benefits > div:nth-child(3) { display: none; }
  .hero-visual { height: 345px; }.floating-card { min-width: 128px; padding: 10px; }.verify-card { display: none; }
  .store-logos { grid-template-columns: 1fr 1fr; }.store-logos > span:nth-child(3) { display: none; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { align-items: flex-start; }.section-heading > .text-link { display: none; }
  .trust-row { grid-template-columns: 1fr; margin-top: 40px; }
  .newsletter form > div { height: auto; padding: 7px; display: grid; grid-template-columns: 24px 1fr; }.newsletter form input { height: 42px; }.newsletter form button { grid-column: 1 / -1; width: 100%; }
  .article-card { display: block; }.article-card > img { width: 100%; height: auto; aspect-ratio: 1.75; }
  .footer-grid { grid-template-columns: 1fr; }.footer-brand, .footer-newsletter { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }

body.admin-bar .header { top: 32px; }
.td-content { min-height: 65vh; padding: 70px 0 90px; }
.td-content-inner { width: min(820px, 100%); }
.td-content h1 { margin: 0 0 25px; font-size: clamp(36px, 6vw, 58px); line-height: 1.05; letter-spacing: -2px; }
.td-content h2, .td-content h3 { margin-top: 1.7em; }
.td-content p, .td-content li { color: var(--muted); font-size: 16px; line-height: 1.8; }
.td-content a { color: var(--green-700); text-decoration: underline; }
.td-content img { border-radius: 14px; }
.td-post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.td-post-card { overflow: hidden; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); box-shadow: 0 8px 24px rgba(28, 51, 37, .07); }
.td-post-card img { width: 100%; aspect-ratio: 1.65; object-fit: cover; border-radius: 0; }
.td-post-card > div { padding: 20px; }
.td-post-card h2 { margin: 0 0 10px; font-size: 20px; }
.td-post-card p { font-size: 13px; }
.td-empty { padding: 35px; border-radius: 14px; background: var(--soft); color: var(--muted); }
.deal-card[hidden] { display: none !important; }
.newsletter-message { color: #fff; }

@media (max-width: 782px) { body.admin-bar .header { top: 46px; } }
@media (max-width: 780px) { .td-post-list { grid-template-columns: 1fr; } }
