/* === AKHBARONA UNIFIED ARTICLE PAGES CSS V1 START ===
   Shared custom stylesheet for desktop article templates.
   V1 activates only on the approved default article class.
*/

.article-detail-v1 {
    --article-navy: #2e4866;
    --article-deep: #18314c;
    --article-red: #c2111e;
    --article-red-dark: #a90f1b;
    --article-muted: #66778a;
    --article-line: #dfe6ec;
    background: #fff;
}

.article-detail-v1__layout,
.article-detail-v1__content {
    background: #fff;
}

.article-detail-v1__meta {
    align-items: center;
    gap: 16px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e3e8ed;
    color: var(--article-muted);
}

.article-detail-v1__meta,
.article-detail-v1__meta span,
.article-detail-v1__meta a,
.article-detail-v1__meta time {
    color: var(--article-muted) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.6;
}

.article-detail-v1__breadcrumb {
    min-width: 0;
    text-align: right;
}

.article-detail-v1__breadcrumb a,
.article-detail-v1__breadcrumb a span {
    color: var(--article-navy) !important;
    text-decoration: none;
}

.article-detail-v1__date {
    white-space: nowrap;
}

.article-detail-v1__date::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 7px;
    border-radius: 50%;
    background: var(--article-red);
    content: "";
}

.article-detail-v1__title {
    display: block !important;
    margin: 0 0 14px !important;
    padding-right: 12px;
    overflow: visible !important;
    border-right: 4px solid var(--article-red);
    color: var(--article-deep) !important;
    font-family: Cairo, Tahoma, Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    text-align: right;
    text-wrap: wrap;
    -webkit-box-orient: initial !important;
    -webkit-line-clamp: unset !important;
}

.article-detail-v1__figure {
    margin: 0;
}

.article-detail-v1__figure .artical-page {
    width: 100%;
    height: auto;
    overflow: hidden;
    aspect-ratio: 860 / 492;
    border-radius: 7px;
    background: #dce5ec;
}

.article-detail-v1__figure .detail-hero-image-sec,
.article-detail-v1__figure .detail-hero-image-sec img {
    width: 100%;
    height: 100%;
}

.article-detail-v1__figure .detail-hero-image-sec img {
    display: block;
    object-fit: cover;
}

.article-detail-v1__caption {
    margin: 0;
    padding-top: 7px;
    color: var(--article-muted);
    font-family: Cairo, Tahoma, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.7;
    text-align: right;
}

.article-detail-v1__share {
    display: flex;
    min-height: 58px;
    margin-top: 13px;
    padding: 9px 12px !important;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e2e8ee;
    border-bottom: 1px solid #e2e8ee;
    background: #fafbfc !important;
    text-align: initial !important;
}

.article-detail-v1__share-label {
    color: var(--article-muted);
    font-family: Cairo, Tahoma, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.article-detail-v1__share-links {
    display: flex;
    align-items: center;
    gap: 9px;
    direction: ltr;
}

.article-detail-v1__share a {
    display: grid;
    width: 37px;
    height: 37px;
    margin: 0 !important;
    place-items: center;
    border-radius: 50%;
}

.article-detail-v1__share img {
    width: 37px !important;
    height: 37px !important;
}

.article-detail-v1__byline {
    position: relative;
    display: flex;
    width: max-content;
    max-width: 100%;
    margin: 0 0 18px;
    padding: 2px 14px 8px 0;
    align-items: center;
    border-bottom: 1px solid var(--article-line);
    color: var(--article-red-dark) !important;
    background: transparent;
    font-family: Cairo, Tahoma, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.7;
}

.article-detail-v1__byline::before {
    position: absolute;
    top: 14px;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--article-red);
    content: "";
}

.article-detail-v1__body,
.article-detail-v1__body * {
    font-family: "Noto Naskh Arabic", Georgia, serif !important;
    font-weight: 400 !important;
}

.article-detail-v1__body {
    color: #202a35;
    font-size: 20px !important;
    line-height: 2;
    text-align: right;
}

.article-detail-v1__body p {
    margin: 0 0 1.15em;
    color: #202a35;
    font-size: 20px !important;
    line-height: 2 !important;
}

