* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.video-frame {
    width: 100%;
}

form.logout {
    margin: 0;
    padding: 0;
    width: 80px;
}

    form.logout button {
        border: none;
        background-color: #fff;
        color: #eb0254 !important;
    }

.comment-form .form-control {
    padding-left: 15px;
}

.card {
    margin-top: 25px;
}

    .card a {
        height: 55px;
        background-color: #eee;
        border: 1px solid #ddd;
    }

        .card a:hover {
            background-color: #ddd;
        }

.hidden {
    display: none !important;
}

.nav-logo {
    padding: 5px 15px !important;
}

.rightSidebar {
    padding-left: 0.85rem;
}

    .rightSidebar article {
        margin-bottom: 0.625rem;
    }

.fulclip {
    margin-top: 25px;
    background: #fff url("/images/header_bg.png") no-repeat top !important;
}

.top-header {
    height: 90px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.news-ticker a {
    color: #fff
}

.news-ticker a:hover {
        color: #ff0000
}

a:hover {
    color: #ff0000;
    text-decoration: none
}

/*.post-inner-2 .filter-nav ul a:hover,
.post-inner-2 .filter-nav ul a.active,
.post-inner-2 article:hover h3 a,
.grid-item:hover h5 a,
.post-inner-2 .post-footer .more-btn:hover,
.post-inner-2 .post-footer .social i:hover {
    color: #ff0000 !important;
}*/

.hero {
    background-color: #ff0000;
    border-radius: 6px;
    /*    column-gap: 1rem;*/
    margin-top: 1.25rem;
    width: 100%;
}

.hero-br {
    /*    border: 1px solid green;*/
    padding: 0;
    margin: 0;
}

    .hero-br > div:nth-child(1) {
        display: flex;
    }

    .hero-br > div:nth-child(2) {
        border-left: 1px solid #ff0000;
        padding-left: 0.85rem;
    }

        .hero-br > div:nth-child(2) > div:nth-child(1) {
            border-bottom: 1px solid #ff0000;
            padding-bottom: 0.25rem;
            /*    margin-left: 8px;*/
        }

    .hero-br img {
        /*    object-fit: contain;*/
        /*    min-width: 100%;*/
        /*    width: 170px;*/
        /*    padding-right: 0.875rem;*/
        /*    position: relative;*/
    }

.hero-br-content {
    padding: 5px 0.6rem;
    /*        padding-top: 10px;*/
    /*        padding-bottom: 10px;*/
}

    .hero-br-content h4, .hero-bl-content h4 {
        font-size: 1rem;
        padding: 0;
        margin: 0;
        color: #eee;
        /*    padding-left: 4px;*/
        /*    width:85%;*/
    }

    .hero-br-content span {
        color: #000;
        font-size: 0.75rem;
        /*        font-weight: lighter;*/
    }

    .hero-br-content p, .hero-bl p {
        padding-top: 0.5rem;
        font-size: 0.8rem;
        color: #eee;
    }

.hero-br-img-text {
    position: absolute;
    bottom: 15%;
    right: 39%;
    color: #fff;
    font-size: 1.5rem;
    width: 10%;
    font-weight: bolder;
    letter-spacing: 1.5px;
    line-height: 1.2;
}

.hero-tr {
    border: 1px solid green;
}

.hero-tr-content {
    /*    width: 80%;*/
}

.hero-tr-img > img {
    position: relative;
}

.hero-tr-img img {
    width: 100%;
}

.hero-tr-img span {
    position: absolute;
    bottom: 10%;
    left: 10%
}

.hero-bl * {
    /*    border: 1px solid blue;*/
    /*    margin: 0;
    padding: 0;*/
}

.hero-bl {
    padding: 0 0.65rem;
}

.hero-bl-image {
    /*    object-fit: contain;*/
}

.hero-bl-content {
    /*    width: 75%;*/
    padding: 0 0.25rem;
}

.hero-bl-image > img {
    /*        object-fit: cover;*/
    /*        width: 100%;*/
    /*        object-position: center;*/
}

.hero-bl-content h5 {
    font-size: 0.85rem;
}

.hero-bl p {
    font-size: 0.65rem;
}

.hero-tl {
    position: relative;
    border: 1px solid purple;
    margin: 0;
    padding: 0;
}

.hero-tl-content {
    position: absolute;
    color: #fff;
    top: 63%;
    left: 0px;
    padding: 0.65rem 1.25rem 0rem 0.5rem;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0,0,0;
    height: 100%;
}

.masonry-slider img {
    width: 10%;
}

.hero-tl-content a, .hero-tl-content li, .hero-tl-content > .authar-info li .editor-name {
    color: #eee;
}

.nav-bg {
    background-color: #ff0000;
    color: #fff;
}

    .nav-bg a {
        color: #fff;
    }

.nav-item a.nav-link {
    /*    border: 4px solid red;*/
}

li.nav-item a.active {
    background-color: black !important;
    color: #fff !important;
}


.nav-bg a:hover {
    background-color: #000;
    color: #fff;
}

.missed-it {
    background: url("/images/section_bg.png") #000;
    background-repeat: round;
    border-radius: 1rem;
    padding: 1.5rem;
    color: #eee;
}

    .missed-it h5, .missed-it h6 {
        color: #eee;
    }

    .missed-it .news-title, .missed-it p {
        font-size: 0.7rem;
        margin: 0 0 0.25rem;
        line-height: 1.2;
        color: #eee;
    }

    .missed-it-card a {
        color: #eee;
    }
    .missed-it a:hover {
        /*        color: #ff0000;*/
    }

.missed-it-img1 {
    object-fit: cover;
    width: 100%;
    padding: 0 0 0.65rem;
}

.missed-it-card {
    padding: 0.35rem 0 0.45rem;
    border-bottom: 1px solid #aa9;
}

    .missed-it-card:nth-last-child(1) {
        border-bottom: 0;
    }

    .missed-it-card > div:nth-child(1) {
        padding: 0;
    }


img.missed-it-section-post-img {
    display: flex;
    width: 100%;
    height: 50px;
    object-fit: cover;
    object-position: top;
    border-radius: 4px;
}

.more-headlines-section .hr-lines:after {
    width: 75%;
}

.more-headlines div:nth-child(2) {
    /*    display:flex;
    flex-direction: column;
    justify-content: center;*/
}

.more-headlines .news-title {
    font-size: 0.825rem;
    line-height: 1.2;
    margin: 0 0 0.5rem;
}

.more-headlines li {
    /*    font-size: 0.325rem;*/
}

.more-headlines img.missed-it-section-post-img {
    display: flex;
    width: 100%;
    height: 60px;
    object-fit: cover;
    object-position: top;
    border-radius: 6px;
}

.view-all {
    color: #fff;
    background-color: #ff0000;
    text-decoration: none;
}

.panel_header h4 {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}

.home-seven .post-head, .home-seven .panel_header, .home-nine .post-head, .home-nine .panel_header {
    padding: 0 0 0.65rem;
    border-bottom: 1px solid #ddd;
}

.home-seven .panel_body, .home-nine .panel_body {
    padding: 0.625rem 0 0 !important;
}

.navbar-expand-lg .navbar-nav .nav-item {
    border: 0;
}

    .navbar-expand-lg .navbar-nav .nav-item:nth-last-child(1) {
        border: 0;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.85rem 1.625rem;
}

.navbar-collapse {
    background-color: #ff0000;
}



/* Latest News Custom CSS */
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f8f9fa;
}

