/* TN24 — Social icon & header fixes */

/* ── Social links ── */
.tn24-top-social a, .top_hdr_social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 14px;
    transition: background .2s;
    text-decoration: none;
}
.tn24-top-social a:hover, .top_hdr_social a:hover {
    background: rgba(255,255,255,0.3);
}
.tn24-top-social a i, .top_hdr_social a i {
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free" !important;
    font-style: normal;
    line-height: 1;
}
.tn24-top-social a.twitter img,
.top_hdr_social a.twitter img {
    filter: brightness(0) invert(1);
}

/* ── Breaking news ticker — single line ── */
#tn24SiteHeader .scrrol_section {
    overflow: hidden !important;
}
#tn24SiteHeader .scrool {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    height: 44px !important;
    overflow: hidden !important;
}
#tn24SiteHeader .scrool_1,
#tn24SiteHeader .col-md-2.scrool_1 {
    flex: 0 0 auto !important;
    width: auto !important;
    height: 44px !important;
    line-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    font-size: .95rem !important;
    padding: 0 .75rem !important;
    white-space: nowrap !important;
}
#tn24SiteHeader .scrool_2,
#tn24SiteHeader .col-md-10.scrool_2 {
    flex: 1 1 auto !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 44px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 .5rem !important;
    min-height: unset !important;
}
#tn24SiteHeader .scrool_2 marquee {
    display: block !important;
    width: 100% !important;
    height: 44px !important;
    line-height: 44px !important;
    font-size: .95rem !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}
#tn24SiteHeader .scrool_2 marquee a {
    white-space: nowrap !important;
    line-height: 44px !important;
    display: inline !important;
}
