/*
Theme Name: 24Urdu News Style
Theme URI: https://abs24news.com/
Description: ABS24 News is a trusted Urdu news website providing the latest news, breaking news, Pakistan news, international news, politics, business, sports, technology, and important national and global updates.
Author: ABS24 News
Author URI: https://abs24news.com/
Version: 1.0.2
Text Domain: abs24news
*/

/* ======================================================
CUSTOM URDU FONTS
====================================================== */

@import url('https://fonts.googleapis.com/css2?family=Gulzar&family=Noto+Nastaliq+Urdu:wght@400;600;700&display=swap');

/* ======================================================
GLOBAL RESET
====================================================== */

*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}

/* ======================================================
BODY
====================================================== */

body {
direction: rtl;
text-align: right;
font-family: 'Jameel Noori Nastaleeq', 'Noto Nastaliq Urdu', 'Urdu Typesetting', Arial, sans-serif;
background-color: #ffffff;
color: #111111;
font-size: 19px;
line-height: 2.4;
-webkit-font-smoothing: antialiased;
}

a {
text-decoration: none;
color: inherit;
}

img {
max-width: 100%;
}

/* ======================================================
HEADINGS
====================================================== */

h1,
h2,
h3,
h4,
.single-post-title,
.site-title-logo a {
font-family: 'Jameel Noori Nastaleeq', 'Gulzar', 'Noto Nastaliq Urdu', serif;
font-weight: 700;
color: #111111;
}

/* ======================================================
CONTAINER
====================================================== */

.container {
width: 100%;
max-width: 1240px;
margin: 0 auto;
padding: 0 15px;
}

/* ======================================================
TOP BAR
====================================================== */

.top-bar {
background-color: #0d0d0d;
color: #fff;
padding: 6px 0;
font-size: 14px;
}

.top-bar-flex {
display: flex;
justify-content: space-between;
align-items: center;
}

/* ======================================================
MAIN HEADER
====================================================== */

.main-header {
background: #ffffff;
padding: 12px 0;
border-bottom: 1px solid #eee;
}

.header-flex {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row-reverse;
}

.site-title-logo {
margin: 0;
}

.site-title-logo .custom-logo-link,
.site-title-logo a {
display: inline-block;
}

.site-title-logo img.custom-logo,
.site-title-logo img {
max-height: 55px;
width: auto;
display: block;
}

.site-title-logo h1 a {
font-size: 32px;
color: #cc0000;
line-height: 1.2;
}

/* ======================================================
NAVIGATION
====================================================== */

.main-nav {
background-color: #cc0000;
}

.main-nav ul {
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin: 0;
padding: 0;
}

.main-nav ul li {
list-style: none;
}

.main-nav ul li a {
display: block;
color: #fff;
padding: 10px 20px;
font-size: 22px;
font-weight: 700;
line-height: 1.8;
transition: background-color 0.3s ease;
}

.main-nav ul li a:hover {
background-color: #990000;
}

/* ======================================================
BREAKING NEWS TICKER
====================================================== */

.ticker-wrap {
background: #ffffff;
margin: 15px auto;
display: flex;
border: 1px solid #e0e0e0;
align-items: center;
flex-direction: row-reverse;
}

.ticker-title {
background: #cc0000;
color: #fff;
padding: 8px 20px;
font-weight: 700;
font-size: 19px;
white-space: nowrap;
}

.ticker-text {
padding: 6px 15px;
width: 100%;
}

.ticker-text a {
font-size: 19px;
color: #222;
}

/* ======================================================
DEFAULT NEWS LAYOUT
====================================================== */

.news-layout {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 20px;
margin-top: 20px;
}

/* ======================================================
MAIN STORY
====================================================== */

.main-story {
background: #ffffff;
padding: 15px;
border: 1px solid #e0e0e0;
margin-bottom: 20px;
}

.main-story img {
width: 100%;
height: auto;
border-radius: 4px;
}

.main-story h2 {
font-size: 28px;
line-height: 1.8;
margin-top: 10px;
color: #111;
}

/* ======================================================
SIDEBAR
====================================================== */

