body.memes-page {
  --cm-bg-primary: #8b0000;
  --cm-bg-card: rgba(255, 255, 255, 0.07);
  --cm-bg-card-hover: rgba(255, 255, 255, 0.11);
  --cm-bg-cream: rgba(255, 248, 241, 0.96);
  --cm-bg-cream-soft: rgba(245, 236, 228, 0.92);
  --cm-bg-footer: rgba(31, 11, 8, 0.92);
  --cm-gold: #ffd700;
  --cm-text-primary: #ffffff;
  --cm-text-secondary: rgba(255, 255, 255, 0.82);
  --cm-text-muted: rgba(255, 255, 255, 0.48);
  --cm-ink: #31140d;
  --cm-ink-soft: #5f4037;
  --cm-border: rgba(255, 255, 255, 0.12);
  --cm-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
  --cm-tag-general: #ffcc80;
  --cm-tag-gifts: #fdcb6e;
  --cm-tag-family: #f8a5c2;
  --cm-tag-work: #74b9ff;
  --cm-tag-food: #55efc4;
  --cm-tag-mariah: #fd79a8;
  --cm-tag-santa: #a29bfe;
  --cm-tag-eve: #ffeaa7;
  --cm-tag-winter: #dfe6e9;
  --cm-tag-countdown: #81ecec;
}

.memes-page .site {
  position: relative;
}

.memes-skip-link {
  position: absolute;
  left: 18px;
  top: -110px;
  z-index: 50;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--cm-gold);
  color: #2f1504;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: top 0.2s ease;
}

.memes-skip-link:focus {
  top: 12px;
}

body.memes-page .blog-main {
  width: min(1260px, 100%);
  margin-top: 30px;
}

.memes-page-main {
  display: grid;
  gap: 20px;
}

.memes-breadcrumb,
.memes-hero,
.memes-panel-shell,
.load-more-container {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.memes-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.16);
  background: rgba(255, 244, 230, 0.1);
  color: #ffe7d1;
  font-size: 0.84rem;
}

.memes-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.memes-breadcrumb a:hover,
.memes-breadcrumb a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.memes-hero-shell,
.memes-panel-shell {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  box-shadow: var(--cm-shadow);
}

.memes-hero-shell::before,
.memes-panel-shell::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px dashed rgba(255, 248, 230, 0.14);
  pointer-events: none;
}

.memes-hero-shell {
  padding: 56px 40px 44px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 213, 126, 0.16), transparent 34%),
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(135deg, rgba(108, 12, 23, 0.96), rgba(50, 8, 18, 0.95));
}

.memes-panel-shell {
  padding: 30px 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 215, 0, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(94, 14, 25, 0.8), rgba(48, 10, 18, 0.82));
}

.memes-snowfall {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.memes-snowfall span {
  position: absolute;
  top: -20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  animation: cm-fall linear infinite;
}

.memes-snowfall span:nth-child(1) { left: 4%; animation-duration: 10s; animation-delay: -3s; }
.memes-snowfall span:nth-child(2) { left: 13%; animation-duration: 9s; animation-delay: -5s; }
.memes-snowfall span:nth-child(3) { left: 24%; animation-duration: 12s; animation-delay: -7s; }
.memes-snowfall span:nth-child(4) { left: 34%; animation-duration: 8s; animation-delay: -2s; }
.memes-snowfall span:nth-child(5) { left: 46%; animation-duration: 13s; animation-delay: -4s; }
.memes-snowfall span:nth-child(6) { left: 58%; animation-duration: 11s; animation-delay: -8s; }
.memes-snowfall span:nth-child(7) { left: 68%; animation-duration: 9s; animation-delay: -1s; }
.memes-snowfall span:nth-child(8) { left: 78%; animation-duration: 12s; animation-delay: -6s; }
.memes-snowfall span:nth-child(9) { left: 88%; animation-duration: 10s; animation-delay: -3s; }
.memes-snowfall span:nth-child(10) { left: 95%; animation-duration: 11s; animation-delay: -7s; }

.memes-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: start;
}

.memes-hero-copy {
  display: grid;
  gap: 16px;
}

.hero-badge,
.section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.3);
  background: rgba(255, 215, 0, 0.12);
  color: var(--cm-gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.memes-hero-copy h1 {
  margin: 0;
  max-width: 10ch;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(3rem, 6vw, 4.8rem);
  line-height: 0.96;
  color: #fff3df;
}

.memes-hero-subtitle {
  margin: 0;
  max-width: 18ch;
  font-family: "Instrument Serif", serif;
  font-size: clamp(1.65rem, 2.8vw, 2.45rem);
  line-height: 1.04;
  color: rgba(255, 245, 231, 0.94);
}

.memes-hero-intro {
  width: min(760px, 100%);
  margin: 0;
  color: var(--cm-text-secondary);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.85;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.hero-meta span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff3e0;
  font-size: 0.82rem;
  font-weight: 600;
}

.memes-hero-side {
  display: grid;
  gap: 16px;
}

.countdown-badge {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: 20px 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 215, 0, 0.24);
  background: rgba(255, 251, 246, 0.12);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.countdown-badge .star {
  font-size: 1.4rem;
}

.countdown-badge-title,
.days-label {
  color: #ffe6ca;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 700;
}

.days-num {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2.6rem, 6vw, 4rem);
  line-height: 1;
  color: var(--cm-gold);
}