.news-section {
    background-color: white;
    /*    border-radius: 5px;*/
    /*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
    overflow: hidden;
}

.news-header {
    padding: 15px 5px;
    margin: 0;
    font-size: 1.25rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-all-header-btn {
    background-color: rgba(255, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .view-all-header-btn:hover {
        background-color: rgba(255, 0, 0, 0.3);
/*background-color:green;*/
        color: white;
        text-decoration: none;
    }

.news-article {
    padding: 15px 1.25rem;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.2s ease;
}

    .news-article:last-child {
        border-bottom: none;
    }

    .news-article:hover {
        background-color: #f8f9fa;
    }

/* Desktop Layout - Equal width content and image */
.news-image-desktop {
    width: 100%;
    /*    height: 120px;*/
    object-fit: cover;
    border-radius: 6px;
}

/* Mobile Layout - Image on top */
.news-image-mobile {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 15px;
}

.latest-news-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    /*    justify-content: center;*/
}

.news-meta {
    margin-bottom: 8px;
}

.category-tag {
    background-color: #ff0000;
    color: white;
    font-size: 10px;
    padding: 4px 9px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}

.time-ago {
    color: #6c757d;
    font-size: 11px;
    margin-left: 10px;
}

.news-title {
    font-size: 1rem;
    font-weight: bold;
    color: #212529;
    /*color: #eee;*/
    margin-bottom: 10px;
    line-height: 1.3;
    text-decoration: none;
    display: block;
}

    .news-title:hover {
        color: #dc3545;
        text-decoration: none;
    }