.sidebar-box {
background: #ffffff;
padding: 15px;
border: 1px solid #e0e0e0;
}

.sidebar-box h3 {
border-bottom: 2.5px solid #cc0000;
padding-bottom: 6px;
margin-bottom: 15px;
color: #cc0000;
font-size: 24px;
font-weight: 700;
}

.side-post-item {
padding: 12px 0;
border-bottom: 1px solid #eee;
}

.side-post-item:last-child {
border-bottom: none;
}

.side-post-item h4 a {
font-size: 20px;
line-height: 2.1;
color: #111;
}

.side-post-item h4 a:hover {
color: #cc0000;
}

/* ======================================================
SINGLE POST
====================================================== */

.single-post-title {
font-size: 36px;
line-height: 1.7;
color: #111;
margin-bottom: 12px;
}

.post-meta-info {
font-size: 15px;
color: #555;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
margin-bottom: 18px;
}

.single-featured-image {
margin-bottom: 25px;
}

.single-featured-image img {
display: block;
width: 100%;
height: auto;
border-radius: 5px;
margin-bottom: 0 !important;
}

.featured-image-caption {
background-color: #fcfcfc;
color: #555555;
font-size: 16px;
padding: 8px 14px;
text-align: center;
line-height: 1.8;
margin-top: 0 !important;
border-top: none;
border-bottom: 1.5px solid #e0e0e0;
}

.post-full-content {
font-size: 22px;
line-height: 2.5;
color: #111;
}

.post-full-content p {
margin-bottom: 18px;
}

.post-categories-list {
margin-top: 25px;
padding-top: 15px;
border-top: 1px solid #eee;
font-size: 17px;
}

/* ======================================================
CATEGORY PAGE
====================================================== */

.category-header-box {
background: #ffffff;
padding: 15px;
border-bottom: 3px solid #cc0000;
margin-bottom: 20px;
}

.category-page-title {
font-size: 30px;
color: #cc0000;
margin: 0;
}

.category-post-card {
background: #ffffff;
border: 1px solid #e0e0e0;
padding: 15px;
margin-bottom: 20px;
display: flex;
gap: 15px;
align-items: center;
}

.cat-post-thumb {
width: 35%;
flex-shrink: 0;
}

.cat-post-thumb img {
width: 100%;
height: auto;
border-radius: 4px;
display: block;
}

.cat-post-details {
width: 65%;
}

.cat-post-title {
font-size: 24px;
line-height: 1.7;
margin-bottom: 6px;
}

.cat-post-title a {
color: #111;
}

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

.cat-post-meta {
font-size: 14px;
color: #666;
margin-bottom: 8px;
}

.cat-post-excerpt {
font-size: 18px;
color: #333;
line-height: 2.1;
}

/* ======================================================
PAGINATION
====================================================== */

.category-pagination {
margin-top: 25px;
text-align: center;
}

.category-pagination .page-numbers {
display: inline-block;
padding: 8px 16px;
background: #ffffff;
border: 1px solid #ccc;
color: #222;
margin: 0 3px;
border-radius: 3px;
font-size: 16px;
}

.category-pagination .page-numbers.current {
background: #cc0000;
color: #fff;
border-color: #cc0000;
}

/* ======================================================
SOCIAL SHARE
====================================================== */

.social-share-box {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 20px;
padding: 12px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
flex-wrap: wrap;
}

.share-label {
font-weight: bold;
font-size: 16px;
margin-left: 5px;
}

.share-btn {
padding: 5px 14px;
color: #fff !important;
border-radius: 4px;
font-size: 14px;
font-weight: bold;
display: inline-block;
}

.share-btn.whatsapp {
background-color: #25D366;
}

.share-btn.facebook {
background-color: #1877F2;
}

.share-btn.twitter {
background-color: #000000;
}

.share-btn.telegram {
background-color: #0088cc;
}

.share-btn:hover {
opacity: 0.9;
}

/* ======================================================
POST FOOTER
====================================================== */

.post-footer-meta {
margin-top: 25px;
padding-top: 15px;
border-top: 1px solid #eee;
font-size: 16px;
}