.article-detail-v1__body h2,
.article-detail-v1__body h3,
.article-detail-v1__body h4 {
    color: var(--article-deep);
    font-family: Cairo, Tahoma, Arial, sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.6;
}

.article-detail-v1__body a {
    color: #244f78;
    text-decoration: underline;
    text-decoration-color: #a9bbc9;
    text-underline-offset: 4px;
}

.article-detail-v1__aside .hero-sec-adds-4 {
    overflow: hidden;
    border-radius: 7px;
    contain: layout paint style;
}

.article-detail-v1 a:focus-visible {
    border-radius: 3px;
    outline: 2px solid var(--article-red);
    outline-offset: 3px;
}

@media (max-width: 767.98px) {
    .article-detail-v1__meta {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 7px;
    }

    .article-detail-v1__title {
        font-size: 25px !important;
    }

    .article-detail-v1__body,
    .article-detail-v1__body p {
        font-size: 19px !important;
        line-height: 1.95 !important;
    }
}

/* === AKHBARONA UNIFIED ARTICLE PAGES CSS V1 END === */

/* === ARTICLE AUTHOR RTL V2 START === */
.article-detail-v1__byline {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 18px !important;
    margin-left: auto !important;
    direction: rtl !important;
    text-align: right !important;
    justify-content: flex-start !important;
    unicode-bidi: plaintext;
}
/* === ARTICLE AUTHOR RTL V2 END === */

/* === ARTICLE RTL ALIGNMENT V3 START === */

/* Author stays on the physical right of the article column */
.article-detail-v1__byline {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 18px !important;
    margin-left: auto !important;
    direction: rtl !important;
    text-align: right !important;
    justify-content: flex-start !important;
    unicode-bidi: plaintext;
}

/* Sharing label on right, social icons on left */
.article-detail-v1__share {
    direction: rtl !important;
    text-align: right !important;
}

.article-detail-v1__share-label {
    direction: rtl !important;
    text-align: right !important;
}

/* Preserve Facebook, WhatsApp, X icon order */
.article-detail-v1__share-links {
    direction: ltr !important;
}

/* === ARTICLE RTL ALIGNMENT V3 END === */


/* === ARTICLE COMMENTS V2 START ===
   Modern RTL comment form. Uses the existing unified article stylesheet.
*/
.article-comments-v2,
.article-comments-v2 *,
.article-comments-list-v2,
.article-comments-list-v2 * {
    box-sizing: border-box;
}

.article-comments-v2 {
    direction: rtl;
    margin-top: 22px;
    overflow: hidden;
    border: 1px solid #d5e0e8;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(24, 49, 76, .07);
    font-family: Cairo, Tahoma, Arial, sans-serif;
    text-align: right;
}

