/* =============================================================
   ALOBERRY — Newsletter Styles  (archive + single)
   Fully self-contained. No CSS variable dependencies.
   ============================================================= */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* =============================================================
   1.  ARCHIVE — HERO
   ============================================================= */
.nl-hero {
  /* background: linear-gradient(135deg, #2c5530 0%, #4a7c59 55%, #6b9e3a 100%) !important; */
  padding: 88px 24px 72px !important;
  text-align: center !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}

.nl-hero::before,
.nl-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.nl-hero::before {
  width: 560px;
  height: 560px;
  top: -200px;
  right: -80px;
  background: rgba(255, 255, 255, 0.05);
}
.nl-hero::after {
  width: 360px;
  height: 360px;
  bottom: -150px;
  left: -60px;
  background: rgba(255, 255, 255, 0.04);
}

.nl-hero__eyebrow {
  display: inline-block;
  background: #a3dcb3;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 7px 19px;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.nl-hero__title {
    font-size: 51px;
    font-weight: 800;
    color: #4e9c2e !important;
    line-height: 1.15;
    margin: 0 0 7px;
    letter-spacing: -0.5px;
    font-family: "Montserrat", sans-serif;
}

.nl-hero__subtitle {
  font-size: 17px;
  font-weight: 600;
  color: #363636 !important;
  max-width: 598px;
  margin: 0 auto 36px;
  line-height: 1.75;
  font-optical-sizing: auto;
}

/* Search */
.nl-search-form {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.nl-search-input {
  width: 100%;
  padding: 15px 58px 15px 22px;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  color: #303030;
  background: #FFFEF8;
  /* box-shadow: 0 6px 30px rgba(0, 0, 0, 0.22); */
outline: none;
border: solid 2px #D2D3D5;
}
.nl-search-input::placeholder{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #dedede;
}

.nl-search-input:focus {
border: solid 2px #2e8526;
  box-shadow: 0 6px 30px rgba(37, 129, 49, 0.32);
}

.nl-search-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: #88C640;
  border: none;
  border-radius: 20px;
  width: 63px;
  height: 38px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background 0.2s;
}

.nl-search-btn:hover {
  background: #2c5530;
}

/* =============================================================
   2.  ARCHIVE — FILTER TABS
   ============================================================= */
.nl-filters {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 70px;
  z-index: 90;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  width: 100%;
}

.nl-filters__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.nl-filters__inner::-webkit-scrollbar {
  display: none;
}

.nl-filter-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 16px 20px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  border: none;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  transition: color 0.2s;
}

.nl-filter-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #4a7c59;
  border-radius: 3px 3px 0 0;
  transform: scaleX(0);
  transition: transform 0.22s ease;
}

.nl-filter-btn:hover {
  color: #4a7c59;
}
.nl-filter-btn.active {
  color: #4a7c59;
}
.nl-filter-btn.active::after {
  transform: scaleX(1);
}

.nl-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d4e8d0;
  color: #4a7c59;
  font-size: 10px;
  font-weight: 700;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  padding: 0 5px;
  transition:
    background 0.2s,
    color 0.2s;
}
.nl-filter-btn.active .nl-filter-count {
  background: #4a7c59;
  color: #fff;
}

/* =============================================================
   3.  ARCHIVE — GRID
   ============================================================= */
.nl-archive {
  background: #f0f4ee;
  padding: 52px 0 80px;
  min-height: 400px;
  width: 100%;
  display: block;
}

.nl-archive-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 12px;
}

.nl-archive-count {
  font-size: 14px;
  color: #666;
  font-family: "Open Sans", sans-serif;
}
.nl-archive-count strong {
  color: #333;
  font-weight: 700;
}

.nl-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px;
  align-items: start;
}

/* =============================================================
   4.  NEWSLETTER CARD
   ============================================================= */