.badge-link {
  margin-top: 8px;
  color: #fff7ea;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.badge-link:hover,
.badge-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero-wall {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-meme-card {
  min-height: 170px;
  padding: 16px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 253, 250, 0.98), rgba(246, 238, 230, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 16px 30px rgba(16, 6, 6, 0.18);
  display: grid;
  gap: 10px;
  align-content: start;
}

.hero-meme-card-tall {
  min-height: 226px;
}

.hero-meme-card-wide {
  grid-column: 1 / -1;
  min-height: 154px;
}

.hero-card-tag {
  justify-self: start;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(139, 0, 0, 0.08);
  color: #7d2311;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card-top {
  margin: 0;
  color: rgba(65, 33, 23, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero-card-visual {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.2;
}

.hero-card-bottom {
  margin: 0;
  color: var(--cm-ink);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}

.section-header {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.section-header h2 {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.02;
  color: #fff2dc;
}

.section-subtitle {
  width: min(880px, 100%);
  margin: 0;
  color: var(--cm-text-secondary);
  font-family: "Manrope", sans-serif;
  font-size: 0.98rem;
  line-height: 1.8;
}

.memes-toolbar {
  display: grid;
  gap: 16px;
  align-items: start;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-tab,
.random-meme-btn,
.load-more-btn {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff1dc;
  border-radius: 999px;
  padding: 10px 16px;
  font-family: "Manrope", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.filter-tab:hover,
.filter-tab:focus-visible,
.random-meme-btn:hover,
.random-meme-btn:focus-visible,
.load-more-btn:hover,
.load-more-btn:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 215, 0, 0.4);
  background: rgba(255, 215, 0, 0.13);
  color: var(--cm-gold);
  box-shadow: 0 8px 18px rgba(255, 215, 0, 0.1);
  outline: none;
}

.filter-tab.active {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.18), rgba(255, 166, 0, 0.16));
  border-color: rgba(255, 215, 0, 0.44);
  color: var(--cm-gold);
}

.random-meme-btn {
  justify-self: start;
}

.results-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 16px;
  margin-top: 16px;
  padding: 14px 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#resultsSummary,
.results-note,
.memes-nojs {
  margin: 0;
  color: var(--cm-text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
}

.memes-nojs {
  margin-top: 12px;
  color: #ffe9d1;
}

.memes-masonry {
  columns: 3;
  column-gap: 18px;
  margin: 22px 0 0;
}

.meme-card {
  break-inside: avoid;
  margin-bottom: 18px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--cm-bg-card);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  scroll-margin-top: 100px;
}

.meme-card:hover,
.meme-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(255, 215, 0, 0.35);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  background: var(--cm-bg-card-hover);
}

.meme-card[hidden] {
  display: none !important;
}

.meme-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 14px 10px;
}

.meme-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.meme-tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.meme-tag.general { background: rgba(255, 204, 128, 0.18); color: var(--cm-tag-general); }
.meme-tag.gifts { background: rgba(253, 203, 110, 0.18); color: var(--cm-tag-gifts); }
.meme-tag.family { background: rgba(248, 165, 194, 0.16); color: var(--cm-tag-family); }
.meme-tag.work { background: rgba(116, 185, 255, 0.16); color: var(--cm-tag-work); }
.meme-tag.food { background: rgba(85, 239, 196, 0.16); color: var(--cm-tag-food); }
.meme-tag.mariah { background: rgba(253, 121, 168, 0.16); color: var(--cm-tag-mariah); }
.meme-tag.santa { background: rgba(162, 155, 254, 0.16); color: var(--cm-tag-santa); }
.meme-tag.eve { background: rgba(255, 234, 167, 0.16); color: var(--cm-tag-eve); }
.meme-tag.winter { background: rgba(223, 230, 233, 0.18); color: var(--cm-tag-winter); }
.meme-tag.countdown { background: rgba(129, 236, 236, 0.16); color: var(--cm-tag-countdown); }

.meme-code {
  color: var(--cm-text-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.meme-post-body {
  background: linear-gradient(180deg, var(--cm-bg-cream), var(--cm-bg-cream-soft));
  color: var(--cm-ink);
}

.meme-content {
  padding: 20px 18px 14px;
  text-align: center;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.18)),
    repeating-linear-gradient(180deg, transparent, transparent 28px, rgba(139, 0, 0, 0.05) 29px);
}

.meme-top-text {
  font-size: 0.78rem;
  font-weight: 800;
  color: rgba(61, 31, 21, 0.68);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.65;
}

.meme-visual {
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.3;
  color: #421c13;
}

.meme-bottom-text {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #24100b;
  line-height: 1.6;
  max-width: 290px;
}

.meme-caption {
  padding: 0 14px 14px;
  font-size: 0.84rem;
  color: rgba(70, 42, 31, 0.84);
  font-style: italic;
  line-height: 1.7;
  border-top: 1px solid rgba(139, 0, 0, 0.08);
}

.meme-card-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 11px 14px;
  background: var(--cm-bg-footer);
}

