*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f4f6f9;color:#222;line-height:1.6}
a{text-decoration:none;color:#0b5ed7}img,video,iframe{max-width:100%}.container{width:94%;max-width:1200px;margin:25px auto}.topbar{background:#071c3a;color:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 3px 15px rgba(0,0,0,.12)}.nav-wrap{width:94%;max-width:1200px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:14px 0}.logo,.brand{font-size:20px;font-weight:800;color:#fff}.logo{display:flex;align-items:center;gap:8px;white-space:nowrap}.logo img{width:34px;height:34px;object-fit:contain;background:#fff;border-radius:8px;padding:3px}.footer-logo{display:none}.like-form{display:inline-block;margin-top:10px}.like-btn{background:#fff;color:#0b5ed7;border:1px solid #d7e7ff;padding:9px 13px;border-radius:30px;font-weight:800;box-shadow:0 3px 10px rgba(0,0,0,.05)}.like-btn:hover{background:#eaf2ff}.like-count{display:inline-flex;align-items:center;gap:6px;color:#0b5ed7;font-weight:800;margin:8px 0}.post-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:10px}.menu{display:flex;gap:8px;align-items:center}.menu a{color:#fff;padding:9px 12px;border-radius:8px;font-weight:600}.menu a:hover{background:#0b5ed7}.menu-toggle{display:none;background:#0b5ed7;color:#fff;border:0;border-radius:8px;padding:8px 12px;font-size:20px}.hero{background:linear-gradient(135deg,#071c3a,#0b5ed7);color:#fff;padding:45px 25px;border-radius:22px;margin-bottom:25px}.hero h1{margin:0 0 10px;font-size:38px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:20px}.card{background:#fff;border-radius:18px;padding:20px;margin-bottom:20px;box-shadow:0 7px 22px rgba(0,0,0,.08);border:1px solid #eef1f6}.news-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 7px 22px rgba(0,0,0,.08);border:1px solid #eef1f6}.news-card img{width:100%;height:220px;object-fit:cover;display:block;background:#ddd}.news-card .body{padding:18px}.news-card h3{margin:8px 0;color:#071c3a}.badge{display:inline-block;background:#eaf2ff;color:#0b5ed7;padding:5px 10px;border-radius:30px;font-size:13px;font-weight:bold}.btn,button,input[type=submit]{background:#0b5ed7;color:#fff;padding:10px 16px;border:none;border-radius:9px;text-decoration:none;display:inline-block;cursor:pointer;font-weight:bold}.btn.danger{background:#dc3545}input,textarea,select{width:100%;padding:12px;margin:8px 0 16px;border:1px solid #ccd3dd;border-radius:9px;background:#fff}textarea{min-height:140px}table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 5px 18px rgba(0,0,0,.06)}th,td{padding:13px;border-bottom:1px solid #e5e8ee;text-align:left;vertical-align:top}th{background:#071c3a;color:#fff}.thumb{width:95px;height:65px;object-fit:cover;border-radius:10px;background:#ddd}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;margin-top:15px}.gallery-card{overflow:hidden;padding:0}.gallery-card img{width:100%;height:240px;object-fit:cover;display:block;border-radius:18px 18px 0 0;background:#ddd}.gallery-card .body{padding:16px}.gallery-card h3{margin:0 0 8px;color:#071c3a}.home-gallery{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.home-gallery img{height:170px}.video-wrap{width:100%;background:#000;border-radius:18px;overflow:hidden;margin:15px 0}.video-wrap video{width:100%;height:auto;max-height:650px;display:block;border-radius:18px}.video-frame{position:relative;width:100%;padding-top:56.25%;background:#000;border-radius:18px;overflow:hidden;margin:15px 0}.video-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.video-card video{width:100%;height:220px;object-fit:cover;border-radius:14px;background:#000}.news-detail-image{width:100%;max-height:520px;object-fit:cover;border-radius:18px;margin:14px 0}.news-content{font-size:18px}.news-video-section{margin-top:30px;padding-top:20px;border-top:1px solid #e5e8ee}.search-panel{background:#fff;padding:18px;border-radius:18px;box-shadow:0 7px 22px rgba(0,0,0,.08);margin:20px 0}.search-form{display:grid;grid-template-columns:2fr 1fr auto;gap:12px;align-items:end}.subscribe-box{background:linear-gradient(135deg,#071c3a,#0b5ed7);color:#fff;border-radius:22px;padding:25px;margin:30px 0}.subscribe-box h2{margin-top:0}.subscribe-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px}.subscribe-form input{margin:0}.subscribe-form button{background:#fff;color:#0b5ed7}.comment-box{border-top:1px solid #e5e8ee;padding-top:15px;margin-top:20px}.comment-item{background:#f7f9fc;border-left:4px solid #0b5ed7;padding:12px;border-radius:10px;margin-bottom:10px}.footer{background:#071c3a;color:#fff;margin-top:30px;padding:25px;text-align:center}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#071c3a,#0b5ed7);padding:20px}.login-card{width:100%;max-width:440px;background:#fff;padding:34px;border-radius:22px;box-shadow:0 18px 45px rgba(0,0,0,.25)}.login-logo{text-align:center;font-size:30px;font-weight:900;color:#0b5ed7;margin-bottom:8px;display:flex;flex-direction:column;align-items:center;gap:8px}.login-logo img{width:86px;height:86px;object-fit:contain;border-radius:18px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.12);padding:6px}.login-card h2{text-align:center;margin:0 0 20px;color:#071c3a}.error{color:#dc3545;text-align:center;font-weight:bold}.contact-wrap{max-width:760px;margin:auto}.contact-logo{text-align:center;font-size:32px;font-weight:900;color:#0b5ed7;margin-bottom:12px}@media(max-width:768px){.nav-wrap{flex-wrap:wrap}.logo,.brand{font-size:18px}.logo img{width:30px;height:30px}.menu-toggle{display:block}.menu{display:none;width:100%;flex-direction:column;align-items:flex-start;margin-top:12px}.menu.show{display:flex}.menu a{width:100%}.hero{padding:30px 18px}.hero h1{font-size:28px}.search-form,.subscribe-form{grid-template-columns:1fr}.news-card img{height:190px}.gallery-card img{height:210px}.video-card video{height:auto}table{font-size:14px;display:block;overflow-x:auto}.news-content{font-size:16px}}

.like-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:12px 0}.like-count{font-weight:700;color:#0b5ed7}.like-btn{background:#e91e63!important}

/* Final cPanel upload and responsive fixes */
.logo img{width:48px;height:48px;border-radius:10px}.logo span{font-size:22px}.notice{padding:12px 14px;border-radius:10px;margin:10px 0;font-weight:700}.success{background:#e7f7ed;color:#146c43}.error-box{background:#fdecea;color:#b42318}.video-wrap{max-width:100%;aspect-ratio:16/9}.video-wrap video{width:100%;height:100%;max-height:72vh;object-fit:contain;background:#000}.video-card video{width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background:#000}.like-btn,.share-btn{background:#fff!important;color:#0b5ed7!important;border:1px solid #d7e7ff!important;padding:9px 13px;border-radius:30px;font-weight:800;box-shadow:0 3px 10px rgba(0,0,0,.05);display:inline-flex;align-items:center;gap:6px;text-decoration:none}.like-btn:hover,.share-btn:hover{background:#fff!important;color:#0b5ed7!important}.comment-box form textarea{min-height:170px;margin-top:10px}.comment-item{padding:16px;margin:14px 0}.comment-item p{margin:0;line-height:1.6}.post-actions,.like-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.subscribe-page{max-width:850px;margin:auto}
@media(max-width:768px){.logo img{width:42px;height:42px}.logo span{font-size:20px}.video-wrap{aspect-ratio:16/9}.video-wrap video{height:100%;max-height:55vh}.post-actions,.like-row{gap:8px}.like-btn,.share-btn{padding:8px 11px}.subscribe-form{grid-template-columns:1fr!important}}


/* Full update: gallery, videos, likes */
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin:20px 0}
.gallery-card img,.gallery-card video{width:100%;height:220px;object-fit:cover;border-radius:12px;background:#111}
.gallery-card .body{padding:12px}
.post-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.like-form{display:inline-block;margin:0}
.like-btn{background:#fff;border:1px solid #ddd;padding:10px 15px;border-radius:30px;cursor:pointer;font-size:15px;color:#222}
.like-btn:hover{background:#f5f5f5}
.like-btn:disabled{opacity:.6;cursor:not-allowed}
.thumb{width:90px;height:70px;object-fit:cover;border-radius:8px;background:#111}
.success{background:#d1e7dd;color:#0f5132;padding:14px;border-radius:10px;margin-bottom:18px;text-align:center;font-weight:bold}
.error{background:#f8d7da;color:#842029;padding:14px;border-radius:10px;margin-bottom:18px;text-align:center;font-weight:bold}
.upload-card label{display:block;margin-top:15px;margin-bottom:8px;font-weight:bold}
.upload-card input,.upload-card textarea,.upload-card select{width:100%;padding:13px;border:1px solid #ccc;border-radius:10px;box-sizing:border-box}
.upload-card textarea{min-height:120px;resize:vertical}
.upload-card button{width:100%;margin-top:20px;padding:14px;background:#0b5ed7;color:white;border:none;border-radius:10px;font-size:17px;font-weight:bold;cursor:pointer}
@media(max-width:600px){.gallery-card img,.gallery-card video{height:200px}.post-actions{display:block}.post-actions > *{margin:8px 0}}

/* Correct TikTok-style video + comments update */
.tiktok-page{display:flex;justify-content:center;background:#111;border-radius:22px;padding:12px;margin-bottom:22px}.tiktok-video-box{position:relative;width:100%;max-width:520px;min-height:650px;background:#000;border-radius:22px;overflow:hidden}.tiktok-video-box video,.tiktok-video-box iframe,.tiktok-video-box img{width:100%;height:100%;min-height:650px;object-fit:cover;border:0;display:block}.video-side-actions{position:absolute;right:14px;top:42%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:5px;z-index:5}.video-side-actions.small{top:48%;right:10px}.video-action{width:50px;height:50px;border-radius:50%;border:0;background:rgba(0,0,0,.35)!important;color:#fff!important;font-size:28px;font-weight:900;display:flex;align-items:center;justify-content:center;text-shadow:0 2px 8px rgba(0,0,0,.45);cursor:pointer}.video-action.liked,.like-btn.liked,.comment-heart.liked,.bottom-icon.liked{color:#ff1744!important}.action-count{color:#fff;font-weight:900;text-shadow:0 2px 8px #000;margin-bottom:9px}.video-caption{position:absolute;left:18px;bottom:18px;right:95px;color:#fff;text-shadow:0 2px 8px #000}.video-caption h2{margin:0 0 5px}.video-caption p{margin:0}.video-thumb-wrap{position:relative;background:#000;border-radius:16px;overflow:hidden}.video-thumb-wrap video,.video-thumb-wrap img{width:100%;height:260px;object-fit:cover;display:block}.comments-screen{max-width:760px;margin:20px auto 80px;background:#fff}.comments-screen h2{display:flex;align-items:center;gap:10px}.comments-screen h2 span{width:5px;height:28px;background:#5b45ff;border-radius:5px;display:inline-block}.comment-line{display:grid;grid-template-columns:54px 1fr 44px;gap:12px;margin:22px 0;align-items:start}.avatar{width:45px;height:45px;border-radius:50%;background:#7b3ff2;color:white;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:20px}.comment-main strong{font-size:18px}.comment-main p{font-size:18px;line-height:1.35;margin:3px 0}.comment-main small{color:#999;font-weight:700}.comment-heart{background:transparent!important;border:0!important;font-size:28px;color:#777!important;cursor:pointer}.comment-bottom{position:sticky;bottom:0;background:#fff;display:grid;grid-template-columns:1fr 46px 46px 46px;gap:8px;padding:10px;border-top:1px solid #eee;align-items:center}.comment-bottom input{margin:0;border-radius:28px;background:#f2f2f2;border:0}.comment-bottom button,.bottom-icon{border:0!important;background:#fff!important;color:#111!important;font-size:26px;cursor:pointer}.post-heart{border:0;background:#fff;color:#111;font-size:24px;cursor:pointer}.post-heart.liked{color:#ff1744!important}.like-btn.js-like{font-size:28px;line-height:1;color:#fff!important;background:rgba(0,0,0,.35)!important;border:0!important;box-shadow:none!important}.post-actions .like-btn.js-like{color:#222!important;background:#fff!important;border:1px solid #ddd!important;font-size:18px}.post-actions .like-btn.js-like.liked{color:#ff1744!important}@media(max-width:650px){.container{width:100%;margin:0 auto}.tiktok-page{border-radius:0;padding:0}.tiktok-video-box{max-width:100%;border-radius:0;min-height:calc(100vh - 140px)}.tiktok-video-box video,.tiktok-video-box iframe,.tiktok-video-box img{min-height:calc(100vh - 140px)}.video-side-actions{right:12px;top:48%}.video-action{width:46px;height:46px;font-size:26px}.video-caption{right:80px}.comments-screen{border-radius:0;margin-bottom:0}.comment-line{grid-template-columns:46px 1fr 38px}.comment-main p{font-size:16px}}


/* Unified Like / Comment / Share bar - used for video, news, breaking news and posts */
.media-action-bar{display:flex;align-items:center;justify-content:space-around;gap:10px;background:#fff;border:1px solid #e7e7e7;border-radius:18px;padding:10px;margin:12px 0 18px;box-shadow:0 4px 18px rgba(0,0,0,.06)}
.media-action-bar.video-action-bar{max-width:760px;margin:12px auto 18px}
.action-pill{flex:1;min-width:0;border:0;background:#f7f7f7!important;color:#111!important;border-radius:999px;padding:12px 10px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;text-decoration:none;font-size:15px;line-height:1}
.action-pill span{font-size:22px;line-height:1}.action-pill b{font-weight:900}.action-pill.liked,.action-pill.liked span,.action-pill.liked .heart{color:#ff1744!important}.action-pill:hover{background:#eeeeee!important;color:#111!important}
.comment-inline-form{display:grid;grid-template-columns:1fr auto;gap:8px;margin:12px 0 18px}.comment-inline-form input{margin:0;border-radius:28px;background:#f2f2f2;border:1px solid #eee;padding:13px 16px}.comment-inline-form button{border:0;background:#0b5ed7;color:#fff;border-radius:28px;padding:0 18px;font-weight:800;cursor:pointer}
@media(max-width:650px){.media-action-bar{border-radius:0;border-left:0;border-right:0;gap:6px;padding:9px 6px;margin:0 0 14px}.action-pill{font-size:13px;padding:11px 6px;gap:4px}.action-pill span{font-size:20px}.comment-inline-form{grid-template-columns:1fr 70px}}


/* Final detail-page action layout: keep Like, Comment and Share together under content */
.media-action-bar{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:14px!important;
    flex-wrap:nowrap!important;
    margin:22px 0 10px!important;
    padding:14px 8px!important;
    border-top:1px solid #e5e8ee!important;
    border-bottom:1px solid #e5e8ee!important;
    overflow-x:auto!important;
    white-space:nowrap!important;
}
.media-action-bar .action-pill{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    min-width:max-content!important;
    padding:10px 15px!important;
    border-radius:30px!important;
    border:1px solid #ddd!important;
    background:#fff!important;
    color:#111!important;
    font-size:16px!important;
    font-weight:800!important;
    text-decoration:none!important;
    cursor:pointer!important;
}
.media-action-bar .action-pill.liked,
.media-action-bar .action-pill.liked .heart{
    color:#ff1744!important;
}
@media(max-width:600px){
    .media-action-bar{justify-content:flex-start!important;gap:10px!important;padding-left:4px!important;padding-right:4px!important;}
    .media-action-bar .action-pill{font-size:14px!important;padding:9px 12px!important;}
}

/* Threaded comment replies and instant action count fixes */
.comment-main small a{color:#0b5ed7;font-weight:700;text-decoration:none;cursor:pointer}
.reply-inline-form{display:none;margin-top:10px;gap:8px;align-items:center}
.reply-inline-form.show{display:flex}
.comment-reply-line{border-left:3px solid #e6eaf2;padding-left:12px;background:#fafcff}
.comment-heart{white-space:nowrap;min-width:58px;display:flex;gap:4px;align-items:center;justify-content:center}
.comment-heart.liked,.action-pill.liked{color:#e60023}
.action-pill b,.comment-heart b{font-weight:800}


/* Strong instant like/share/comment fixes */
.action-pill{cursor:pointer;transition:all .15s ease}
.action-pill .heart{font-size:24px;font-weight:900;color:#555;transition:color .15s ease, transform .15s ease}
.action-pill.liked{border-color:#ff1744!important;background:#fff1f4!important;color:#ff1744!important}
.action-pill.liked .heart{color:#ff1744!important;transform:scale(1.12)}
.comment-heart.liked,.comment-heart.liked .comment-heart-symbol{color:#ff1744!important}
.comment-heart-symbol{font-size:26px;line-height:1;transition:color .15s ease, transform .15s ease}
.comment-heart.liked .comment-heart-symbol{transform:scale(1.15)}
.comment-inline-form{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:start;margin:15px 0 20px}
.comment-inline-form textarea{width:100%;min-height:115px;resize:vertical;border-radius:18px;background:#f7f8fb;border:1px solid #dfe4ea;padding:14px 16px;font-size:16px;font-family:inherit;line-height:1.45;box-sizing:border-box}
.reply-inline-form{display:none;margin-top:12px}
.reply-inline-form.show{display:grid}
.reply-inline-form textarea{min-height:85px}
.comment-inline-form button:disabled{opacity:.65;cursor:not-allowed}
.nested-comments{margin-left:0}
@media(max-width:650px){.comment-inline-form{grid-template-columns:1fr}.comment-inline-form button{min-height:44px}.comment-inline-form textarea{min-height:130px}}


/* Bigger reply textarea */
.reply-inline-form textarea,
.comment-reply-line .reply-inline-form textarea{
    width:100%!important;
    min-height:130px!important;
    resize:vertical!important;
    border-radius:16px!important;
    padding:14px 16px!important;
    font-size:16px!important;
    line-height:1.5!important;
    box-sizing:border-box!important;
}
.reply-inline-form.show{
    grid-template-columns:1fr auto!important;
    gap:10px!important;
    align-items:start!important;
}
@media(max-width:650px){
    .reply-inline-form.show{grid-template-columns:1fr!important;}
    .reply-inline-form textarea,
    .comment-reply-line .reply-inline-form textarea{min-height:150px!important;}
}


/* Category filter and unsubscribe updates */
.category-strip{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0;background:#fff;padding:15px;border-radius:18px;box-shadow:0 5px 18px rgba(0,0,0,.06)}
.category-chip{padding:10px 14px;border-radius:999px;background:#f1f4f8;color:#222;font-weight:700;text-decoration:none;border:1px solid #e1e6ef;transition:.15s}
.category-chip:hover,.category-chip.active{background:#0b5ed7;color:#fff;border-color:#0b5ed7}
.category-section{margin:22px 0 30px}
.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.section-head h3{margin:0}.section-head a{font-weight:700}.small-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.mini-card h3{font-size:17px}.unsubscribe-note{margin-top:12px;font-size:15px}.unsubscribe-note a{font-weight:800;color:#dc3545}
@media(max-width:650px){.category-strip{gap:8px;padding:12px}.category-chip{font-size:14px;padding:9px 11px}.section-head{display:block}.section-head a{display:inline-block;margin-top:6px}}


/* Contact, gallery, breaking news and red unsubscribe fixes */
.gallery-placeholder{height:220px;display:flex;align-items:center;justify-content:center;background:#f1f3f6;color:#666;text-align:center;padding:20px;border-radius:12px}
.simple-contact-form textarea{min-height:180px;resize:vertical}
.contact-numbers{margin-top:20px;padding-top:15px;border-top:1px solid #e5e8ee;text-align:center;font-weight:900;color:#071c3a;font-size:18px;line-height:1.5}
.contact-numbers p{margin:6px 0}
.unsubscribe-note, .unsubscribe-note a, .unsubscribe-red{color:#dc3545!important}
.unsubscribe-note a{font-weight:900;text-decoration:underline}

/* Contact page logo, email and submit button update */
.contact-logo-box{text-align:center;margin-bottom:12px}
.contact-logo-box img{width:95px;height:95px;object-fit:contain;border-radius:18px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.12);padding:6px;display:inline-block}
.contact-logo-text{display:none;text-align:center;font-size:32px;font-weight:900;color:#0b5ed7;margin-bottom:12px}
.contact-email{text-align:center;font-weight:800;margin:0 0 10px;color:#071c3a}
.contact-email a{color:#0b5ed7;text-decoration:underline}
.simple-contact-form .contact-submit-btn{width:100%;font-size:17px;padding:14px;margin-top:5px;border-radius:12px;background:#0b5ed7;color:#fff;font-weight:900;cursor:pointer}


/* Contact social handles and stronger subscribe/unsubscribe visibility */
.contact-socials{margin-top:18px;padding:18px;border-radius:16px;background:#f3f7ff;border:1px solid #d7e7ff;text-align:center}
.contact-socials h3{margin:0 0 10px;color:#071c3a;font-size:22px;font-weight:900}
.contact-socials p{margin:8px 0;font-size:17px;font-weight:800;color:#071c3a}
.contact-socials a{font-weight:900;color:#0b5ed7;text-decoration:underline}
.subscribe-box{border:3px solid #0b5ed7!important;background:#eef6ff!important;box-shadow:0 8px 25px rgba(11,94,215,.18)!important}
.subscribe-box h2{font-size:28px!important;font-weight:900!important;color:#0b5ed7!important;text-transform:uppercase;letter-spacing:.4px}
.subscribe-box p{font-size:17px;font-weight:800;color:#071c3a}
.subscribe-form button,.subscribe-btn{font-size:18px!important;font-weight:900!important;text-transform:uppercase;background:#0b5ed7!important;color:#fff!important;box-shadow:0 6px 16px rgba(11,94,215,.25)}
.unsubscribe-note{font-size:18px!important;font-weight:900!important;background:#fff3f3;border:2px solid #dc3545;border-radius:12px;padding:12px;text-align:center;color:#dc3545!important}
.unsubscribe-note a{font-size:18px!important;font-weight:900!important;color:#dc3545!important;text-decoration:underline;text-transform:uppercase}
.unsubscribe-page h2,.unsubscribe-red{font-weight:900!important;color:#dc3545!important;text-transform:uppercase}
.unsubscribe-page button,.unsubscribe-btn{font-size:18px!important;font-weight:900!important;text-transform:uppercase;background:#dc3545!important;color:#fff!important;box-shadow:0 6px 16px rgba(220,53,69,.25)}
.subscription-page h2{font-size:28px!important;font-weight:900!important;color:#0b5ed7!important;text-transform:uppercase}
.subscription-page p{font-weight:800;font-size:17px}


/* Google Ads */
.ad-label{
    font-size:12px;
    font-weight:bold;
    color:#64748b;
    text-transform:uppercase;
    margin-bottom:8px;
}
@media(max-width:700px){
}

/* Latest breaking headline on home page */
.latest-breaking-headline{
  margin:16px auto 18px;
  padding:14px 18px;
  border-radius:12px;
  background:#fff2f2;
  border:2px solid #dc2626;
  box-shadow:0 4px 14px rgba(220,38,38,.12);
  text-align:center;
}
.latest-breaking-headline a{
  color:#dc2626;
  font-weight:900;
  font-size:22px;
  text-decoration:none;
  line-height:1.35;
  display:block;
}
.latest-breaking-headline a:hover{
  text-decoration:underline;
}
@media(max-width:700px){
  .latest-breaking-headline{padding:12px 14px;margin:12px auto 14px;}
  .latest-breaking-headline a{font-size:18px;}
}


/* Compact symbols-only action buttons: like/comment/share/follow */
.media-action-bar{
    gap:6px!important;
    padding:7px 8px!important;
}
.media-action-bar .action-pill{
    flex:0 0 auto!important;
    min-width:48px!important;
    height:36px!important;
    padding:6px 9px!important;
    gap:3px!important;
    border-radius:999px!important;
    font-size:12px!important;
    line-height:1!important;
    background:#111827!important;
    color:#fff!important;
    border:1px solid #1f2937!important;
    box-shadow:none!important;
}
.media-action-bar .action-pill span,
.media-action-bar .action-pill .heart{
    font-size:16px!important;
    line-height:1!important;
    color:#fff!important;
    text-shadow:none!important;
}
.media-action-bar .action-pill b,
.action-pill b,
.comment-heart b{
    font-size:11px!important;
    line-height:1!important;
    font-weight:800!important;
}
.media-action-bar .action-pill.liked,
.media-action-bar .action-pill.liked .heart,
.media-action-bar .action-pill.liked span{
    color:#f97316!important;
    border-color:#f97316!important;
    background:#fff7ed!important;
}
.media-action-bar .action-pill.liked b{
    color:#f97316!important;
}
.media-action-bar .action-pill:not(.liked) .heart{
    color:#fff!important;
}
.media-action-bar .follow-pill span{
    font-size:17px!important;
    color:#fff!important;
}
.comment-heart{
    min-width:44px!important;
    font-size:14px!important;
    gap:2px!important;
}
.comment-heart-symbol{
    font-size:18px!important;
    color:#94a3b8!important;
}
.comment-heart.liked,
.comment-heart.liked .comment-heart-symbol,
.comment-heart.liked b{
    color:#f97316!important;
}
@media(max-width:650px){
    .media-action-bar{gap:5px!important;padding:6px!important;}
    .media-action-bar .action-pill{min-width:44px!important;height:34px!important;padding:5px 8px!important;}
    .media-action-bar .action-pill span,.media-action-bar .action-pill .heart{font-size:15px!important;}
    .media-action-bar .action-pill b,.action-pill b,.comment-heart b{font-size:10px!important;}
}