.nl-card {
  background: #fff !important;
  border-radius: 18px !important;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09) !important;
  display: flex !important;
  flex-direction: column !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(22px);
  animation: nlFadeUp 0.5s ease forwards;
}

.nl-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14) !important;
}

/* staggered entrance */
.nl-card:nth-child(1) {
  animation-delay: 0.05s;
}
.nl-card:nth-child(2) {
  animation-delay: 0.12s;
}
.nl-card:nth-child(3) {
  animation-delay: 0.19s;
}
.nl-card:nth-child(4) {
  animation-delay: 0.26s;
}
.nl-card:nth-child(5) {
  animation-delay: 0.33s;
}
.nl-card:nth-child(6) {
  animation-delay: 0.4s;
}
.nl-card:nth-child(7) {
  animation-delay: 0.47s;
}
.nl-card:nth-child(8) {
  animation-delay: 0.54s;
}
.nl-card:nth-child(9) {
  animation-delay: 0.6s;
}

@keyframes nlFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* thumb */
.nl-card__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #d4e8d0;
  display: block;
  width: 100%;
}

.nl-card__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: transform 0.48s ease;
}
.nl-card:hover .nl-card__img {
  transform: scale(1.07);
}

.nl-card__cat-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #4a7c59;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  z-index: 2;
}

/* body */
.nl-card__body {
  padding: 22px !important;
  flex: 1;
  display: flex !important;
  flex-direction: column !important;
}

.nl-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.nl-card__date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #999;
  font-family: "Open Sans", sans-serif;
}
.nl-card__date i {
  color: #4a7c59;
}

.nl-card__tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.nl-card__tag {
  font-size: 10px;
  font-weight: 700;
  color: #4a7c59;
  background: #d4e8d0;
  padding: 2px 9px;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
}

.nl-card__title {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 17px !important;
  font-weight: 700;
  color: #333 !important;
  line-height: 1.45;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
}
.nl-card__title a {
  text-decoration: none;
  color: inherit;
}
.nl-card:hover .nl-card__title,
.nl-card:hover .nl-card__title a {
  color: #4a7c59;
}

.nl-card__excerpt {
  font-size: 13.5px;
  color: #666;
  line-height: 1.68;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 18px;
  font-family: "Open Sans", sans-serif;
}

.nl-card__footer {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
  margin-top: auto;
}

.nl-card__readmore {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #4a7c59;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 50px;
  text-decoration: none !important;
  transition:
    background 0.22s,
    gap 0.2s;
  letter-spacing: 0.3px;
}
.nl-card__readmore:hover {
  background: #2c5530;
  color: #fff !important;
  gap: 11px;
}

.nl-card__readtime {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #999;
}
.nl-card__readtime i {
  color: #4a7c59;
}

/* =============================================================
   5.  ARCHIVE — PAGINATION & EMPTY STATE
   ============================================================= */
.nl-pagination {
  margin-top: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.nl-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.22s;
}
.nl-pagination .page-numbers:not(.current):not(.dots) {
  color: #333;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.nl-pagination .page-numbers:not(.current):not(.dots):hover {
  background: #4a7c59;
  color: #fff;
  border-color: #4a7c59;
}
.nl-pagination .page-numbers.current {
  background: #4a7c59;
  color: #fff;
  border: 1px solid #4a7c59;
}
.nl-pagination .page-numbers.dots {
  color: #999;
  cursor: default;
}

.nl-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 20px;
}
.nl-empty__icon {
  font-size: 56px;
  color: #ccc;
  margin-bottom: 20px;
  display: block;
}
.nl-empty__title {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.nl-empty__text {
  font-size: 15px;
  color: #666;
  margin-bottom: 24px;
  line-height: 1.7;
}

/* =============================================================
   6.  SINGLE — HERO BANNER
   ============================================================= */
.snl-hero {
  position: relative;
  height: 480px;
  overflow: hidden;
  background: #2c5530;
  width: 100%;
  display: block;
}

.snl-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.snl-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.72) 100%
  );
}