.post-tags-list {
margin-top: 8px;
color: #444;
}

/* ======================================================
HOME PAGE THREE COLUMN
====================================================== */

.home-three-column-grid {
display: grid;
grid-template-columns: 2.2fr 2fr 1.5fr;
gap: 20px;
margin-top: 10px;
direction: rtl;
}

.section-title {
font-size: 34px;
font-weight: 700;
color: #111;
margin-bottom: 15px;
text-align: center;
border-bottom: 2px solid #ddd;
padding-bottom: 6px;
}

.section-title a {
color: inherit;
display: block;
}

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

/* ======================================================
COLUMN 1 - LEAD NEWS
====================================================== */

.lead-news-card {
background: #ffffff;
margin-bottom: 10px;
}

.lead-news-card img {
width: 100%;
height: 280px;
object-fit: cover;
border-radius: 2px;
}

.lead-news-card h3 {
font-size: 26px;
color: #111;
line-height: 1.7;
margin: 10px 0 5px;
}

.lead-news-card p {
font-size: 18px;
color: #444;
line-height: 2.1;
}

.sub-news-item {
display: flex;
gap: 12px;
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #eee;
align-items: center;
}

.sub-news-thumb {
width: 35%;
flex-shrink: 0;
}

.sub-news-thumb img {
width: 100%;
height: 95px;
object-fit: cover;
border-radius: 2px;
}

.sub-news-text {
flex: 1;
min-width: 0;
}

.sub-news-text h4 {
font-size: 20px;
line-height: 1.8;
color: #111;
}

.sub-news-text h4 a:hover {
color: #cc0000;
}

.sub-news-text p {
font-size: 15px;
color: #666;
margin-top: 4px;
}

/* ======================================================
COLUMN 2 - IMPORTANT NEWS
====================================================== */

.khas-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 5px;
}

.khas-card {
background: #ffffff;
border: 1px solid #eaeaea;
padding: 10px;
text-align: justify;
}

.khas-thumb img {
width: 100%;
height: 125px;
object-fit: cover;
display: block;
}

.khas-card h4 {
font-size: 19px;
line-height: 1.8;
margin-top: 8px;
color: #111;
font-weight: 700;
}

.khas-card:hover h4 {
color: #cc0000;
}

/* ======================================================
COLUMN 3 - MOST READ
====================================================== */

.falah-outer-box {
border: 1.5px solid #4CAF50;
border-radius: 8px;
padding: 15px;
background-color: #ffffff;
}

.falah-card {
background: #ffffff;
border: 1px solid #e0e0e0;
padding: 10px;
margin-bottom: 15px;
border-radius: 6px;
text-align: center;
}

.falah-card:last-child {
margin-bottom: 0;
}

.falah-card img {
width: 100%;
height: 140px;
object-fit: cover;
border-radius: 4px;
display: block;
}

.falah-card h4 {
font-size: 19px;
line-height: 1.8;
margin-top: 8px;
color: #111;
font-weight: 700;
}

.falah-card:hover h4 {
color: #4CAF50;
}

/* ======================================================
FOOTER
====================================================== */

footer {
background: #111;
color: #fff;
padding: 25px 0;
margin-top: 40px;
text-align: center;
font-size: 15px;
}

/* ======================================================
SIDEBAR WIDGETS
====================================================== */

.widget-block {
background: #ffffff;
border: 1px solid #e0e0e0;
padding: 15px;
margin-bottom: 25px;
}

.widget-title {
border-bottom: 2.5px solid #cc0000;
padding-bottom: 6px;
margin-bottom: 15px;
color: #cc0000;
font-size: 24px;
font-weight: 700;
}

/* Thumbnail + Title */

.thumb-post-item {
display: flex;
flex-direction: row-reverse;
gap: 12px;
padding: 10px 0;
border-bottom: 1px solid #eee;
align-items: center;
}

.thumb-post-item:last-child {
border-bottom: none;
}

.thumb-post-img {
width: 80px;
height: 60px;
flex-shrink: 0;
}

.thumb-post-img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 3px;
}

