/*
 Theme Name:   SRI NEWS
 Theme URI:    https://www.srijonix.com
 Description:  This Theme Develop and Customize by Srijonix
 Author:       srijonix.com
 Author URI:   https://www.srijonix.com
 Template:     generatepress
 Version:      1.0
*/
#mobile-header .inside-navigation, .main-navigation {
    border-bottom-color: rgba(0, 0, 0, .05) !important;
    position: relative;
}

.wp-block-image img {
    border-radius: 5px;
    border: 1px;
    border-color: grey;
	margin-bottom: 16px;

}

.generate-back-to-top {
    border-radius: 50px;
}

/* fixed menu */
.sri-sticky-menu {
    position: fixed !important;
    top: 49px !important;
    left: 0;
    width: 100%;
    z-index: 99;
}
.admin-bar .sri-sticky-menu {
    top: 82px !important;
}


.sri-horizontal-scroll {
    display: flex;
    flex-wrap: nowrap; 
    overflow-x: auto; 
    overflow-y: hidden; 
    -webkit-overflow-scrolling: touch; 
    gap: 15px; 
    padding-bottom: 5px; 
}

/* hide scroll bar  */
.sri-horizontal-scroll::-webkit-scrollbar {
    display: none;  
}

.sri-horizontal-scroll {
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}

/* News 404 Page Main Container */
.news-404-container {
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
}

/* 404 Heading Text */
.breaking-404 {
    font-size: 110px;
    color: #cc0000; 
    margin-bottom: 0;
    line-height: 1;
    font-weight: 900;
}

.news-404-header h2 {
    font-size: 26px;
    color: #222;
    margin-top: 10px;
    font-weight: 700;
}

.news-search-box {
    max-width: 500px;
    margin: 25px auto;
}

/* Latest News Grid Style */
.news-404-latest {
    margin-top: 40px;
    text-align: left;
}

.news-404-latest h3 {
    font-size: 22px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.latest-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.news-card {
    border: 1px solid #eaeaea;
    padding: 12px;
    border-radius: 6px;
    transition: box-shadow 0.3s ease;
}

.news-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.news-thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.news-title {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 12px;
}

.news-title a {
    color: #111;
    text-decoration: none;
    transition: color 0.2s;
}

.news-title a:hover {
    color: #cc0000;
}

.news-no-results-container {
    text-align: center;
    padding: 30px 20px;
}

.news-no-results-container .page-title {
    font-size: 32px;
    font-weight: 800;
    color: #cc0000; 
    margin-bottom: 15px;
}

.no-results-desc {
    font-size: 18px;
    color: #444;
    margin-bottom: 25px;
    line-height: 1.6;
}

.news-search-box-retry {
    max-width: 500px;
    margin: 0 auto 40px auto;
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

/* Latest News Area */
.news-no-results-latest {
    margin-top: 50px;
    text-align: left;
}

.news-no-results-latest h3 {
    font-size: 22px;
    border-bottom: 2px solid #cc0000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.sri-inline-box {
    position: relative;
    background: #f8f9fa;
    margin: 35px 0;
    padding: 15px 20px;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.sri-inline-badge {
    position: absolute;
    top: -14px;
    left: 10px;
    background: #d0132b;
    color: #ffffff;
    font-size: 13px;
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 2;
}

.sri-inline-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
	margin-top: 7px;
    gap: 15px !important;
    width: 100% !important;
    text-decoration: none !important;
}

/* thumb design  */
.sri-inline-thumb {
    flex-shrink: 0 !important; 
	    
}

.sri-inline-thumb img {
	width: 120px !important;
    height: auto !important; 
    aspect-ratio: 16/9 !important; 
    object-fit: fixed !important;
    border-radius: 6px !important;
    margin: 0 !important;
    display: block !important;
}


.sri-inline-text {
    flex: 1 1 auto !important; 
    text-align: left !important; 
    min-width: 0 !important; 
}

.sri-inline-title {
    margin: 0 !important;
    font-size: 18px !important;
    color: #222222 !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    text-align: left !important;
}

.sri-inline-box:hover .sri-inline-title {
    color: #d0132b !important;
}

/* mobile responsive */
@media screen and (max-width: 768px) {
    .sri-inline-inner {
        flex-direction: row !important;
        align-items: center !important;
        gap: 12px !important;
    }
    
    .sri-inline-thumb img {
       width: 100px !important; 
        height: auto !important;
        aspect-ratio: 16/9 !important;
    }

    .sri-inline-title {
        font-size: 15px !important; 
    }
    
    .sri-inline-badge {
        left: 5px;
    }
}

h3 {
 display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}/* GeneratePress Site CSS */ 


.lwptoc_item_number {
    background-color: #efefff;
    border-radius: 50px;
    padding: 0px 5px 0px 5px;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

.lwptoc .lwptoc_i {
    border-radius: 10px;
}

blockquote {
    background: #fff;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    font-style: inherit;
    border-left: 7px solid #2457d8;
	border-radius: 10px;
    box-shadow: rgba(23, 43, 99, .1) 0 3px 10px;
    padding: 10px;
    margin: 0 0 1.5em;
}


.size-full {
    border-radius: 8px;
    margin-top: -22px;
    margin-bottom: -20px;
}

/* --- SRI Social Share Buttons CSS --- */


.sri-share-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0; 
    width: 100%;
}

/* two side line */
.sri-share-wrapper::before,
.sri-share-wrapper::after {
    content: '';
    flex-grow: 1; 
    height: 1px;
    background-color: #e5e5e5;
}

/* white pill box share  */
.sri-share-pill {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 8px 18px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); 
    margin: 0 20px;
    gap: 12px;
}

/* Share text */
.sri-share-text {
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-right: 5px;
    margin-left: 5px;
}

/* button style */
.sri-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding: 0;
}