.snl-hero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 48px 24px;
}

.snl-hero__inner {
  max-width: 900px;
  margin: 0 auto;
}

.snl-cat-badge {
  display: inline-block;
  background: #4a7c59;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.snl-hero__title {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(1.6rem, 3.8vw, 2.8rem);
  font-weight: 800;
  color: #fff !important;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  margin: 0;
}

/* =============================================================
   7.  SINGLE — BODY
   ============================================================= */
.snl-body {
  background: #f0f4ee;
  padding: 48px 0 80px;
  width: 100%;
  display: block;
}

.snl-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #4a7c59 !important;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  text-decoration: none !important;
  margin-bottom: 28px;
  transition: all 0.25s;
}
.snl-back-btn:hover {
  background: #4a7c59;
  color: #fff !important;
  border-color: #4a7c59;
}
.snl-back-btn i {
  transition: transform 0.2s;
}
.snl-back-btn:hover i {
  transform: translateX(-3px);
}

/* two-column */
.snl-layout {
  display: grid !important;
  grid-template-columns: 1fr 300px !important;
  gap: 32px;
  align-items: start;
}

/* meta bar */
.snl-meta-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 16px 22px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  margin-bottom: 24px;
  border-left: 4px solid #4a7c59;
}

.snl-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #666;
  font-family: "Open Sans", sans-serif;
}
.snl-meta-item i {
  color: #4a7c59;
  font-size: 12px;
  width: 14px;
  text-align: center;
}
.snl-meta-item a {
  color: #4a7c59;
  font-weight: 600;
  text-decoration: none;
}
.snl-meta-item a:hover {
  color: #2c5530;
  text-decoration: underline;
}
.snl-meta-sep {
  color: #e0e0e0;
  font-size: 16px;
}

/* article */
.snl-content {
  background: #fff;
  border-radius: 18px;
  padding: 40px 44px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  line-height: 1.82;
  color: #333;
  font-family: "Open Sans", sans-serif;
}
.snl-content > *:first-child {
  margin-top: 0;
}

.snl-content h2 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin: 36px 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d4e8d0;
  line-height: 1.3;
}
.snl-content h3 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #2c5530;
  margin: 28px 0 12px;
}
.snl-content p {
  margin-bottom: 20px;
}
.snl-content img {
  border-radius: 12px;
  margin: 28px 0;
  width: 100%;
  height: auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.snl-content blockquote {
  border-left: 4px solid #4a7c59;
  background: #f0f4ee;
  padding: 20px 28px;
  border-radius: 0 12px 12px 0;
  margin: 28px 0;
  font-size: 16px;
  font-style: italic;
  color: #2c5530;
  font-weight: 500;
  line-height: 1.7;
}
.snl-content blockquote cite {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  color: #4a7c59;
}
.snl-content ul {
  list-style: disc;
  padding-left: 26px;
  margin-bottom: 20px;
}
.snl-content ol {
  list-style: decimal;
  padding-left: 26px;
  margin-bottom: 20px;
}
.snl-content ul li,
.snl-content ol li {
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 1.65;
}
.snl-content a {
  color: #4a7c59;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.snl-content a:hover {
  color: #2c5530;
}
.snl-content hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 32px 0;
}

/* social share */
.snl-share {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #e0e0e0;
}
.snl-share__label {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #999;
  margin-bottom: 14px;
}
.snl-share__buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.snl-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  text-decoration: none !important;
  transition: all 0.22s;
}
.snl-share-btn--facebook {
  background: #1877f2;
  color: #fff !important;
}
.snl-share-btn--facebook:hover {
  background: #0d65d8;
}
.snl-share-btn--twitter {
  background: #111;
  color: #fff !important;
}
.snl-share-btn--twitter:hover {
  background: #333;
}
.snl-share-btn--linkedin {
  background: #0a66c2;
  color: #fff !important;
}
.snl-share-btn--linkedin:hover {
  background: #084f99;
}
.snl-share-btn--copy {
  background: #f0f4ee;
  color: #333 !important;
  border: 1px solid #e0e0e0;
}
.snl-share-btn--copy:hover {
  background: #d4e8d0;
  border-color: #d4e8d0;
}