.thumb-post-text {
flex: 1;
min-width: 0;
}

.thumb-post-text h4 {
font-size: 18px;
line-height: 1.7;
margin: 0;
}

.thumb-post-text h4 a {
color: #111;
}

.thumb-post-text h4 a:hover {
color: #cc0000;
}

.widget-post-date {
font-size: 12px;
color: #777;
display: block;
margin-top: 2px;
}

/* Numbered Posts */

.ranked-post-item {
display: flex;
align-items: center;
gap: 12px;
padding: 10px 0;
border-bottom: 1px solid #eee;
}

.ranked-post-item:last-child {
border-bottom: none;
}

.rank-number {
background: #cc0000;
color: #fff;
font-size: 16px;
font-weight: bold;
width: 28px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
flex-shrink: 0;
}

.ranked-post-title {
flex: 1;
}

.ranked-post-title h4 {
font-size: 18px;
line-height: 1.7;
margin: 0;
}

/* Featured Widget */

.widget-featured-card img {
width: 100%;
height: 150px;
object-fit: cover;
border-radius: 4px;
display: block;
}

.widget-featured-card h4 {
font-size: 20px;
line-height: 1.8;
margin-top: 8px;
color: #111;
}

/* ======================================================
SINGLE POST EXCERPT
====================================================== */

.single-post-excerpt {
font-size: 22px;
font-weight: bold;
color: #333333;
line-height: 2.1;
margin-top: 8px;
margin-bottom: 12px;
padding-right: 12px;
border-right: 4px solid #cc0000;
}

/* ======================================================
RELATED POSTS
====================================================== */

.related-posts-section {
margin-top: 35px;
padding-top: 20px;
border-top: 2px solid #e0e0e0;
}

.related-section-title {
font-size: 24px;
font-weight: 700;
color: #cc0000;
margin-bottom: 18px;
border-right: 4px solid #cc0000;
padding-right: 10px;
}

.related-posts-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
}

.related-post-card {
background: #ffffff;
border: 1px solid #eaeaea;
padding: 8px;
border-radius: 4px;
}

.related-post-thumb img {
width: 100%;
height: 120px;
object-fit: cover;
border-radius: 3px;
display: block;
}

.related-post-card h4 {
font-size: 17px;
line-height: 1.7;
margin-top: 8px;
}

.related-post-card h4 a {
color: #111111;
}

.related-post-card h4 a:hover {
color: #cc0000;
}

/* ======================================================
REACTION SECTION
====================================================== */

.reaction-container {
background: #f7f7f7;
border: 1px solid #e5e5e5;
padding: 20px;
margin: 30px 0;
border-radius: 6px;
text-align: center;
}

.reaction-main-heading {
font-size: 26px;
color: #333333;
margin-bottom: 20px;
font-weight: bold;
}

.reaction-boxes-wrapper {
display: flex;
justify-content: space-between;
gap: 12px;
flex-wrap: wrap;
}