.meme-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 239, 223, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.18s ease;
}

.meme-action-btn:hover,
.meme-action-btn:focus-visible {
  background: rgba(255, 215, 0, 0.12);
  border-color: rgba(255, 215, 0, 0.3);
  color: var(--cm-gold);
  outline: none;
}

.meme-action-btn.liked {
  background: rgba(255, 80, 100, 0.15);
  border-color: rgba(255, 80, 100, 0.4);
  color: #ff7b8f;
}

.like-count {
  min-width: 34px;
  font-variant-numeric: tabular-nums;
}

.share-btn {
  margin-left: auto;
}

.meme-card.random-highlight {
  border-color: var(--cm-gold);
  box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.5), 0 12px 40px rgba(255, 215, 0, 0.2);
  animation: cm-pulse 2s ease-out;
}

.load-more-container {
  text-align: center;
  margin-top: -2px;
  margin-bottom: 2px;
}

.load-more-btn {
  padding: 12px 32px;
  background: rgba(255, 215, 0, 0.12);
  border-color: rgba(255, 215, 0, 0.35);
  color: var(--cm-gold);
}

.info-grid,
.insight-grid,
.related-grid {
  display: grid;
  gap: 18px;
}

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

.info-card,
.insight-card,
.related-card,
.faq-item {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14);
}

.info-card,
.insight-card {
  padding: 22px 20px;
}

.info-card h3,
.insight-card h3 {
  margin: 0 0 12px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.15rem;
  color: #fff1dc;
}

.info-card p,
.insight-card p,
.steps-list,
.bullet-list {
  margin: 0;
  color: var(--cm-text-secondary);
  font-size: 0.96rem;
  line-height: 1.8;
}

.steps-list,
.bullet-list {
  padding-left: 18px;
}

.steps-list li,
.bullet-list li {
  margin-bottom: 10px;
}

.info-card-wide {
  grid-column: 1 / -1;
}

.table-wrap {
  overflow-x: auto;
}

.share-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--cm-text-secondary);
  font-size: 0.94rem;
}

.share-table th,
.share-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.share-table th {
  color: #fff1dd;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-grid {
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
}

.formula-card {
  background:
    linear-gradient(180deg, rgba(255, 215, 0, 0.12), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.06);
}

.formula-row {
  display: grid;
  gap: 6px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.formula-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.formula-label {
  color: var(--cm-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff2de;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--cm-gold);
  font-size: 1.2rem;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 20px 18px;
}

.faq-answer p {
  margin: 0;
  color: var(--cm-text-secondary);
  line-height: 1.8;
}

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

.related-card {
  display: grid;
  gap: 12px;
  padding: 20px 18px;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.related-card:hover,
.related-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 215, 0, 0.34);
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.related-card-icon {
  font-size: 1.6rem;
}

.related-card-title {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.08rem;
  color: #fff0db;
}

.related-card-desc {
  margin: 0;
  color: var(--cm-text-secondary);
  font-size: 0.92rem;
  line-height: 1.7;
}

.related-card-cta {
  color: var(--cm-gold);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.meme-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 215, 0, 0.26);
  background: rgba(28, 9, 8, 0.94);
  color: #fff1de;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.meme-toast.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes cm-fall {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }

  10%,
  90% {
    opacity: 0.7;
  }

  100% {
    transform: translate3d(14px, 110%, 0);
    opacity: 0;
  }
}

@keyframes cm-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7);
  }

  50% {
    box-shadow: 0 0 0 16px rgba(255, 215, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.5), 0 12px 40px rgba(255, 215, 0, 0.2);
  }
}

@media (max-width: 1100px) {
  .memes-hero-grid,
  .insight-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .hero-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .memes-masonry {
    columns: 2;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .memes-hero-shell {
    padding: 38px 22px 28px;
  }

  .memes-panel-shell {
    padding: 24px 18px;
  }

  .memes-hero-copy h1 {
    max-width: none;
  }

  .hero-wall {
    grid-template-columns: 1fr;
  }

  .hero-meme-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .memes-masonry {
    columns: 1;
  }

  .filter-tabs {
    gap: 8px;
  }

  .filter-tab,
  .random-meme-btn,
  .load-more-btn {
    width: 100%;
    justify-content: center;
  }

  .meme-card-footer {
    flex-wrap: wrap;
  }

  .share-btn {
    margin-left: 0;
  }

  .countdown-badge {
    padding-inline: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .memes-snowfall span,
  .meme-card,
  .meme-action-btn,
  .filter-tab,
  .random-meme-btn,
  .load-more-btn,
  .meme-toast {
    animation: none !important;
    transition: none !important;
  }

  html {
    scroll-behavior: auto;
  }
}