.news-excerpt {
    font-size: 13px;
    color: #6c757d;
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more {
    color: #dc3545;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    /*    margin-top: auto;*/
}

    .read-more:hover {
        color: #c82333;
        text-decoration: underline;
    }

.view-all-btn {
    background-color: #ff0000;
    border: none;
    border-radius: 6px;
    color: white;
    padding: 12px;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

    .view-all-btn:hover {
        background-color: #c82333;
        color: #fff;
    }

/* Trending Headlines Sidebar Styles */
.trending-item {
    padding: 0.6rem 0.15rem;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.2s ease;
}

    .trending-item:last-child {
        border-bottom: none;
    }

    .trending-item:hover {
        background-color: #f8f9fa;
    }

.trending-image {
    width: 60px;
    height: 45px;
    object-fit: cover;
    border-radius: 3px;
    flex-shrink: 0;
}

.trending-content {
    flex: 1;
    min-width: 0;
}

.trending-title {
    font-size: 13px;
    font-weight: 600;
    color: #212529;
    line-height: 1.3;
    margin-bottom: 4px;
    text-decoration: none;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .trending-title:hover {
        color: #dc3545;
        text-decoration: none;
    }

.trending-meta {
    font-size: 9px;
    color: #6c757d;
    display: flex;
    justify-content: space-between;
}

.trending-category {
    background-color: #6c757d;
    color: white;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 8px;
}

/*hmmm*/

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f8f9fa;
}



.header-section {
    border-radius: 5px;
    /*        box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
    overflow: hidden;
}



/* Left Column Styles */
.left-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



/* Main Carousel Styles */
.main-carousel {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.carousel-item {
    height: 300px;
    position: relative;
}



.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.carousel-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 20px 15px 15px;
}



.carousel-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
    line-height: 1.2;
    margin-bottom: 8px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

    .carousel-title a, .bottom-left-title a, .bottom-story-title a {
        color: #eee;
    }

        .carousel-title a:hover, .bottom-left-title a:hover {
            color: #ff0000;
        }



.carousel-meta {
    font-size: 11px;
    opacity: 0.9;
/*    color: #000;*/
}



.carousel-author {
    color: #ffc107;
    font-weight: 600;
}



/* Bottom Left Story */
.bottom-left-story {
    height: 100px;
    position: relative;
}

.bottom-left-title {
/*      font-size: 10px;*/
/*    font-weight: bold;*/
    line-height: 1.5;
    margin-bottom: 5px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}



.bottom-left-meta {
    font-size: 10px;
    opacity: 0.95;
}



/* Right Column Styles */
.right-column {
    display: flex;
    flex-direction: column;
}



/* Top Right Story */
.top-right-story {
    height: 250px;
    display: flex;
    background-color: #000;
}



.top-right-image {
    width: 53%;
    height: 100%;
    object-fit: cover;
}



.top-right-content {
    width: 47%;
    background-color: #000;
    color: white;
    padding: 10px;
    display: flex;
    flex-direction: column;
/*    justify-content: space-between;*/
    overflow: hidden;
}



.top-right-title {
    font-size: 1rem;
    color: #f00 !important;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 4px;
}

    .top-right-title a {
        color: #ff0000;
    }

    .top-right-title a:hover {
        color: #eee;
    }



    .top-right-content p {
        font-size: 0.75rem;
        line-height: 1.4;
        opacity: 0.9;
        flex-grow: 1;
        color: #eee;
    }



.top-right-meta {
    font-size: 10px;
    opacity: 0.8;
    margin-bottom: 10px;
/*    margin-top: 10px;*/
}



/* Bottom Right Section */
.bottom-right-section {
    height: 150px;
    display: flex;
}



/* Right Bottom Stories */
.right-bottom-stories {
    width: 100%;
    display: flex;
    flex-direction: column;
}



.bottom-story {
    flex: 1;
    display: flex;
}



    .bottom-story:last-child {
        border-bottom: none;
    }



.bottom-story-image {
    width: 30%;
    height: 100%;
    padding-right: 0.5rem;
    object-fit: fill;
    border-right: 2px solid #e9ecef;
}

.bottom-story-title {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.bottom-story-title a:hover {
    color: #000;
}

.bottom-story-title:hover {
    /*    cursor:pointer;*/
}



.bottom-story-excerpt {
    font-size: 10px;
    line-height: 1.2;
    opacity: 0.9;
    flex-grow: 1;
}



/* Responsive Design */
@media (max-width: 991.98px) {
    .left-column {
        border-right: none;
        border-bottom: 2px solid #e9ecef;
        margin-bottom: 15px;
    }



    .main-carousel {
        height: 200px;
    }



    .carousel-item {
        height: 200px;
    }



    .bottom-left-story {
        height: 120px;
    }



    .top-right-story {
        height: 200px;
    }



    .bottom-right-section {
        height: 120px;
    }

    .custom-navbar {
        background-color: transparent;
        padding-left: 0.5rem;
    }
}



@media (max-width: 767.98px) {
    .main-carousel {
        height: 180px;
        margin-bottom: 10px;
    }

    .carousel-item {
        height: 180px;
    }

    .bottom-left-story {
        height: 100px;
    }

    .top-right-story {
        flex-direction: column;
        height: auto;
    }

    .top-right-image {
        width: 100%;
        height: 150px;
    }

    .top-right-content {
        width: 100%;
    }

    .bottom-right-section {
        flex-direction: column;
        height: auto;
    }

    .balloon-story {
        width: 100%;
        height: 80px;
        border-right: none;
    }

    .right-bottom-stories {
        width: 100%;
    }

    .bottom-story {
        height: 60px;
    }
}

/* Desktop specific styles */
@media (min-width: 768px) {
    .desktop-layout {
        min-height: 120px;
    }

    .news-excerpt {
        -webkit-line-clamp: 3;
    }
}

/* Mobile specific styles */
@media (max-width: 767.98px) {
    .news-article {
        padding: 15px;
    }

    .news-title {
        font-size: 15px;
    }

    .news-excerpt {
        font-size: 12px;
        -webkit-line-clamp: 3;
    }

    .mobile-layout .news-image-mobile {
        height: 200px;
    }

    .trending-item {
        padding: 10px 12px;
    }

    .trending-image {
        width: 70px;
        height: 60px;
    }

    .trending-title {
        font-size: 12px;
    }
}

/* Small mobile adjustments */
@media (max-width: 576px) {
    .news-header {
        padding: 10px 15px;
        font-size: 16px;
    }

    .news-article {
        padding: 12px 15px;
    }

    .view-all-header-btn {
        font-size: 10px;
        padding: 3px 8px;
    }
}

/* Newstrickster */

#newstricker {
    padding-left: 0px;
    padding-right: 0px;
}

.newstricker_inner {
    padding: 0 0 0 130px;
}

.custom-navbar {
    border: 0px;
}

.news-ticker-next, .news-ticker-prev,
.post-button-next, .post-button-prev,
.post-button-two-next, .post-button-two-prev,
.post-button-three-next, .post-button-three-prev,
.popular-post-button-next, .popular-post-button-prev,
.related-button-prev, .related-button-next {
    border-color: #fff;
    color: #ff0000;
    background-color: #000 !important;
}

.sub-footer .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}

.bg-red {
    background-color: #ff0000 !important;
}

.text-red {
    color: #ff0000 !important;
}

.btn-news {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.trending {
    background-color: #ff0000;
}

    .trending::after {
        border-left: 8px solid #ff0000;
    }

.hero article {
    margin-bottom: 0px;
}

.carousel-title {
    color: #fff;
}

.hr-lines {
    position: relative;
    /*    max-width: 500px;*/
    margin: 0px auto;
}

    .hr-lines:after {
        content: " ";
        height: 2px;
        width: 80%;
        background: red;
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 10%;
    }

/* Small mobile adjustments */
@media (max-width: 576px) {
    .hr-lines:after, .more-headlines .hr-lines:after {
        content: " ";
        height: 2px;
        width: 97%;
        background: red;
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
    }

    .more-headlines-section .hr-lines:after {
        width: 100%;
    }
}

.back-top {
    background-color: #ff0000;
}

/* Weather & Time Section */
.weather-time-section {
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
}

.weather-widget {
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    /*    padding: 0.5rem 0.325rem;*/
    /*    border-radius: 20px;*/
}

.weather-icon {
    font-size: 1rem;
    color: #ffc107;
}

.weather-temp {
    font-size: 0.95rem;
    font-weight: bold;
    color: #eee;
}

.weather-location {
    font-size: 12px;
    color: #adb5bd;
}

.time-widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0 8px;
    /*    border-radius: 10px;*/
    /*    min-width: 120px;*/
}

.current-time {
    font-size: 0.7rem;
    font-weight: bold;
    color: #fff;
    font-family: 'Courier New', monospace;
}

.current-date {
    font-size: 0.7rem;
    color: #fff;
    margin-top: 2px;
}

.content-page {
    background-color: #fff !important;
    /*        height: 450px;*/
    margin-top: 10px;
    width: 100%;
}

/*TOS*/
.policy-container {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin: 30px 0;
    padding: 40px;
}

.policy-header {
    border-bottom: 3px solid #ff0000;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.policy-title {
    color: #212529;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.policy-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.policy-section {
    margin-bottom: 30px;
}

.section-title {
    color: #ff0000;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    border-left: 4px solid #ff0000;
    padding-left: 15px;
}

.section-content {
    color: #495057;
    font-size: 1rem;
    margin-bottom: 15px;
}

.highlight-box {
    background-color: #f8f9fa;
    border-left: 4px solid #ff0000;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0 5px 5px 0;
}

.data-table {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.contact-info {
    background-color: #ff0000;
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
    border: none;
}

.breadcrumb-item a {
    color: #222;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">>");
}

/*News*/
.article-meta {
    margin-bottom: 15px;
/*    padding-bottom: 15px;*/
    border-bottom: 2px solid #ff0000 /*#e9ecef*/;
}

.news-page > .authar-info {
    margin-bottom: 10px;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    margin-right: 12px;
}

.author-info {
    flex-grow: 1;
}

.author-name {
    font-weight: bold;
    color: #212529;
    margin-bottom: 2px;
}

.article-date {
    font-size: 12px;
    color: #6c757d;
}

/* Social Sharing */
.social-sharing {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 25px;
    padding: 15px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.social-btn {
    width: 20%;
    height: 3.5rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: transform 0.4s ease;
}

    .social-btn:hover {
        transform: translateY(-2px);
        color: white;
    }

.social-twitter {
    background-color: #000000;
    font-size: 1.5rem;
}

.social-linkedin {
    background-color: #0077b5;
    font-size: 1.5rem;
}

.social-reddit {
    background-color: #ff4500;
    font-size: 1.5rem;
}

.social-facebook {
    background-color: #1877f2;
    font-size: 1.5rem;
}

.social-whatsapp {
    background-color: #25d366;
    font-size: 1.5rem;
}

.social-telegram {
    background-color: #1ed1e2;
    font-size: 1.5rem;
}

/* Related Articles */
.related-articles-section {
    border-color: #ff0000;
}

/* Related News */
.related-news {
    background-color: #000;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 25px;
    margin-top: 30px;
    border-left: 6px solid #ff0000;
}

.related-title {
    color: #ff0000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.related-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
    text-decoration: none;
    color: #495057;
}

    .related-item:last-child {
        border-bottom: none;
    }

    .related-item:hover {
        color: #ff0000;
    }

.related-icon {
    color: #dc3545;
    margin-right: 10px;
    font-size: 12px;
}

/* Side Content */
.most-viewed .content li {
    padding: 10px 0;
}


    @media (max-width: 768px) {
        .policy-container {
            padding: 20px;
            margin: 15px 0;
        }

        .policy-title {
            font-size: 2rem;
        }
    }


/* Social Media Section */
.social-media-section {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 0.825rem;
    margin-bottom: 30px;
}

.social-media-title {
    color: #dc3545;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dc3545;
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.social-link {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .social-link:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        color: white;
    }

    .social-link i {
        font-size: 18px;
        margin-right: 8px;
    }

    /* Individual Social Platform Colors */
    .social-link.facebook {
        background: linear-gradient(135deg, #1877f2 0%, #42a5f5 100%);
    }

    .social-link.twitter {
/*        background: linear-gradient(135deg, #1da1f2 0%, #64b5f6 100%);*/
        background: linear-gradient(135deg, #000000 0%, #000000 100%);
    }

    .social-link.instagram {
        background: linear-gradient(135deg, #e1306c 0%, #f56040 50%, #fccc63 100%);
    }

    .social-link.youtube {
        background: linear-gradient(135deg, #ff0000 0%, #ff5722 100%);
    }

    .social-link.linkedin {
        background: linear-gradient(135deg, #0077b5 0%, #0288d1 100%);
    }

    .social-link.tiktok {
        background: linear-gradient(135deg, #000000 0%, #ff0050 50%, #00f2ea 100%);
    }

/* Follower Count */
.follower-count {
    font-size: 11px;
    opacity: 0.9;
    margin-top: 2px;
}

/* Follow Us CTA */
.follow-cta {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    margin-top: 15px;
}

    .follow-cta h5 {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .follow-cta p {
        margin-bottom: 0;
        font-size: 12px;
        opacity: 0.9;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .article-title {
        font-size: 1.8rem;
    }

    .article-container {
        padding: 20px;
    }

    .featured-image {
        height: 250px;
    }

    .social-sharing {
        justify-content: center;
    }

    .suggested-item {
        flex-direction: column;
    }

    .suggested-image {
        width: 100%;
        height: 120px;
    }

    .social-links-grid {
        grid-template-columns: 1fr;
    }
}