.reaction-card {
flex: 1;
min-width: 110px;
background: #ffffff;
border: 2px solid var(--border-color, #ddd);
border-radius: 6px;
padding: 15px 5px;
cursor: pointer;
transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
user-select: none;
}

.reaction-card:hover {
transform: translateY(-4px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.reaction-icon {
font-size: 42px;
line-height: 1;
margin-bottom: 10px;
}

.reaction-title {
font-size: 16px;
color: #555555;
margin-bottom: 8px;
font-weight: 600;
}

.reaction-count {
font-size: 13px;
color: #888888;
}

.already-voted .reaction-card {
opacity: 0.7;
cursor: default;
}

.already-voted .reaction-card:hover {
transform: none;
box-shadow: none;
}

.reaction-card.user-selected {
opacity: 1 !important;
background-color: var(--border-color, #777);
}

.reaction-card.user-selected .reaction-title,
.reaction-card.user-selected .reaction-count {
color: #ffffff !important;
}

/* ======================================================
FONT RESIZER
====================================================== */

.font-resizer-box {
display: inline-flex;
align-items: center;
gap: 6px;
background: #f0f0f0;
padding: 6px 8px;
border-radius: 4px;
}

.font-resizer-box button {
background: #ffffff;
border: 1px solid #cccccc;
color: #333333;
height: 38px;
min-width: 55px;
padding: 0 8px;
border-radius: 4px;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 4px;
transition: all 0.2s ease;
box-sizing: border-box;
}

.font-resizer-box button .sign {
font-size: 20px;
font-weight: bold;
line-height: 1;
}

.font-resizer-box button .icon {
font-size: 18px;
line-height: 1;
}

.font-resizer-box button .reset-txt {
font-size: 13px;
font-weight: bold;
line-height: 1;
}

.font-resizer-box button:hover {
background: #cc0000;
color: #ffffff;
border-color: #cc0000;
}

/* ======================================================
SOCIAL EMBEDS
====================================================== */

.post-full-content .twitter-tweet,
.post-full-content iframe.instagram-media {
margin: 20px auto !important;
max-width: 100% !important;
}

/* ======================================================
THREE COLUMN CATEGORY BLOCK
====================================================== */

.three-cat-section {
margin: 15px 0;
direction: rtl;
}

.three-cat-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}

.cat-column-box {
background: #f8f9fa;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 15px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.cat-box-title {
font-size: 38px;
font-weight: bold;
color: #1a202c;
text-align: center;
margin-top: 0;
margin-bottom: 15px;
padding-bottom: 8px;
border-bottom: 2px solid #ddd;
}

.cat-box-title a {
display: block;
color: inherit;
}

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

.cat-box-inner {
display: flex;
flex-direction: column;
}

.cat-list-item {
border-bottom: 1px solid #e2e8f0;
padding: 10px 0;
}

.cat-list-item:last-child {
border-bottom: none;
}

.cat-item-link {
display: flex;
flex-direction: row;
align-items: center;
gap: 15px;
width: 100%;
direction: ltr;
text-decoration: none;
color: inherit;
}

.cat-item-title {
order: 1;
flex: 1 1 auto;
min-width: 0;
direction: rtl;
text-align: right;
}

.cat-item-title h4 {
margin: 0;
padding: 0;
font-size: 32px;
line-height: 1.8;
text-align: right;
color: #2d3748;
font-weight: 600;
transition: color 0.2s ease;
}

.cat-item-thumb {
order: 2;
width: 110px;
min-width: 110px;
height: 70px;
flex: 0 0 110px;
overflow: hidden;
border-radius: 4px;
}

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

.cat-list-item:hover .cat-item-thumb img {
transform: scale(1.05);
}

.cat-list-item:hover .cat-item-title h4 {
color: #cc0000;
}

/* ======================================================
SPORTS SECTION
====================================================== */

.sports-row-section {
margin: 35px 0;
direction: rtl;
}

.sports-section-header {
border-bottom: 2px solid #007bff;
margin-bottom: 15px;
padding-bottom: 5px;
}

.sports-main-title {
font-size: 32px;
font-weight: bold;
color: #007bff;
margin: 0;
display: inline-block;
}

.sports-main-title a {
color: inherit;
}

.sports-main-title a:hover {
color: #0056b3;
}

.sports-row-grid {
display: grid;
grid-template-columns: repeat(8, minmax(140px, 1fr));
gap: 12px;
overflow-x: auto;
padding-bottom: 10px;
}

.sports-row-grid::-webkit-scrollbar {
height: 6px;
}

.sports-row-grid::-webkit-scrollbar-thumb {
background: #ccc;
border-radius: 4px;
}

.sports-card-item {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 6px;
overflow: hidden;
transition: transform 0.2s ease, box-shadow 0.2s ease;
min-width: 140px;
}

.sports-card-item:hover {
transform: translateY(-4px);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.sports-card-link {
text-decoration: none;
color: inherit;
display: flex;
flex-direction: column;
height: 100%;
}

.sports-card-thumb {
width: 100%;
height: 95px;
overflow: hidden;
}

.sports-card-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.sports-card-content {
padding: 8px;
flex-grow: 1;
}

.sports-card-content h4 {
font-size: 13px;
line-height: 1.4;
margin: 0;
color: #1a202c;
font-weight: 600;
text-align: right;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}

.sports-card-item:hover .sports-card-content h4 {
color: #007bff;
}

/* ======================================================
MOBILE MENU
====================================================== */

.menu-toggle {
display: none;
background: transparent;
border: none;
cursor: pointer;
padding: 5px;
flex-direction: column;
justify-content: space-between;
height: 24px;
width: 30px;
z-index: 1000;
}

.menu-toggle .bar {
display: block;
width: 100%;
height: 3px;
background-color: #cc0000;
border-radius: 2px;
transition: all 0.3s ease;
}

/* ======================================================
TABLET
====================================================== */

@media (max-width: 991px) {

```
.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.home-three-column-grid {
    grid-template-columns: 1fr;
}

.news-layout,
.main-layout,
.single-page-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 25px;
}

.main-content,
.sidebar-box,
.news-sidebar {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.three-cat-grid {
    grid-template-columns: repeat(2, 1fr);
}

.sidebar-box .thumb-post-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
    width: 100%;
}

.sidebar-box .thumb-post-text {
    flex: 1;
    min-width: 0;
    word-break: normal;
}

.sidebar-box .thumb-post-text h4,
.sidebar-box .thumb-post-text a {
    font-size: 16px;
    line-height: 1.6;
    white-space: normal;
    word-wrap: break-word;
    display: block;
}

.sidebar-box .thumb-post-img {
    width: 85px;
    height: 65px;
    flex-shrink: 0;
}

.sidebar-box .thumb-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
```

}

/* ======================================================
MOBILE
====================================================== */

@media (max-width: 768px) {

```
.menu-toggle {
    display: flex !important;
}

.main-nav {
    display: none;
    width: 100%;
    background-color: #cc0000;
}

.main-nav.active {
    display: block !important;
}

.main-nav ul {
    flex-direction: column;
    padding: 0;
}

.main-nav ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.main-nav ul li a {
    padding: 12px 20px;
    font-size: 19px;
    text-align: right;
}

.site-title-logo img.custom-logo,
.site-title-logo img {
    max-height: 45px;
}

.single-post-title,
.entry-title {
    font-size: 24px;
    line-height: 1.6;
    word-wrap: break-word;
}

.post-full-content img,
.entry-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px auto;
}

.post-full-content,
.entry-content p {
    font-size: 18px;
    line-height: 2.1;
    word-wrap: break-word;
}

.social-share-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.social-share-box a {
    flex: 1 1 auto;
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
}

.related-posts-grid {
    grid-template-columns: 1fr;
}

.three-cat-grid {
    grid-template-columns: 1fr;
}

.cat-item-thumb {
    width: 95px;
    min-width: 95px;
    height: 65px;
    flex-basis: 95px;
}

.cat-item-title h4 {
    font-size: 14px;
    line-height: 1.7;
}

.sports-row-grid {
    grid-template-columns: repeat(8, 140px);
    overflow-x: auto;
}

.khas-grid {
    grid-template-columns: 1fr 1fr;
}

.lead-news-card img {
    height: 230px;
}
```

}

/* ======================================================
SMALL MOBILE
====================================================== */

@media (max-width: 600px) {

```
body {
    font-size: 17px;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
}

.section-title {
    font-size: 24px;
}

.khas-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.khas-card {
    padding: 7px;
}

.khas-thumb img {
    height: 105px;
}

.khas-card h4 {
    font-size: 16px;
    line-height: 1.7;
}

.lead-news-card h3 {
    font-size: 22px;
}

.lead-news-card p {
    font-size: 16px;
}

.sub-news-item {
    gap: 10px;
}

.sub-news-thumb {
    width: 32%;
}

.sub-news-thumb img {
    height: 75px;
}

.sub-news-text h4 {
    font-size: 17px;
    line-height: 1.7;
}

.sub-news-text p {
    display: none;
}

.reaction-boxes-wrapper {
    gap: 8px;
}

.reaction-card {
    min-width: 45%;
}

.sports-row-grid {
    grid-template-columns: repeat(8, 140px);
}
 
 