/* =============================================================
   8.  SINGLE — SIDEBAR
   ============================================================= */
.snl-sidebar {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.snl-sidebar-card {
  background: #fff;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.snl-sidebar-card__title {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #d4e8d0;
}

.snl-cat-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.snl-cat-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 13px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  background: #f0f4ee;
  text-decoration: none !important;
  transition: all 0.22s;
}
.snl-cat-list a:hover {
  background: #d4e8d0;
  color: #4a7c59;
}
.snl-cat-list a .cat-count {
  background: #d4e8d0;
  color: #4a7c59;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  min-width: 24px;
  text-align: center;
  transition: all 0.22s;
}
.snl-cat-list a:hover .cat-count {
  background: #4a7c59;
  color: #fff;
}

.snl-tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.snl-tag-pill {
  display: inline-block;
  background: #d4e8d0;
  color: #4a7c59;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 20px;
  text-decoration: none !important;
  transition: all 0.22s;
}
.snl-tag-pill:hover {
  background: #4a7c59;
  color: #fff !important;
}

.snl-cta-card {
  background: linear-gradient(135deg, #2c5530, #4a7c59);
  border-radius: 18px;
  padding: 28px;
  color: #fff;
  text-align: center;
}
.snl-cta-card__icon {
  font-size: 32px;
  margin-bottom: 14px;
  display: block;
}
.snl-cta-card__title {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.snl-cta-card__text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 18px;
  line-height: 1.6;
}
.snl-cta-card__btn {
  display: block;
  background: #fff;
  color: #4a7c59 !important;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 20px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.22s;
}
.snl-cta-card__btn:hover {
  background: #d4e8d0;
  color: #2c5530 !important;
}

/* =============================================================
   9.  SINGLE — RELATED
   ============================================================= */
.snl-related {
  padding: 72px 0;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  width: 100%;
}
.snl-related__header {
  text-align: center;
  margin-bottom: 44px;
}
.snl-related__eyebrow {
  display: inline-block;
  background: #d4e8d0;
  color: #4a7c59;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.snl-related__title {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #333;
  margin-bottom: 8px;
}
.snl-related__subtitle {
  font-size: 14px;
  color: #666;
}

.snl-related__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px;
}

/* =============================================================
   10. RESPONSIVE
   ============================================================= */
@media (max-width: 1100px) {
  .nl-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .snl-layout {
    grid-template-columns: 1fr !important;
  }
  .snl-sidebar {
    position: static;
  }
  .snl-related__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .nl-hero {
    padding: 60px 20px 50px !important;
  }
  .nl-grid {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }
  .snl-hero {
    height: 320px;
  }
  .snl-hero__content {
    padding: 24px 20px;
  }
  .snl-content {
    padding: 26px 22px;
  }
  .snl-meta-bar {
    padding: 14px 16px;
  }
  .snl-related__grid {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }
  .snl-share__buttons {
    gap: 8px;
  }
}

@media (max-width: 520px) {
  .nl-hero {
    padding: 48px 16px 44px !important;
  }
  .nl-hero__subtitle {
    font-size: 14px !important;
  }
  .nl-filter-btn {
    padding: 14px 14px;
    font-size: 12px;
  }
  .nl-card__body {
    padding: 16px !important;
  }
  .nl-card__title {
    font-size: 15px !important;
  }
  .nl-card__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .snl-hero {
    height: 240px;
  }
  .snl-content {
    padding: 18px 14px;
  }
  .snl-share-btn span {
    display: none;
  }
  .snl-share-btn {
    padding: 10px 14px;
  }
  .snl-meta-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .snl-meta-sep {
    display: none;
  }
}