.article-comments-v2__head {
    position: relative;
    display: flex;
    min-height: 86px;
    padding: 18px 22px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid #dfe7ed;
    background: linear-gradient(90deg, #fff 0%, #f7fafc 100%);
}

.article-comments-v2__head::before {
    position: absolute;
    top: 19px;
    right: 0;
    width: 4px;
    height: 47px;
    border-radius: 3px 0 0 3px;
    background: linear-gradient(180deg, #c2111e 0 50%, #2e4866 50% 100%);
    content: "";
}

.article-comments-v2__title-wrap {
    min-width: 0;
}

.article-comments-v2__title {
    margin: 0;
    color: #18314c;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.5;
    text-align: right;
}

.article-comments-v2__intro {
    margin: 3px 0 0;
    color: #68798b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
}

.article-comments-v2__moderation {
    display: flex;
    flex: 0 0 auto;
    padding: 7px 11px;
    align-items: center;
    gap: 7px;
    border: 1px solid #cfe1d8;
    border-radius: 999px;
    color: #24724f;
    background: #f5fbf8;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.article-comments-v2__moderation::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2e9d6a;
    box-shadow: 0 0 0 3px rgba(46, 157, 106, .12);
    content: "";
}

.article-comments-v2__body {
    padding: 22px;
}

.article-comments-v2__result {
    min-height: 22px;
    color: #68798b;
    font-size: 12px;
    line-height: 1.7;
}

.article-comments-v2__result:empty {
    min-height: 0;
}

.article-comments-v2__result .success_message,
.article-comments-v2__result .error_message,
.article-comments-v2__result .info,
.article-comments-v2__result .error {
    display: block;
    margin: 0 0 14px !important;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 12px;
    text-align: right;
}

.article-comments-v2__result .success_message,
.article-comments-v2__result .info {
    border: 1px solid #cfe1d8;
    color: #24724f;
    background: #f5fbf8;
}

.article-comments-v2__result .error_message,
.article-comments-v2__result .error {
    border: 1px solid #f0cdd0;
    color: #a90f1b;
    background: #fff6f7;
}

.article-comment-form-v2 {
    margin: 0;
}

.article-comment-form-v2__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.article-comment-form-v2__field {
    min-width: 0;
}

.article-comment-form-v2__field--wide {
    grid-column: 1 / -1;
}

.article-comment-form-v2__label {
    display: block;
    margin: 0 0 7px;
    color: #18314c;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
}

.article-comment-form-v2__required {
    margin-right: 3px;
    color: #c2111e;
}

.article-comment-form-v2__input,
.article-comment-form-v2__textarea {
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid #cbd7e0;
    border-radius: 7px;
    outline: 0;
    color: #172536;
    background: #fff;
    font-family: Cairo, Tahoma, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.article-comment-form-v2__input {
    height: 47px;
    padding: 0 13px;
}

.article-comment-form-v2__textarea {
    min-height: 148px;
    padding: 12px 13px;
    line-height: 1.8;
    resize: vertical;
}

.article-comment-form-v2__input::placeholder,
.article-comment-form-v2__textarea::placeholder {
    color: #9aa7b3;
    opacity: 1;
}

.article-comment-form-v2__input:focus,
.article-comment-form-v2__textarea:focus {
    border-color: #2e4866;
    box-shadow: 0 0 0 3px rgba(46, 72, 102, .10);
}

.article-comment-form-v2__help {
    display: flex;
    min-height: 27px;
    padding-top: 6px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #68798b;
    font-size: 11px;
    line-height: 1.6;
}

.article-comment-form-v2__counter {
    direction: ltr;
    color: #52677b;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.article-comment-form-v2__status {
    min-height: 22px;
    margin-top: 4px;
    color: #a90f1b;
    font-size: 12px;
    line-height: 1.7;
}

.article-comments-v2__foot {
    display: flex;
    margin-top: 18px;
    padding-top: 18px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid #e0e8ee;
}

.article-comment-rules-v2 {
    display: flex;
    max-width: 620px;
    align-items: flex-start;
    gap: 10px;
    color: #596b7c;
}

.article-comment-rules-v2__icon {
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-top: 1px;
    place-items: center;
    border: 1px solid #f0cdd0;
    border-radius: 50%;
    color: #c2111e;
    background: #fff6f7;
    font-size: 14px;
    font-weight: 700;
}

.article-comment-rules-v2 strong {
    display: block;
    margin-bottom: 2px;
    color: #18314c;
    font-size: 12px;
}

.article-comment-rules-v2 p {
    margin: 0;
    color: #596b7c;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.85;
}

.article-comment-form-v2__submit {
    display: inline-flex;
    min-width: 142px;
    min-height: 44px;
    padding: 0 21px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 7px;
    color: #fff;
    background: #c2111e;
    box-shadow: 0 6px 14px rgba(194, 17, 30, .17);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.article-comment-form-v2__submit svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.article-comment-form-v2__submit:disabled {
    cursor: wait;
    opacity: .65;
}

.article-comment-form-v2__submit:focus-visible {
    outline: 3px solid rgba(194, 17, 30, .24);
    outline-offset: 3px;
}

.article-comment-form-v2__honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.article-comments-list-v2 {
    direction: rtl;
    margin-top: 22px;
    padding: 20px 22px;
    border: 1px solid #d5e0e8;
    border-radius: 10px;
    background: #fff;
    font-family: Cairo, Tahoma, Arial, sans-serif;
    text-align: right;
}

.article-comments-list-v2__head {
    margin-bottom: 14px;
    padding-bottom: 11px;
    border-bottom: 1px solid #dfe7ed;
}

.article-comments-list-v2__title {
    margin: 0;
    padding-right: 11px;
    border-right: 4px solid #c2111e;
    color: #18314c;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
}

.article-comments-list-v2__title span {
    color: #68798b;
    font-size: 13px;
    font-weight: 600;
}

.article-comments-list-v2 .comment-sec {
    margin: 0 0 12px !important;
    padding: 15px;
    border: 1px solid #e0e7ed;
    border-radius: 8px;
    background: #fafcfd;
}

.article-comments-list-v2 .comment-sec:last-child {
    margin-bottom: 0 !important;
}

.article-comments-list-v2 .comment-para {
    color: #263646;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9;
}

@media (max-width: 700px) {
    .article-comments-v2__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .article-comments-v2__moderation {
        margin-right: auto;
    }

    .article-comments-v2__body,
    .article-comments-list-v2 {
        padding: 17px;
    }

    .article-comment-form-v2__grid {
        grid-template-columns: 1fr;
    }

    .article-comment-form-v2__field--wide {
        grid-column: auto;
    }

    .article-comments-v2__foot {
        align-items: stretch;
        flex-direction: column;
    }

    .article-comment-form-v2__submit {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .article-comments-v2 *,
    .article-comments-v2 *::before,
    .article-comments-v2 *::after {
        transition: none !important;
    }
}
/* === ARTICLE COMMENTS V2 END === */

/* === ARTICLE VIDEO SIDEBAR V1 START ===
   Six-video desktop article sidebar.
   Uses native images, fixed geometry and no JavaScript.
*/
.article-video-sidebar-v1 {
    --video-sidebar-navy: #294767;
    --video-sidebar-deep: #18344f;
    --video-sidebar-red: #d7192d;
    --video-sidebar-line: #dce5ed;
    width: 100%;
    margin: 0;
    color: var(--video-sidebar-deep);
    direction: rtl;
    font-family: Cairo, Tahoma, Arial, sans-serif;
}

.article-video-sidebar-v1__header {
    position: relative;
    display: flex;
    min-height: 62px;
    padding: 0 18px 3px 12px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--video-sidebar-line);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(20, 48, 76, .055);
}

.article-video-sidebar-v1__header::before {
    position: absolute;
    top: 11px;
    right: 0;
    width: 6px;
    height: 38px;
    border-radius: 4px 0 0 4px;
    background: var(--video-sidebar-navy);
    content: "";
}

.article-video-sidebar-v1__header::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        to left,
        var(--video-sidebar-red) 0 34%,
        var(--video-sidebar-navy) 34% 100%
    );
    content: "";
}

.article-video-sidebar-v1__heading {
    margin: 0;
    color: var(--video-sidebar-deep) !important;
    font-family: Cairo, Tahoma, Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: -.2px;
    line-height: 1.3 !important;
    text-align: right;
}

.article-video-sidebar-v1__more {
    position: relative;
    display: inline-flex;
    padding-left: 1px;
    align-items: center;
    gap: 5px;
    color: var(--video-sidebar-red) !important;
    font-family: Cairo, Tahoma, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    white-space: nowrap;
}

.article-video-sidebar-v1__more span {
    color: var(--video-sidebar-navy);
    font-size: 17px;
    line-height: 1;
}

.article-video-sidebar-v1__list {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.article-video-sidebar-v1__item {
    margin: 0;
    padding: 0;
}

.article-video-sidebar-v1__item + .article-video-sidebar-v1__item {
    margin-top: 12px;
}

.article-video-sidebar-v1__card {
    position: relative;
    display: block;
    width: 100%;
    height: 195px;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid var(--video-sidebar-line);
    border-radius: 7px;
    background: var(--video-sidebar-deep);
    box-shadow: 0 2px 9px rgba(15, 39, 63, .06);
    transform: none !important;
}

.article-video-sidebar-v1__image {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover;
    object-position: center;
    transform: none !important;
}

.article-video-sidebar-v1__shade {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 18%,
        rgba(7, 23, 39, .2) 48%,
        rgba(7, 23, 39, .94) 100%
    );
}

.article-video-sidebar-v1__play {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
}

.article-video-sidebar-v1__play::before {
    margin-right: 2px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid var(--video-sidebar-red);
    content: "";
}

.article-video-sidebar-v1__title {
    position: absolute;
    z-index: 2;
    right: 13px;
    bottom: 12px;
    left: 13px;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #fff !important;
    font-family: Cairo, Tahoma, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.7 !important;
    text-align: right;
    text-shadow: 0 1px 3px #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article-video-sidebar-v1__card:hover,
.article-video-sidebar-v1__card:hover .article-video-sidebar-v1__image {
    transform: none !important;
}

.article-video-sidebar-v1__card:focus-visible,
.article-video-sidebar-v1__more:focus-visible {
    outline: 2px solid var(--video-sidebar-red);
    outline-offset: 3px;
}

@media (max-width: 767.98px) {
    .article-video-sidebar-v1__card {
        height: auto;
        aspect-ratio: 480 / 305;
    }
}
/* === ARTICLE VIDEO SIDEBAR V1 END === */


/* === POPULAR BOX EDITORIAL V3 START ===
   Default desktop article test only.
   Uses the existing unified article stylesheet and existing image derivative.
*/
.detail-page-last-sec .popular-box-v3 {
    overflow: hidden;
    background: #fff;
    border: 1px solid #d9e2eb;
    border-top: 4px solid #2e4866;
    border-radius: 12px;
    color: #14283e;
    direction: rtl;
    font-family: inherit;
    box-shadow: 0 12px 32px rgba(29, 52, 76, .08);
}

.detail-page-last-sec .popular-box-v3__head {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 68px;
    padding: 0 24px;
    background: linear-gradient(90deg, #f8fafc 0%, #fff 45%);
    border-bottom: 1px solid #dfe7ef;
}

.detail-page-last-sec .popular-box-v3__head::after {
    position: absolute;
    right: 24px;
    bottom: -1px;
    width: 132px;
    height: 3px;
    background: #c91627;
    content: '';
}

.detail-page-last-sec .popular-box-v3__head h2 {
    position: relative;
    margin: 0;
    padding-right: 15px;
    color: #172f49;
    font-family: inherit;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
}

.detail-page-last-sec .popular-box-v3__head h2::before {
    position: absolute;
    top: 3px;
    right: 0;
    width: 5px;
    height: 28px;
    border-radius: 3px;
    background: #c91627;
    content: '';
}

.detail-page-last-sec .popular-box-v3__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 18px;
    background: #f5f8fb;
    list-style: none;
}

.detail-page-last-sec .popular-box-v3__item {
    display: grid;
    grid-template-columns: 178px minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
    min-width: 0;
    min-height: 132px;
    padding: 8px;
    background: #fff;
    border: 1px solid #e0e7ee;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(34, 57, 81, .04);
}

.detail-page-last-sec .popular-box-v3__item:hover {
    border-color: #c4d1de;
}

.detail-page-last-sec .popular-box-v3__image-link {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 116px;
    background: #e9eef3;
    border-radius: 7px;
    text-decoration: none;
}

.detail-page-last-sec .popular-box-v3__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 116px;
    background: #e9eef3;
    object-fit: cover;
}

.detail-page-last-sec .popular-box-v3__rank {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: grid;
    width: 40px;
    height: 38px;
    place-items: center;
    overflow: hidden;
    background: rgba(23, 47, 73, .96);
    border-bottom: 4px solid #dc1f32;
    border-radius: 0 7px 0 9px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 3px 10px rgba(9, 24, 40, .22);
}

.detail-page-last-sec .popular-box-v3__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 5px 2px 4px 6px;
}

.detail-page-last-sec .popular-box-v3__title {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #14283e;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.72;
    text-align: right;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.detail-page-last-sec .popular-box-v3__title:hover {
    color: #c91627;
}

.detail-page-last-sec .popular-box-v3__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 9px;
    border-top: 1px solid #edf1f5;
}

.detail-page-last-sec .popular-box-v3__category {
    overflow: hidden;
    color: #c91627;
    font-size: 11px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-page-last-sec .popular-box-v3__views {
    flex: 0 0 auto;
    padding: 4px 9px;
    background: #eef2f6;
    border-radius: 999px;
    color: #596b7c;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 800px) {
    .detail-page-last-sec .popular-box-v3__list {
        grid-template-columns: 1fr;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .detail-page-last-sec .popular-box-v3__head {
        min-height: 58px;
        padding: 0 16px;
    }

    .detail-page-last-sec .popular-box-v3__head::after {
        right: 16px;
        width: 112px;
    }

    .detail-page-last-sec .popular-box-v3__head h2 {
        font-size: 19px;
    }

    .detail-page-last-sec .popular-box-v3__item {
        grid-template-columns: 132px minmax(0, 1fr);
        min-height: 112px;
    }

    .detail-page-last-sec .popular-box-v3__image-link,
    .detail-page-last-sec .popular-box-v3__image {
        min-height: 96px;
    }

    .detail-page-last-sec .popular-box-v3__rank {
        width: 36px;
        height: 34px;
        font-size: 16px;
    }

    .detail-page-last-sec .popular-box-v3__title {
        font-size: 13px;
        line-height: 1.65;
    }

    .detail-page-last-sec .popular-box-v3__views {
        padding-inline: 7px;
    }
}
/* === POPULAR BOX EDITORIAL V3 END === */

/* === POPULAR BOX V3 UNIFIED HEIGHT FIX START ===
   Prevent intrinsic and lazy-loaded images from expanding card rows.
*/
.detail-page-last-sec .popular-box-v3__item {
    height: 138px;
    min-height: 138px;
    overflow: hidden;
    align-items: center;
}

.detail-page-last-sec .popular-box-v3__image-link {
    width: 178px;
    height: 120px;
    min-height: 120px;
    align-self: center;
}

.detail-page-last-sec .popular-box-v3__image {
    width: 178px;
    height: 120px;
    min-height: 120px;
    max-height: 120px;
    object-fit: cover;
    object-position: center;
}

.detail-page-last-sec .popular-box-v3__image[src*="/admin/assets/img/no-image"] {
    padding: 8px;
    background: #eef2f5;
    object-fit: contain;
}

.detail-page-last-sec .popular-box-v3__copy {
    height: 120px;
    min-height: 120px;
    overflow: hidden;
}

@media (max-width: 480px) {
    .detail-page-last-sec .popular-box-v3__item {
        height: 114px;
        min-height: 114px;
    }

    .detail-page-last-sec .popular-box-v3__image-link,
    .detail-page-last-sec .popular-box-v3__image {
        width: 132px;
        height: 96px;
        min-height: 96px;
        max-height: 96px;
    }

    .detail-page-last-sec .popular-box-v3__copy {
        height: 96px;
        min-height: 96px;
    }
}
/* === POPULAR BOX V3 UNIFIED HEIGHT FIX END === */

/* === ARTICLE SIDEBAR AD GAP 16PX START ===
   Replace Bootstrap mb-5 (48px) with the article spacing token (16px).
*/
.article-detail-v1__aside .hero-sec-adds-4 {
    margin-bottom: 16px !important;
}
/* === ARTICLE SIDEBAR AD GAP 16PX END === */

/* === ARTICLE SIDEBAR AD-SAFE SPACING V2 START ===
   Keep AdSense creatives and disclosure labels fully visible and unaltered.
*/
.article-detail-v1__aside .hero-sec-adds-4 {
    margin-bottom: 16px !important;
    overflow: visible !important;
    border-radius: 0 !important;
    contain: none !important;
}
/* === ARTICLE SIDEBAR AD-SAFE SPACING V2 END === */

/* AKHBARONA COMMENT DISPLAY V3 START */
.comments-display-v2 {
    margin-top: 22px;
    overflow: hidden;
    border: 1px solid #d7e1e8;
    border-radius: 14px;
    background: #f6f8fa;
    box-shadow: 0 12px 34px rgba(24, 49, 76, .07);
}

.comments-display-v2__head {
    display: flex;
    min-height: 74px;
    padding: 16px 20px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid #e0e7ed;
    background: #fff;
}

.comments-display-v2__heading {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
}

.comments-display-v2__heading::before {
    width: 4px;
    height: 35px;
    flex: 0 0 4px;
    border-radius: 999px;
    background: #c2111e;
    content: "";
}

.comments-display-v2__title {
    margin: 0;
    color: #18314c;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
}

.comments-display-v2__count {
    display: grid;
    min-width: 34px;
    height: 28px;
    padding: 0 9px;
    place-items: center;
    border: 1px solid #ead3d5;
    border-radius: 999px;
    color: #c2111e;
    background: #fff5f5;
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.comments-display-v2__note {
    margin: 0;
    color: #6c7d8e;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

.comments-display-v2__list {
    display: grid;
    padding: 14px;
    gap: 12px;
}

.comment-card-v2 {
    padding: 18px;
    border: 1px solid #dbe4ea;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(24, 49, 76, .035);
}

.comment-card-v2__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.comment-card-v2__identity {
    min-width: 0;
    padding-right: 12px;
    border-right: 3px solid #c2111e;
}

.comment-card-v2__title {
    margin: 0;
    color: #18314c;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.comment-card-v2__author {
    display: flex;
    margin: 4px 0 0;
    align-items: center;
    gap: 6px;
    color: #536a7f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.comment-card-v2__author svg {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    color: #8190a0;
}

.comment-card-v2__number {
    display: inline-flex;
    height: 26px;
    flex: 0 0 auto;
    padding: 0 9px;
    align-items: center;
    border: 1px solid #dbe4ea;
    border-radius: 999px;
    color: #617487;
    background: #f8fafb;
    font-size: 11px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    direction: rtl;
}

.comment-card-v2__body {
    margin: 15px 0 0;
    color: #26384a;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    overflow-wrap: anywhere;
}

.comment-card-v2__footer {
    display: flex;
    min-height: 42px;
    margin-top: 15px;
    padding-top: 13px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid #e5ebef;
}

.comment-card-v2__date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6c7d8e;
    font-size: 11px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    direction: rtl;
    white-space: nowrap;
}

.comment-card-v2__date svg {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
}

.comment-vote-v2 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    direction: ltr;
}

.comment-vote-v2__button {
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    border: 1px solid #cfdae3;
    border-radius: 9px;
    color: #405a72;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
}

.comment-vote-v2__button svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.comment-vote-v2__button--up {
    border-color: #c9d7e4;
    color: #18314c;
    background: #f5f8fb;
}

.comment-vote-v2__button--down {
    color: #7b8793;
}

.comment-vote-v2__button:hover,
.comment-vote-v2__button:focus-visible {
    border-color: #aebdca;
    color: #c2111e;
    outline: none;
}

.comment-vote-v2__score {
    display: grid;
    min-width: 32px;
    height: 28px;
    padding: 0 7px;
    place-items: center;
    border-radius: 999px;
    color: #334b62;
    background: #eef3f7;
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 700px) {
    .comments-display-v2__head {
        min-height: 68px;
        padding: 14px 15px;
    }

    .comments-display-v2__title {
        font-size: 20px;
    }

    .comments-display-v2__note {
        display: none;
    }

    .comments-display-v2__list {
        padding: 10px;
        gap: 10px;
    }

    .comment-card-v2 {
        padding: 15px;
    }

    .comment-card-v2__top {
        gap: 10px;
    }

    .comment-card-v2__identity {
        padding-right: 10px;
    }

    .comment-card-v2__body {
        font-size: 14px;
        line-height: 1.95;
    }

    .comment-card-v2__footer {
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .comment-vote-v2__button {
        width: 36px;
        height: 36px;
    }

    .comment-vote-v2__button svg {
        width: 17px;
        height: 17px;
    }
}
/* AKHBARONA COMMENT DISPLAY V3 END */

/* AKHBARONA COMMENT DISPLAY V3.1 START */
.comment-card-v2__title-row {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
}

.comment-card-v2__person {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    color: #617487;
}

.comment-card-v2__author {
    display: block;
    margin: 3px 24px 0 0;
}

.comment-vote-v2 {
    gap: 7px;
}

.comment-vote-v2__actions {
    display: inline-flex;
    overflow: hidden;
    border: 1px solid #cfdae3;
    border-radius: 10px;
    background: #fff;
}

.comment-vote-v2__actions .comment-vote-v2__button {
    border: 0;
    border-radius: 0;
}

.comment-vote-v2__actions .comment-vote-v2__button +
.comment-vote-v2__button {
    border-left: 1px solid #d7e0e7;
}
/* AKHBARONA COMMENT DISPLAY V3.1 END */
