.single-news-header h1 {
    font-size: 60px !important;
    color: var(--text-default-primary);
    line-height: 68px;
    font-weight: 500 !important;
}
.single-news-header .single-news-category small {
    color: var(--text-accent-purple);
    font-size: 1rem;
    font-weight: 600;
}
.single-news-header .single-news-dot { font-size: 30px; color:#d9d9de !important; }
.single-news-header .single-news-date small {     font-size: 1rem;
    color: var(--text-default-secondary);}
    
/* make sure the slider can position its nav absolutely */
.single-news-slider {
  position: relative;
}

/* size & style the nav buttons */
.single-news-slider .swiper-button-prev,
.single-news-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10; /* above the slides */
}

/* left button */
.single-news-slider .swiper-button-prev {
  left: 15px;
  background-image: url('/wp-content/themes/sruniversity/assets/img/red-left-black.svg');
}

/* right button */
.single-news-slider .swiper-button-next {
  right: 15px;
  background-image: url('/wp-content/themes/sruniversity/assets/img/red-right-black.svg');
}

/* override default Swiper arrows (they draw their own SVG by default) */
.single-news-slider .swiper-button-prev::after,
.single-news-slider .swiper-button-next::after {
  content: none;
}

/* optional: style pagination bullets if you use them */
.single-news-slider .swiper-pagination-bullet {
  background: rgba(0,0,0,0.3);
}
.single-news-slider .swiper-pagination-bullet-active {
  background: #d0021b; /* match your red accent */
}
.single-news-img { height: 512px !important; }
.single-news-container p {
    margin-bottom: 35px;
    font-size: 1.75rem !important;
    line-height: 40px;
    font-weight: 300;
}
.news-trending-tags a {
    padding: 12px 24px;
    border-radius: 4px;
    background: #dceefd;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
}
.popular-news-title {
    font-size: 1.25rem !important;
    font-weight: 500;
}


	
	/*related page css start*/
	
	/* Related Pages */
.related-btn {
	position: relative !important;
	display: inline-block !important;
	padding: 0.5rem 2rem 0.5rem 1rem !important; /* right padding to make space for arrow */
	font-size: 0.95rem !important;
	font-weight: 500;
	border-radius: 0.375rem !important;
	background-color: #fff !important;
	border: 1px solid transparent;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
	line-height: 1.5;
}

.related-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0.8rem;
	transform: translateY(-50%);
	width: 19px;
	height: 19px;
	background-image: url(../img/arrow-link.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	pointer-events: none;
}

.btn.btn-light {
	padding: 0.5rem 1rem;
	border-radius: 0.375rem;
	font-size: 0.95rem;
	font-weight: 500;
	white-space: nowrap;
	background: #fff;
}

.related-pages-section {
    background: linear-gradient(to bottom, #E6F1FA, #ffffff);
}
.single-related-news {
    padding-bottom: 130px;
}
.single-news-container {
    width: 80% !important;
}
.popular-news-tags .container { width:80%; }
@media (max-width: 575px) {
    .single-news-img { height: 300px !important; }
    .single-news-header h1 {
        font-size: 32px !important;
        line-height: 40px;
    }
    .single-news-container { width: 90% !important; }
    .single-news-container p {
        font-size: 1rem !important;
        line-height: 28px;
    }
    .popular-news-tags .container { width: 90% !important; }
    .single-news-content { padding-top: 0px; padding-bottom: 0px; }
}

@media (min-width:576px ) and (max-width: 1200px) {
        .single-news-img { height: 400px !important; }
        .single-news-header h1 {
            font-size: 32px !important;
            line-height: 34px;
        }
        .single-news-content { padding-top: 0; }
        .single-news-container p {
            margin-bottom: 15px;
            font-size: 1.25rem !important;
            line-height: 35px;
        }
}







