/* === Newsletter Archive (matches screenshot) === */
.post-type-archive-newsletters .ast-main-header-wrap {
  background: none;
}

.nl-archive{
  background: #f3f3f4;
  padding: 0 0 80px;
}

.news-header {
	padding: 200px 0 40px;
	background-image: url("/wp-content/uploads/2025/04/sbhpp-purple-bg-d973d1.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	color: #fff;
    margin-bottom: 80px;
}

.news-header .simple-hero__inner{
	max-width: 90%;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.news-header .simple-hero__title{
	font-size:50;
	font-weight: 900;
	margin: 0;
    color: #fff;
}

.nl-archive__inner{
  max-width: 90%;
  margin: 0 auto;
}



/* Grid */
.nl-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

@media (min-width: 900px){
  .nl-grid{
    grid-template-columns: 1fr 1fr;
    gap: 34px 36px; /* row gap, col gap */
  }
}

/* Card */
.nl-card{
  background: #fff;
  border-radius: 24px;
  padding: 26px 30px 28px;
  box-shadow:
    0 24px 60px rgba(0,0,0,.14),
    0 8px 18px rgba(0,0,0,.08);
}

/* Date */
.nl-card__date{
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 900;
}

/* Title */
h2.nl-card__title{
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 900;
}


/* Excerpt */
.nl-card__excerpt{
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 32px;
}

.nl-card__excerpt p{
  margin: 0;
}

.dash-ast-custom-button:hover{
  color: #fff;
}

/* Pagination (keep simple + clean) */
.nl-pagination{
  margin-top: 34px;
  display: flex;
  justify-content: center;
}

.nl-pagination .nav-links{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.nl-pagination .page-numbers{
  background: #fff;
  color: #111;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
  font-weight: 700;
}

.nl-pagination .page-numbers.current{
  background: #5a2aa6;
  color: #fff;
}

@media (max-width: 900px) {
  .news-header {
    padding: 100px 0 40px;
  }
}

@media (max-width: 768px) {
  .nl-card {
    padding: 20px 15px;
  }
  .nl-card__date {
    font-size: 14px !important;
  }
  .nl-card__title {
    font-size: 18px !important;
  }
}

.newsletters-template-default .ast-container {
  max-width: 100% !important;
  width: 100% !important;
}

.newsletters-template-default .single-post {
  max-width: 100% !important;
  width: 100% !important;
}