.sri-share-btn:hover {
    transform: translateY(-3px); 
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

.sri-share-btn svg {
    display: block;
}

.sri-fb { background-color: #1877F2; }
.sri-wa { background-color: #25D366; }
.sri-tg { background-color: #0088cc; }
.sri-tw { background-color: #000000; } /* Twitter/X Black */
.sri-other { background-color: #FFB900; } /* Other Apps Yellow */

/* Mobile Responsive */
@media (max-width: 600px) {
    .sri-share-wrapper {
        margin: 30px 0;
    }
    .sri-share-pill {
        padding: 6px 12px;
        gap: 8px;
        margin: 0 10px;
    }
    .sri-share-btn {
        width: 34px;
        height: 34px;
    }
    .sri-share-text {
        font-size: 14px;
    }
    .sri-share-btn svg {
        width: 16px;
        height: 16px;
    }
}

/* Search Modal */
.search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999999;
    justify-content: center;
    align-items: flex-start;
	backdrop-filter: blur(5px);
}

.search-modal-content {
    background: white;
    padding: 80px 15px 15px 15px;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    max-width: 900px;
    margin: 0px auto 0;
    position: relative;
    display: flex;
    align-items: center;
	z-index: 9999999;
    animation: slide-down 0.3s ease-out;
}

@keyframes slide-down {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-down {
    animation: slide-down 0.3s ease-out;
}

/* Inline Search Icon */
.search-form {
    display: flex;
    align-items: center;
    position: relative;
	width: 100%;
}

.search-icon-ft {
    position: absolute;
    left: 10px;
    font-size: 16px;
    color: #666;
}

.search-form input {
    padding: 10px 10px 10px 10px; /* Add padding for the icon */
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.search-form button {
    padding: 10px 20px;
    margin-left: 10px;
    background: #333;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

span#close-search-modal {
    position: absolute;
	top: 10px;
    color: black;}



/* For larger devices (tablets and desktops), adjust the width */
@media (min-width: 768px) {
    #savePdfButton {
        width: auto; /* Adjust width to fit the content */
    }
}

/* --- SRI Sticky Sidebar CSS --- */

/* main container sticky */
.sri-sticky-sidebar-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 30px; 
    z-index: 10;
}

.sri-sidebar-news-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* every post layout  */
.sri-sidebar-item {
    display: flex;
    align-items: flex-start; 
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0; 
}

.sri-sidebar-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* image style  */
.sri-sb-thumb {
    flex-shrink: 0;
    width: 120px; 
    border-radius: 4px;
    overflow: hidden;
}

.sri-sb-thumb img {
    width: 100%;
    height: 75px; 
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.sri-sidebar-item:hover .sri-sb-thumb img {
    transform: scale(1.05); 
}


.sri-sb-content {
    flex-grow: 1;
}

.sri-sb-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.sri-sb-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sri-sb-title a:hover {
    color: #d32f2f; 
}

/* mobile Responsive */
@media (max-width: 768px) {
    .sri-sticky-sidebar-wrapper {
        position: static; /* sticky on Mobile */
    }
    .sri-sb-thumb {
        width: 100px; 
    }
    .sri-sb-thumb img {
        height: 65px;
    }
    .sri-sb-title {
        font-size: 15px;
    }
}

/* --- SRI Related Posts CSS --- */
.sri-related-wrapper {
    margin: 40px 0;
    
}

/* Header Styles */
.sri-related-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sri-related-icon {
    display: flex;
    align-items: center;
    color: #1a1a1a;
    margin-right: 10px;
}

.sri-related-title-text {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    white-space: nowrap; 
}

.sri-related-line {
    flex-grow: 1; 
    height: 1px;
    background-color: #e0e0e0;
    margin-left: 20px;
}

/* Grid Layout */
.sri-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Individual Post Item */
.sri-related-item {
    transition: transform 0.3s ease;
}

.sri-related-item:hover {
    transform: translateY(-3px); 
}

.sri-related-link {
    text-decoration: none;
    display: block;
}

/* Thumbnail */
.sri-related-thumb {
    width: 100%;
    aspect-ratio: 16 / 9; 
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px;
}

.sri-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
    transition: transform 0.3s ease;
}

.sri-related-item:hover .sri-related-thumb img {
    transform: scale(1.05); 
}

/* Post Title */
.sri-related-post-title {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    color: #222;
    margin: 0;
    transition: color 0.2s ease;
}

.sri-related-item:hover .sri-related-post-title {
    color: #d32f2f; 
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .sri-related-grid {
        grid-template-columns: 1fr; 
        gap: 25px;
    }
    .sri-related-title-text {
        font-size: 20px;
    }
}

/* --- SRI Web Stories Section CSS --- */
.sri-stories-wrapper {
    margin: 40px 0;
    overflow: hidden; 
}

/* Header Styles */

.sri-stories-title {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sri-stories-more-btn {
    background-color: red; 
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.sri-stories-more-btn:hover {
    background-color: red;
    color: White;
}

/* Scroll Container (Native CSS Slider) */
.sri-stories-scroll-container {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory; 
    padding-bottom: 15px; 
    scrollbar-width: none; 
}

.sri-stories-scroll-container::-webkit-scrollbar {
    display: none; /* Chrome/Safari hide scroll bar  */
}

/* Individual Story Card */
.sri-story-card {
    flex: 0 0 calc(16.66% - 15px); 
    min-width: 160px; 
    aspect-ratio: 3 / 4.5; 
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start; 
    transition: transform 0.3s ease;
}

.sri-story-card:hover {
    transform: translateY(-5px);
}

.sri-story-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Background Image */
.sri-story-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sri-story-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Gradient Overlay */
.sri-story-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 100%);
}

/* Text inside Card */
.sri-story-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5); 
}

/* Responsive Design */
@media (max-width: 1024px) {
    .sri-story-card {
        flex: 0 0 calc(25% - 15px); 
    }
}

@media (max-width: 768px) {
    .sri-story-card {
        flex: 0 0 calc(40% - 15px); 
        min-width: 140px;
    }
    .sri-stories-title {
        font-size: 18px;
    }
    .sri-story-text {
        font-size: 13px;
    }
}

/* --- SRI Light Premium Footer CSS --- */

.sri-footer-light-area {
    background-color: #f8fafc; /* Whitish Background */
    color: #475569; /* Slate Gray Text */
    padding-top: 60px;
    margin-top: 50px;
    border-top: 1px solid #e2e8f0;
}

.sri-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sri-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr; 
    gap: 30px;
    margin-bottom: 40px;
}

/* 1. About Section */
.sri-footer-logo img {
    height: 50px;
    width: auto;
    margin-bottom: 20px;
    display: block;
}

.sri-footer-desc {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #475569;
}

/* 2. Custom Follow Us Widget (From Image) */
.sri-widget-title {
    color: #0f172a; /* Dark text for title */
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 25px;
	position: relative;
    padding-bottom: 10px;
}

.sri-widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #e11d48; /* bottom title red line */
    border-radius: 2px;
}
.sri-follow-card {
    background-color: default; 
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #333;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.sri-follow-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.sri-follow-icon {
    color: Black;
}

.sri-follow-text h5 {
    color: Black;
    font-size: 17px;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.sri-follow-text p {
    color: darkgray;
    font-size: 13px;
    margin: 0;
}

.sri-btn-join-now {
    background-color: #16a34a; /* WhatsApp Green */
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.sri-btn-join-now:hover {
    background-color: #15803d;
    color: #ffffff;
}

/* Square Social Icons */
.sri-social-squares {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.sri-sq-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.sri-sq-icon:hover {
    transform: translateY(-4px);
    color: #ffffff;
}

.sri-bg-fb { background-color: #1877F2; }
.sri-bg-x { background-color: #000000; }
.sri-bg-ig { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.sri-bg-yt { background-color: #FF0000; }
.sri-bg-rss { background-color: #d97700; } /* Mustard/Orange like the image */

/* 3. Footer Links */
.sri-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sri-footer-links li {
    margin-bottom: 12px;
}

.sri-footer-links a {
    color: #475569;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
}

.sri-footer-links a:hover {
    color: #d32f2f; 
    padding-left: 5px;
}

/* Bottom Copyright Bar */
.sri-footer-bottom {
    background-color: #f1f5f9; 
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #e2e8f0;
}

.sri-footer-bottom p {
    margin: 0;
    color: #64748b;
}

.sri-footer-bottom a {
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
}

.sri-footer-bottom a:hover {
    color: #d32f2f;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .sri-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .sri-footer-grid {
        grid-template-columns: 1fr; 
        gap: 40px;
    }
    .sri-footer-logo img {
        height: 40px;
    }
}


/* scroll container */
.sri-yt-scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 15px;
    margin: 30px 0;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}

/* custom scroll Bar */
.sri-yt-scroll-container::-webkit-scrollbar {
    height: 8px;
}

.sri-yt-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.sri-yt-scroll-container::-webkit-scrollbar-thumb {
    background: #ff0000; 
    border-radius: 4px;
}

/* Every video box */
.sri-yt-video-item {
    flex: 0 0 auto;
    width: 300px; 
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    scroll-snap-align: start;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border: 1px solid #eee;
}

/* responsive iframe */
.sri-yt-iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.sri-yt-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Video title */
.sri-yt-title {
    font-size: 15px;
    line-height: 1.4;
    margin: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sri-yt-title a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.sri-yt-title a:hover {
    color: #cecaca;
}

/* --- SRI Breaking News Ticker CSS --- */

.sri-ticker-wrapper {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #e11d48; 
    border-radius: 4px;
    margin: 40px 30px 0;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* Red Lable Box */
.sri-ticker-label {
    background-color: #e11d48; 
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    z-index: 2;
    position: relative;
}

/* Live Blinking Dot Animation*/
.sri-blink-dot {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 8px;
    animation: sri-blink 1.2s infinite ease-in-out;
}

@keyframes sri-blink {
    0% { opacity: 1; }
    50% { opacity: 0.2; }
    100% { opacity: 1; }
}

/* scrolling content area */
.sri-ticker-content {
    flex-grow: 1;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.sri-ticker-content marquee {
    padding-top: 4px; /* center the text */
}

/* news link */
.sri-ticker-link {
    color: #1e293b;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sri-ticker-link:hover {
    color: #e11d48;
    text-decoration: underline;
}

/* gap between two news title */
.sri-ticker-sep {
    color: #e11d48;
    margin: 0 20px;
    font-size: 14px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .sri-ticker-wrapper {
        flex-direction: column; 
        align-items: stretch;
    }
    .sri-ticker-label {
        justify-content: center; 
    }
    .sri-ticker-content {
        padding: 8px 10px;
    }
    .sri-ticker-link {
        font-size: 15px;
    }
}

