
.majalla-single-header {
    margin-bottom: 28px;
}

.majalla-single-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}
.majalla-single-cat {
    display: inline-block;
    padding: 4px 12px;
    background: #d8232a;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    text-decoration: none;
    line-height: 1.6;
    transition: background .2s ease;
}
.majalla-single-cat:hover {
    background: #a81b21;
    color: #fff !important;
}

.majalla-single-title {
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 12px;
}

.majalla-single-excerpt {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 18px;
}

.majalla-single-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 6px;
    font-size: 14px;
    color: #666;
}
.majalla-single-meta a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}
.majalla-single-meta a:hover { color: #d8232a; }

.majalla-meta-author {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.majalla-meta-author img.avatar {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.majalla-meta-sep {
    opacity: .5;
    margin: 0 4px;
}

.majalla-single-header--classic .majalla-single-title {
    font-size: 36px;
}
@media (max-width: 767px) {
    .majalla-single-header--classic .majalla-single-title { font-size: 26px; }
    .majalla-single-header--classic .majalla-single-excerpt { font-size: 16px; }
}

.majalla-single-header--magazine {
    position: relative;
    min-height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: flex-end;
    margin: -20px 0 32px;      border-radius: 0;
}
.majalla-single-header--magazine .majalla-hero-overlay {
    width: 100%;
    padding: 80px 0 60px;
}
.majalla-single-header--magazine .majalla-hero-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.majalla-single-header--magazine .majalla-hero-title {
    color: #fff;
    font-size: 48px;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.majalla-single-header--magazine .majalla-hero-excerpt {
    color: #f0f0f0;
    font-size: 20px;
    max-width: 760px;
    margin: 0 auto 22px;
}
.majalla-single-header--magazine .majalla-hero-meta {
    color: #e9e9e9;
    justify-content: center;
}
.majalla-single-header--magazine .majalla-hero-meta a { color: #fff; }
.majalla-single-header--magazine .majalla-single-cat {
    background: rgba(255,255,255,.15);
    color: #fff !important;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,.35);
}
.majalla-single-header--magazine .majalla-single-cat:hover {
    background: #d8232a;
    border-color: #d8232a;
}
.majalla-single-header--magazine .majalla-hero-categories {
    justify-content: center;
}
@media (max-width: 767px) {
    .majalla-single-header--magazine { min-height: 360px; }
    .majalla-single-header--magazine .majalla-hero-overlay { padding: 50px 0 36px; }
    .majalla-single-header--magazine .majalla-hero-title { font-size: 28px; }
    .majalla-single-header--magazine .majalla-hero-excerpt { font-size: 16px; }
}

.majalla-single-header--narrative {
    text-align: center;
    margin-bottom: 36px;
}
.majalla-single-header--narrative .majalla-narrative-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 40px 20px 28px;
}
.majalla-single-header--narrative .majalla-narrative-categories {
    justify-content: center;
    margin-bottom: 18px;
}
.majalla-single-header--narrative .majalla-narrative-title {
    font-size: 44px;
    font-family: 'Tajawal', 'Cairo', serif;
    letter-spacing: -.01em;
    margin-bottom: 18px;
}
.majalla-single-header--narrative .majalla-narrative-excerpt {
    font-size: 20px;
    font-style: italic;
    line-height: 1.75;
    color: #555;
    border: 0;
    position: relative;
    padding: 10px 0;
    margin-bottom: 24px;
}
.majalla-single-header--narrative .majalla-narrative-excerpt::before,
.majalla-single-header--narrative .majalla-narrative-excerpt::after {
    content: '';
    display: block;
    width: 56px;
    height: 2px;
    background: #d8232a;
    margin: 14px auto;
}
.majalla-single-header--narrative .majalla-narrative-meta {
    justify-content: center;
}
.majalla-single-header--narrative .majalla-meta-author {
    align-items: center;
}
.majalla-single-header--narrative .majalla-meta-author img.avatar {
    width: 48px; height: 48px;
}
.majalla-single-header--narrative .majalla-meta-author-info {
    display: inline-flex;
    flex-direction: column;
    text-align: start;
    line-height: 1.3;
}
.majalla-single-header--narrative .majalla-meta-author-name {
    font-weight: 700;
    font-size: 15px;
}
.majalla-single-header--narrative .majalla-meta-author-sub {
    font-size: 13px;
    color: #777;
}
.majalla-single-header--narrative .majalla-narrative-figure {
    margin: 0 0 24px;
}
.majalla-single-header--narrative .majalla-narrative-figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}
.majalla-single-header--narrative .majalla-narrative-figcaption {
    max-width: 760px;
    margin: 10px auto 0;
    padding: 0 20px;
    font-size: 13px;
    color: #888;
    text-align: center;
    font-style: italic;
}

.post-single-style--narrative .container-small,
.post-single-style--narrative .news-details-inner .container-small {
    max-width: 760px;
}
.post-single-style--narrative .news-details-inner p,
.post-single-style--narrative .news-details-inner h2,
.post-single-style--narrative .news-details-inner h3 {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.post-single-style--narrative .news-details-inner p {
    font-size: 18px;
    line-height: 1.85;
}

@media (max-width: 767px) {
    .majalla-single-header--narrative .majalla-narrative-title { font-size: 30px; }
    .majalla-single-header--narrative .majalla-narrative-excerpt { font-size: 17px; }
}

.majalla-banner-wrap {
    margin: 14px 0;
    text-align: center;
}
.majalla-banner-wrap .majalla-banner-label {
    display: block;
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.majalla-banner-wrap img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.majalla-banner--in_article {
    margin: 26px auto;
    clear: both;
}
.majalla-banner--sidebar {
    margin-bottom: 22px;
}

@media (max-width: 767px) {
    .majalla-banner--hide-mobile { display: none !important; }
}

.majalla-archive-header {
    margin: 10px 0 28px;
    padding-bottom: 18px;
    border-bottom: 2px solid #d8232a;
}
.majalla-archive-title {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 6px;
    color: #222;
}
.majalla-archive-desc {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    max-width: 820px;
}

.majalla-archive--grid .majalla-grid-row {
    margin-inline: -12px;
}
.majalla-archive--grid .majalla-grid-col {
    margin-bottom: 28px;
    padding: 0 12px;
}
.majalla-grid-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.majalla-grid-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0,0,0,.1);
}
.majalla-grid-thumb {
    display: block;
    overflow: hidden;
    aspect-ratio: 16/10;
}
.majalla-grid-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.majalla-grid-card:hover .majalla-grid-thumb img {
    transform: scale(1.05);
}
.majalla-grid-body {
    padding: 18px 18px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.majalla-grid-cat {
    display: inline-block;
    color: #d8232a;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 8px;
    text-decoration: none;
}
.majalla-grid-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px;
}
.majalla-grid-title a {
    color: #222;
    text-decoration: none;
}
.majalla-grid-title a:hover { color: #d8232a; }
.majalla-grid-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 14px;
    flex: 1;
}
.majalla-grid-meta {
    font-size: 12px;
    color: #888;
}

.majalla-archive--list .majalla-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.majalla-list-item {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 22px;
    padding-bottom: 28px;
    border-bottom: 1px solid #eee;
}
.majalla-list-item:last-child { border-bottom: 0; }
.majalla-list-thumb {
    display: block;
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 4/3;
}
.majalla-list-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.majalla-list-item:hover .majalla-list-thumb img {
    transform: scale(1.04);
}
.majalla-list-cats {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}
.majalla-list-cat {
    display: inline-block;
    padding: 3px 10px;
    background: #f6f6f6;
    color: #d8232a;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
    text-decoration: none;
}
.majalla-list-cat:hover { background: #d8232a; color: #fff; }
.majalla-list-title {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 10px;
}
.majalla-list-title a { color: #1a1a1a; text-decoration: none; }
.majalla-list-title a:hover { color: #d8232a; }
.majalla-list-excerpt {
    color: #555;
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 14px;
}
.majalla-list-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #777;
}
.majalla-list-meta .avatar {
    border-radius: 50%;
    width: 28px; height: 28px;
    margin-inline-end: 6px;
    vertical-align: middle;
}
.majalla-list-meta a { color: inherit; text-decoration: none; font-weight: 600; }
.majalla-list-meta a:hover { color: #d8232a; }
.majalla-list-spacer { flex: 1; }
.majalla-list-continue {
    display: inline-block;
    color: #d8232a !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
}
.majalla-list-continue:hover { text-decoration: underline; }

@media (max-width: 767px) {
    .majalla-list-item {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .majalla-list-title { font-size: 20px; }
    .majalla-list-excerpt { font-size: 14px; }
}

.majalla-archive-header--magazine {
    text-align: center;
    border-bottom: 0;
    padding: 8px 0 26px;
}
.majalla-archive-kicker {
    display: inline-block;
    color: #d8232a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.majalla-archive-header--magazine .majalla-archive-title {
    font-size: 42px;
    position: relative;
    display: inline-block;
    padding: 0 14px;
}
.majalla-archive-header--magazine .majalla-archive-title::before,
.majalla-archive-header--magazine .majalla-archive-title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 60px;
    height: 2px;
    background: #d8232a;
}
.majalla-archive-header--magazine .majalla-archive-title::before { right: 100%; }
.majalla-archive-header--magazine .majalla-archive-title::after  { left: 100%; }
.majalla-archive-header--magazine .majalla-archive-desc {
    margin: 10px auto 0;
}

.majalla-mag-cat {
    display: inline-block;
    color: #d8232a;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 8px;
    text-decoration: none;
}
.majalla-mag-meta {
    font-size: 12px;
    color: #888;
}

/* Lead */
.majalla-mag-lead {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #eee;
}
.majalla-mag-lead-thumb {
    display: block;
    overflow: hidden;
    aspect-ratio: 4/3;
    border-radius: 8px;
}
.majalla-mag-lead-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.majalla-mag-lead:hover .majalla-mag-lead-thumb img { transform: scale(1.04); }
.majalla-mag-lead-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 14px;
}
.majalla-mag-lead-title a { color: #1a1a1a; text-decoration: none; }
.majalla-mag-lead-title a:hover { color: #d8232a; }
.majalla-mag-lead-excerpt {
    color: #555;
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 14px;
}

/* Mid pair */
.majalla-mag-pair { margin-bottom: 36px; }
.majalla-mag-mid {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
    margin-bottom: 20px;
}
.majalla-mag-mid-thumb {
    display: block;
    overflow: hidden;
    aspect-ratio: 16/9;
}
.majalla-mag-mid-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.majalla-mag-mid-body { padding: 16px 18px 18px; }
.majalla-mag-mid-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8px;
}
.majalla-mag-mid-title a { color: #222; text-decoration: none; }
.majalla-mag-mid-title a:hover { color: #d8232a; }

/* Small trio */
.majalla-mag-trio { margin-bottom: 36px; }
.majalla-mag-small {
    margin-bottom: 24px;
}
.majalla-mag-small-thumb {
    display: block;
    overflow: hidden;
    aspect-ratio: 4/3;
    border-radius: 6px;
    margin-bottom: 12px;
}
.majalla-mag-small-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.majalla-mag-small:hover .majalla-mag-small-thumb img { transform: scale(1.05); }
.majalla-mag-small-body { padding: 0 4px; }
.majalla-mag-small-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 6px;
}
.majalla-mag-small-title a { color: #222; text-decoration: none; }
.majalla-mag-small-title a:hover { color: #d8232a; }

@media (max-width: 767px) {
    .majalla-mag-lead {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .majalla-mag-lead-title { font-size: 24px; }
    .majalla-archive-header--magazine .majalla-archive-title { font-size: 28px; }
    .majalla-archive-header--magazine .majalla-archive-title::before,
    .majalla-archive-header--magazine .majalla-archive-title::after { width: 30px; }
}

.rt-author-block.majalla-author-box {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    padding: 28px;
    border-radius: 14px;
    margin: 40px 0 60px;
    position: relative;
    background: #f6f6f6;
    border: 1px solid transparent;
}
.rt-author-block.majalla-author-box .author-img {
    flex: 0 0 auto;
    max-width: none;
    width: 110px;
}
.rt-author-block.majalla-author-box .author-img img,
.rt-author-block.majalla-author-box .author-img .rt-custom-atr {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.rt-author-block.majalla-author-box .author-desc {
    flex: 1 1 auto;
    padding: 0;
    color: var(--color-secondary, #444);
    min-width: 0;
}
.majalla-author-box__label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d8232a;
    margin-bottom: 6px;
}
.rt-author-block.majalla-author-box .author-title {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 10px;
}
.rt-author-block.majalla-author-box .author-title a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}
.rt-author-block.majalla-author-box .author-title a:hover {
    color: #d8232a;
}
.majalla-author-box__bio {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 14px;
}
.majalla-author-box__bio p { margin: 0 0 8px; }
.majalla-author-box__bio p:last-child { margin-bottom: 0; }

.majalla-author-box__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    padding-top: 14px;
    border-top: 1px dashed #e3e3e3;
    margin-top: 6px;
}
.rt-author-block.majalla-author-box .rts-author-social-area {
    padding-top: 0;
    flex: 0 0 auto;
    max-width: none;
}
.rt-author-block.majalla-author-box .rts-author-social-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.rt-author-block.majalla-author-box .rts-author-social-area ul li {
    margin: 0;
}
.rt-author-block.majalla-author-box .rts-author-social-area ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: #555;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    transition: all .2s ease;
}
.rt-author-block.majalla-author-box .rts-author-social-area ul li a:hover {
    background: #d8232a;
    border-color: #d8232a;
    color: #fff;
    transform: translateY(-2px);
}

.majalla-author-box__all-posts {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #1a1a1a;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}
.majalla-author-box__all-posts:hover {
    background: #d8232a;
    transform: translateX(-3px); }
.majalla-author-box__all-posts i { font-size: 14px; }

.rt-author-block.majalla-author-box--stacked {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.rt-author-block.majalla-author-box--stacked .majalla-author-box__foot {
    justify-content: center;
}
.rt-author-block.majalla-author-box--card {
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 8px 28px rgba(0,0,0,.04);
}

.rt-author-block.author-box--bg-light    { background: #fafafa; }
.rt-author-block.author-box--bg-primary  {
    background: linear-gradient(135deg, rgba(216,35,42,.08), rgba(216,35,42,.02));
    border-color: rgba(216,35,42,.18);
}
.rt-author-block.author-box--bg-outline  {
    background: transparent;
    border: 1px solid #e4e4e4;
}
.rt-author-block.author-box--bg-transparent {
    background: transparent;
    border: 0;
    padding-inline: 0;
}

@media (max-width: 767px) {
    .rt-author-block.majalla-author-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 22px;
        gap: 16px;
    }
    .rt-author-block.majalla-author-box .author-desc {
        width: 100%;
    }
    .majalla-author-box__foot {
        flex-direction: column;
        align-items: center;
    }
    .rt-author-block.majalla-author-box .rts-author-social-area ul {
        justify-content: center;
    }
}

.majalla-single-meta .majalla-meta-comments {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}
.majalla-single-meta .majalla-meta-comments:hover { color: #d8232a; }
.majalla-single-meta .majalla-meta-comments i { font-size: 14px; }

.wparaby-blog-details { position: relative; }

.majalla-share {
    display: block;
}
.majalla-share__link.is-copied {
    background: #16a34a !important;
    color: #fff !important;
    border-color: #16a34a !important;
}
.majalla-share__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.majalla-share__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f4f4f4;
    color: #333;
    font-size: 18px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
    position: relative;
}
.majalla-share__link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.majalla-share .screen-reader-text {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    width: 1px; height: 1px; overflow: hidden;
}

.majalla-share--bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 36px 0 30px;
    padding: 18px 22px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fafafa;
    border-radius: 10px;
}
.majalla-share--bottom .majalla-share__label {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin-inline-end: 8px;
}
.majalla-share--bottom .majalla-share__list {
    flex: 1 1 auto;
    justify-content: flex-end;
}

.majalla-share--floating {
    position: absolute;
    top: 120px;
    inset-inline-start: -72px;     width: 52px;
    z-index: 3;
}
.majalla-share--floating .majalla-share__list {
    flex-direction: column;
    position: sticky;
    top: 120px;
    gap: 8px;
    background: #fff;
    padding: 10px 6px;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    border: 1px solid #eee;
}
.majalla-share--floating .majalla-share__link {
    width: 38px;
    height: 38px;
    font-size: 16px;
}
.majalla-share--floating .majalla-share__label { display: none; }


.majalla-share--style-filled .majalla-share__item--facebook  .majalla-share__link { background: #1877f2; color:#fff; }
.majalla-share--style-filled .majalla-share__item--twitter   .majalla-share__link { background: #000;    color:#fff; }
.majalla-share--style-filled .majalla-share__item--whatsapp  .majalla-share__link { background: #25d366; color:#fff; }
.majalla-share--style-filled .majalla-share__item--telegram  .majalla-share__link { background: #26a5e4; color:#fff; }
.majalla-share--style-filled .majalla-share__item--linkedin  .majalla-share__link { background: #0a66c2; color:#fff; }
.majalla-share--style-filled .majalla-share__item--pinterest .majalla-share__link { background: #e60023; color:#fff; }
.majalla-share--style-filled .majalla-share__item--reddit    .majalla-share__link { background: #ff4500; color:#fff; }
.majalla-share--style-filled .majalla-share__item--email     .majalla-share__link { background: #555;    color:#fff; }
.majalla-share--style-filled .majalla-share__item--copy      .majalla-share__link { background: #222;    color:#fff; }

.majalla-share--style-solid .majalla-share__link {
    background: #1a1a1a; color:#fff;
}
.majalla-share--style-solid .majalla-share__link:hover { background: #d8232a; }

.majalla-share--style-outline .majalla-share__link {
    background: transparent;
    color: #333;
    border-color: #ddd;
}
.majalla-share--style-outline .majalla-share__link:hover {
    border-color: #d8232a;
    color: #d8232a;
}

.majalla-share--style-minimal .majalla-share__link {
    background: transparent;
    color: #444;
    width: 34px;
    height: 34px;
    font-size: 17px;
    box-shadow: none;
}
.majalla-share--style-minimal .majalla-share__link:hover {
    color: #d8232a;
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .majalla-share--floating { display: none; }
}
@media (max-width: 600px) {
    .majalla-share--bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .majalla-share--bottom .majalla-share__list {
        justify-content: flex-start;
        width: 100%;
    }
}

.majalla-related-posts { margin: 50px 0 40px; }

.majalla-related-posts__title {
    position: relative;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--majalla-related-title, #1a1a1a);
    margin: 0 0 28px;
    padding-bottom: 14px;
    display: inline-block;
}
.majalla-related-posts__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 56px;
    height: 3px;
    background: var(--majalla-related-accent, #d8232a);
    border-radius: 3px;
}

.majalla-related-posts .single-blog-item .rt-post-title a {
    color: var(--majalla-related-card, #222);
    transition: color .2s ease;
}
.majalla-related-posts .single-blog-item .rt-post-title a:hover {
    color: var(--majalla-related-hover, #d8232a);
}
.majalla-related-posts .rt-related-date {
    font-size: 12px;
    color: #888;
    margin-top: 6px;
    display: inline-block;
}


.majalla-recent-widget {
    --majalla-recent-title: #1a1a1a;
    --majalla-recent-title-hover: #d8232a;
    --majalla-recent-meta: #8a8a8a;
    --majalla-recent-icon: #b5b5b5;
    --majalla-recent-border: #eef0f2;
    --majalla-recent-thumb-size: 72px;
}

.majalla-recent-widget .majalla-recent-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.majalla-recent-widget .majalla-recent-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--majalla-recent-border);
    position: relative;
}
.majalla-recent-widget .majalla-recent-item:first-child {
    padding-top: 0;
}
.majalla-recent-widget .majalla-recent-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

/* Thumbnail column */
.majalla-recent-item__thumb {
    flex: 0 0 var(--majalla-recent-thumb-size);
    width: var(--majalla-recent-thumb-size);
    height: var(--majalla-recent-thumb-size);
    display: block;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    background: #f4f5f7;
    transition: transform .3s ease, box-shadow .3s ease;
}
.majalla-recent-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}
.majalla-recent-item:hover .majalla-recent-item__thumb img {
    transform: scale(1.08);
}

/* Body — title on top, meta at bottom */
.majalla-recent-item__body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.majalla-recent-item__title {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 700;
    color: var(--majalla-recent-title);
    word-wrap: break-word;
}
.majalla-recent-item__title a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
    display: block;
}
.majalla-recent-item__title a:hover,
.majalla-recent-item__title a:focus {
    color: var(--majalla-recent-title-hover);
}

/* Meta row (date + comments) */
.majalla-recent-item__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    line-height: 1.4;
    color: var(--majalla-recent-meta);
    margin-top: 2px;
}
.majalla-recent-item__meta .icon-1 {
    font-size: 13px;
    color: var(--majalla-recent-icon);
    margin-inline-end: 4px;
    vertical-align: middle;
    line-height: 1;
}
.majalla-recent-item__date,
.majalla-recent-item__comments {
    display: inline-flex;
    align-items: center;
    color: var(--majalla-recent-meta);
    text-decoration: none;
}
.majalla-recent-item__comments:hover,
.majalla-recent-item__comments:focus {
    color: var(--majalla-recent-title-hover);
}
.majalla-recent-item__sep {
    color: var(--majalla-recent-border);
    user-select: none;
}

/* Variant — without thumbnail (no gap/offset, meta left-aligned) */
.majalla-recent-widget--no-thumb .majalla-recent-item {
    gap: 0;
}
.majalla-recent-widget--no-thumb .majalla-recent-item__title {
    font-size: 15px;
}

/* Variant — with thumbnail: slightly larger title weight for balance */
.majalla-recent-widget--with-thumb .majalla-recent-item__title {
    font-size: 14.5px;
}

/* Responsive — tighten on small screens */
@media (max-width: 480px) {
    .majalla-recent-widget {
        --majalla-recent-thumb-size: 60px;
    }
    .majalla-recent-widget .majalla-recent-item {
        gap: 10px;
        padding: 12px 0;
    }
    .majalla-recent-item__title {
        font-size: 14px;
    }
    .majalla-recent-item__meta {
        font-size: 11.5px;
    }
}

/* Dark-mode-friendly override (opt-in via body class) */
body.majalla-dark .majalla-recent-widget {
    --majalla-recent-title: #f2f2f2;
    --majalla-recent-title-hover: #ff5a60;
    --majalla-recent-meta: #a6a6a6;
    --majalla-recent-icon: #7a7a7a;
    --majalla-recent-border: #2a2d31;
}


.majalla-post-search {
    --majalla-search-accent: var(--color-primary, #d8232a);
    --majalla-search-text: #1f1f1f;
    --majalla-search-placeholder: #9a9a9a;
    --majalla-search-field-bg: #f5f6f8;
    --majalla-search-field-border: transparent;
    --majalla-search-radius: 10px;
    --majalla-search-height: 52px;
    width: 100%;
}

.majalla-post-search .majalla-post-search__form {
    margin: 0;
}

.majalla-post-search .majalla-post-search__wrap,
.majalla-post-search .search-wrap {
    position: relative;
    display: flex;
    align-items: stretch;
    background: var(--majalla-search-field-bg);
    border: 1.5px solid var(--majalla-search-field-border);
    border-radius: var(--majalla-search-radius);
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.majalla-post-search .majalla-post-search__icon {
    position: absolute;
    top: 50%;
    inset-inline-start: 18px;
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--majalla-search-placeholder);
    pointer-events: none;
    transition: color .25s ease;
    z-index: 2;
}

.majalla-post-search .majalla-post-search__input,
.majalla-post-search .search-field {
    flex: 1 1 auto;
    min-width: 0;
    height: var(--majalla-search-height);
    padding-block: 0;
    padding-inline: 20px;
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    font-size: 15px;
    color: var(--majalla-search-text);
    font-family: inherit;
    line-height: var(--majalla-search-height);
    text-align: start;
    direction: rtl;
}
.majalla-post-search.has-icon .majalla-post-search__input {
    padding-inline-start: 48px;
}
.majalla-post-search .majalla-post-search__input::placeholder {
    color: var(--majalla-search-placeholder);
    opacity: 1;
}
.majalla-post-search .majalla-post-search__input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

/* Submit button — default */
.majalla-post-search .majalla-post-search__submit {
    flex: 0 0 auto;
    height: var(--majalla-search-height);
    padding: 0 22px;
    background: var(--majalla-search-accent);
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background .2s ease, transform .2s ease, opacity .2s ease;
}
.majalla-post-search .majalla-post-search__submit:hover,
.majalla-post-search .majalla-post-search__submit:focus {
    background: var(--majalla-search-text);
    color: #fff;
    transform: none;
    outline: none;
}
.majalla-post-search.icon-only .majalla-post-search__submit {
    padding: 0 18px;
    font-size: 16px;
}
.majalla-post-search.icon-only .majalla-post-search__submit i {
    font-size: 17px;
}

/* Focus state on whole field */
.majalla-post-search .majalla-post-search__wrap:focus-within,
.majalla-post-search .search-wrap:focus-within {
    border-color: var(--majalla-search-accent);
    box-shadow: 0 0 0 4px rgba(216, 35, 42, 0.12);
    background: #fff;
}
.majalla-post-search .majalla-post-search__wrap:focus-within .majalla-post-search__icon {
    color: var(--majalla-search-accent);
}

.majalla-post-search--style1 .majalla-post-search__wrap {
    background: var(--majalla-search-field-bg);
    border-color: transparent;
}

.majalla-post-search--style2 {
    --majalla-search-field-bg: #fff;
    --majalla-search-field-border: #e2e4e8;
}
.majalla-post-search--style2 .majalla-post-search__wrap {
    background: #fff;
    border-color: var(--majalla-search-field-border);
}

.majalla-post-search--style3 .majalla-post-search__wrap {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #d7dadd;
    border-radius: 0;
    padding-bottom: 2px;
}
.majalla-post-search--style3 .majalla-post-search__wrap:focus-within {
    background: transparent;
    border-bottom-color: var(--majalla-search-accent);
    box-shadow: none;
}
.majalla-post-search--style3 .majalla-post-search__submit {
    background: transparent;
    color: var(--majalla-search-accent);
    padding: 0 10px;
    font-weight: 700;
}
.majalla-post-search--style3 .majalla-post-search__submit:hover {
    background: transparent;
    color: var(--majalla-search-text);
}

/* Backward-compat with old markup: hide legacy ::before icon if our new icon is injected */
.majalla-post-search.has-icon button[type="submit"]::before {
    display: none !important;
}

/* Dark-mode variant */
body.majalla-dark .majalla-post-search,
html[data-theme="dark"] .majalla-post-search {
    --majalla-search-text: #f2f2f2;
    --majalla-search-placeholder: #909090;
    --majalla-search-field-bg: #22252a;
    --majalla-search-field-border: #2f3237;
}
body.majalla-dark .majalla-post-search .majalla-post-search__wrap:focus-within,
html[data-theme="dark"] .majalla-post-search .majalla-post-search__wrap:focus-within {
    background: #2a2d33;
}


.majalla-search-popup,
.sticky_form.rts-search-popup {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: saturate(160%) blur(6px);
    -webkit-backdrop-filter: saturate(160%) blur(6px);
}

body.search-active .majalla-search-popup,
body.search-active .sticky_form.rts-search-popup {
    height: 100% !important;
}

.majalla-search-popup__inner.sticky_form_full,
.majalla-search-popup .sticky_form_full {
    width: 100%;
    max-width: 720px;
    padding: 0 24px;
    text-align: center;
}

.majalla-search-popup__eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-primary, #d8232a);
    font-weight: 700;
    margin-bottom: 14px;
    padding: 6px 14px;
    border: 1px solid currentColor;
    border-radius: 100px;
    opacity: .9;
}

.majalla-search-popup__title {
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    line-height: 1.3;
    margin: 0 0 34px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
}

/* Field */
.majalla-search-popup__form {
    margin: 0 auto;
}
.majalla-search-popup__field {
    position: relative;
    display: flex;
    align-items: stretch;
    background: #fff;
    border: 2px solid #eaecef;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.12);
    transition: border-color .25s ease, box-shadow .25s ease;
}
.majalla-search-popup__field:focus-within {
    border-color: var(--color-primary, #d8232a);
    box-shadow: 0 20px 40px -14px rgba(216, 35, 42, 0.22);
}
.majalla-search-popup__icon {
    position: absolute;
    top: 50%;
    inset-inline-start: 22px;
    transform: translateY(-50%);
    font-size: 22px;
    color: #b3b6bb;
    pointer-events: none;
    transition: color .25s ease;
    z-index: 2;
}
.majalla-search-popup__field:focus-within .majalla-search-popup__icon {
    color: var(--color-primary, #d8232a);
}

.majalla-search-popup__input.search-input,
.majalla-search-popup .search-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 64px;
    padding-block: 0;
    padding-inline-start: 56px;
    padding-inline-end: 24px;
    background: transparent !important;
    border: 0 !important;
    outline: none;
    box-shadow: none !important;
    font-size: 1.05rem;
    color: #1a1a1a;
    font-family: inherit;
    line-height: 64px;
    text-align: start;
    direction: rtl;
}
.majalla-search-popup__input::placeholder {
    color: #a7abb0;
    opacity: 1;
}
.majalla-search-popup__input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.majalla-search-popup__submit {
    flex: 0 0 auto;
    height: 64px;
    padding: 0 28px;
    background: var(--color-primary, #d8232a);
    color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease;
    line-height: 1;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
}
.majalla-search-popup__submit:hover,
.majalla-search-popup__submit:focus {
    background: #1a1a1a;
    color: #fff;
    outline: none;
}
.majalla-search-popup__submit::before {
    display: none !important;
    content: '' !important;
}

/* Hints — popular tags */
.majalla-search-popup__hints {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
}
.majalla-search-popup__hints-label {
    color: #7a7d82;
    font-weight: 600;
}
.majalla-search-popup__hints-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.majalla-search-popup__tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background: #f3f4f6;
    border-radius: 100px;
    color: #3a3d42;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.majalla-search-popup__tag:hover,
.majalla-search-popup__tag:focus {
    background: var(--color-primary, #d8232a);
    color: #fff;
    transform: translateY(-1px);
}

/* Close button — refined, high-contrast circular */
.majalla-search-popup__close.close-search {
    position: fixed;
    top: 28px;
    inset-inline-end: 32px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid #e2e4e8;
    background: #fff;
    color: #1a1a1a;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
    opacity: 0;
    line-height: 1;
    z-index: 2;
}
.majalla-search-popup__close.close-search i {
    font-size: 20px;
    line-height: 1;
}
.majalla-search-popup__close.close-search:hover,
.majalla-search-popup__close.close-search:focus {
    background: var(--color-primary, #d8232a);
    color: #fff;
    border-color: var(--color-primary, #d8232a);
    transform: rotate(90deg);
    outline: none;
}
.rt-add-srch .majalla-search-popup__close.close-search,
.rt-add-srch .close-search {
    opacity: 1;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .majalla-search-popup__title {
        margin-bottom: 22px;
    }
    .majalla-search-popup__input.search-input,
    .majalla-search-popup .search-input {
        height: 56px;
        line-height: 56px;
        font-size: 1rem;
        padding-block: 0;
        padding-inline-start: 48px;
        padding-inline-end: 18px;
    }
    .majalla-search-popup__icon {
        font-size: 18px;
        inset-inline-start: 16px;
    }
    .majalla-search-popup__submit {
        height: 56px;
        padding: 0 18px;
        font-size: 14px;
    }
    .majalla-search-popup__close.close-search {
        top: 16px;
        inset-inline-end: 16px;
        width: 42px;
        height: 42px;
    }
}

/* Dark mode support */
body.majalla-dark .majalla-search-popup,
body.majalla-dark .sticky_form.rts-search-popup,
html[data-theme="dark"] .majalla-search-popup,
html[data-theme="dark"] .sticky_form.rts-search-popup {
    background: rgba(22, 24, 28, 0.98);
}
body.majalla-dark .majalla-search-popup__title,
html[data-theme="dark"] .majalla-search-popup__title {
    color: #f2f2f2;
}
body.majalla-dark .majalla-search-popup__field,
html[data-theme="dark"] .majalla-search-popup__field {
    background: #22252a;
    border-color: #2f3237;
    box-shadow: none;
}
body.majalla-dark .majalla-search-popup__input,
html[data-theme="dark"] .majalla-search-popup__input {
    color: #f2f2f2;
}
body.majalla-dark .majalla-search-popup__input::placeholder,
html[data-theme="dark"] .majalla-search-popup__input::placeholder {
    color: #8a8d92;
}
body.majalla-dark .majalla-search-popup__tag,
html[data-theme="dark"] .majalla-search-popup__tag {
    background: #22252a;
    color: #d0d2d6;
}
body.majalla-dark .majalla-search-popup__close,
html[data-theme="dark"] .majalla-search-popup__close {
    background: #22252a;
    border-color: #2f3237;
    color: #f2f2f2;
}


.majalla-search-popup {
    direction: rtl;
    text-align: right;
}
.majalla-search-popup__inner,
.majalla-search-popup .sticky_form_full {
    direction: rtl;
}
.majalla-search-popup__title,
.majalla-search-popup__eyebrow {
    direction: rtl;
    text-align: center;
    font-family: inherit;
}

.majalla-search-popup__field {
    direction: rtl;
}

.majalla-search-popup__hints {
    direction: rtl;
}
.majalla-search-popup__hints-list {
    direction: rtl;
}
.majalla-search-popup__tag {
    direction: rtl;
        unicode-bidi: plaintext;
}

.majalla-search-popup__close.close-search {
    right: auto;
    left: auto;
}

.majalla-post-search {
    direction: rtl;
}
.majalla-post-search .majalla-post-search__wrap,
.majalla-post-search .search-wrap {
    direction: rtl;
}

html[dir="rtl"] .majalla-search-popup__icon,
[dir="rtl"] .majalla-search-popup__icon {
    left: auto;
    right: 22px;
}
html[dir="rtl"] .majalla-post-search .majalla-post-search__icon,
[dir="rtl"] .majalla-post-search .majalla-post-search__icon {
    left: auto;
    right: 18px;
}
html[dir="rtl"] .majalla-search-popup__close.close-search,
[dir="rtl"] .majalla-search-popup__close.close-search {
    right: auto;
    left: 32px;
}
@media (max-width: 768px) {
    html[dir="rtl"] .majalla-search-popup__icon,
    [dir="rtl"] .majalla-search-popup__icon {
        right: 16px;
    }
    html[dir="rtl"] .majalla-search-popup__close.close-search,
    [dir="rtl"] .majalla-search-popup__close.close-search {
        left: 16px;
    }
}


.majalla-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    color: var(--color-secondary, #1a1a1a);
    border: 1.5px solid transparent;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    text-decoration: none;
}
.majalla-icon-btn:hover,
.majalla-icon-btn:focus {
    background: rgba(0, 0, 0, 0.05);
    color: var(--color-primary, #d8232a);
    border-color: transparent;
    outline: none;
}
.majalla-icon-btn i {
    font-size: 20px;
    line-height: 1;
}

.majalla-burger {
    position: relative;
    width: 22px;
    height: 16px;
    display: inline-block;
}
.majalla-burger span {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform .25s ease, opacity .2s ease, width .2s ease, top .2s ease;
}
.majalla-burger span:nth-child(1) { top: 0; }
.majalla-burger span:nth-child(2) { top: 50%; transform: translateY(-50%); width: 70%; }
.majalla-burger span:nth-child(3) { bottom: 0; width: 85%; }
.majalla-icon-btn:hover .majalla-burger span:nth-child(2),
.majalla-icon-btn:hover .majalla-burger span:nth-child(3) {
    width: 100%;
}

.majalla-header-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}


.majalla-off-canvas__head {
    display: flex;
    justify-content: flex-end;
    padding: 6px 0 10px;
}
.majalla-off-canvas__close {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.majalla-off-canvas__close:hover,
.majalla-off-canvas__close:focus {
    background: var(--color-primary, #d8232a);
    color: #fff;
    border-color: var(--color-primary, #d8232a);
    transform: rotate(90deg);
}
.majalla-off-canvas__logo {
    text-align: center;
    margin-bottom: 22px;
}
.majalla-off-canvas__logo img {
    max-height: 42px;
    width: auto;
}
.majalla-off-canvas__search {
    margin-bottom: 22px;
}
.majalla-off-canvas__menu {
    margin-bottom: 22px;
}
.majalla-off-canvas__extras {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 18px;
}

/* Dark-mode support */
body.majalla-dark .majalla-off-canvas__close,
html[data-theme="dark"] .majalla-off-canvas__close {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
}
body.majalla-dark .majalla-icon-btn:hover,
html[data-theme="dark"] .majalla-icon-btn:hover {
    background: rgba(255, 255, 255, 0.08);
}
body.majalla-dark .majalla-off-canvas__extras,
html[data-theme="dark"] .majalla-off-canvas__extras {
    border-top-color: rgba(255, 255, 255, 0.08);
}


.majalla-video-channel {
    --vch-bg: #0b0b0d;
    --vch-surface: #15161a;
    --vch-surface-2: #1b1d22;
    --vch-border: #25272d;
    --vch-text: #f2f2f3;
    --vch-text-muted: #a4a7ad;
    --vch-accent: var(--color-primary, #d8232a);
    --vch-radius: 14px;
    background: var(--vch-bg);
    color: var(--vch-text);
    min-height: 100vh;
    direction: rtl;
}

body.page-template-page-video-channel .main-contain,
body.page-template-page-video-channel #content,
body.page-template-page-video-channel #primary,
body.page-template-page-video-channel #main,
body.page-template-page-video-channel > .container,
body.page-template-page-video-channel .site-content > .container {
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
}
body.page-template-page-video-channel .site-content,
body.page-template-page-video-channel #content,
body.page-template-page-video-channel #primary,
body.page-template-page-video-channel #main {
    background: var(--vch-bg, #0b0b0d);
}
body.page-template-page-video-channel .majalla-vchannel__grid-section .container {
    max-width: 1320px;
    padding: 0 24px;
    margin: 0 auto;
}
body.page-template-page-video-channel .majalla-vchannel__hero .container {
    max-width: 1320px;
    padding: 0 24px;
    margin: 0 auto;
}

/* HERO */
.majalla-vchannel__hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 100px 0 80px;
    overflow: hidden;
    isolation: isolate;
}
.majalla-vchannel__hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: -2;
    filter: blur(0);
}
.majalla-vchannel__hero-gradient {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(11, 11, 13, 0.5) 0%, rgba(11, 11, 13, 0.85) 60%, #0b0b0d 100%),
        radial-gradient(circle at 80% 20%, rgba(216, 35, 42, 0.25), transparent 60%);
    z-index: -1;
}
.majalla-vchannel__hero-inner {
    max-width: 820px;
}
.majalla-vchannel__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--vch-accent);
    padding: 7px 16px;
    background: rgba(216, 35, 42, 0.12);
    border: 1px solid rgba(216, 35, 42, 0.35);
    border-radius: 100px;
    margin-bottom: 18px;
}
.majalla-vchannel__live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--vch-accent);
    box-shadow: 0 0 0 0 rgba(216, 35, 42, 0.6);
    animation: majalla-live-pulse 1.8s ease-out infinite;
}
@keyframes majalla-live-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(216, 35, 42, 0.5); }
    70%  { box-shadow: 0 0 0 12px rgba(216, 35, 42, 0); }
    100% { box-shadow: 0 0 0 0 rgba(216, 35, 42, 0); }
}

.majalla-vchannel__title {
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    line-height: 1.15;
    font-weight: 800;
    color: var(--vch-text);
    margin: 0 0 14px;
}
.majalla-vchannel__subtitle {
    font-size: 1.05rem;
    color: var(--vch-text-muted);
    margin: 0 0 30px;
    max-width: 640px;
    line-height: 1.7;
}

.majalla-vchannel__hero-card {
    background: rgba(21, 22, 26, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--vch-radius);
    padding: 22px 26px;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 24px;
}
.majalla-vchannel__latest-label {
    font-size: 12px;
    color: var(--vch-accent);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    flex: 0 0 auto;
}
.majalla-vchannel__hero-title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    flex: 1 1 60%;
    min-width: 220px;
}
.majalla-vchannel__hero-title a {
    color: var(--vch-text);
    text-decoration: none;
    transition: color .2s ease;
}
.majalla-vchannel__hero-title a:hover {
    color: var(--vch-accent);
}
.majalla-vchannel__play-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background: var(--vch-accent);
    color: #fff;
    border-radius: 100px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
    flex: 0 0 auto;
}
.majalla-vchannel__play-btn:hover,
.majalla-vchannel__play-btn:focus {
    background: #fff;
    color: var(--vch-bg);
    transform: translateY(-1px);
    outline: none;
}
.majalla-vchannel__play-btn i {
    font-size: 18px;
}

/* GRID SECTION */
.majalla-vchannel__grid-section {
    padding: 70px 0 90px;
    background: var(--vch-bg);
}
.majalla-vchannel__grid-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--vch-border);
}
.majalla-vchannel__grid-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.55rem;
    font-weight: 800;
    margin: 0;
    color: var(--vch-text);
}
.majalla-vchannel__grid-title i {
    color: var(--vch-accent);
    font-size: 1.4rem;
}
.majalla-vchannel__grid-count {
    color: var(--vch-text-muted);
    font-size: 14px;
    margin: 0;
}

.majalla-vchannel__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 26px;
}

.majalla-vchannel__item {
    background: var(--vch-surface);
    border: 1px solid var(--vch-border);
    border-radius: var(--vch-radius);
    overflow: hidden;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
    display: flex;
    flex-direction: column;
}
.majalla-vchannel__item:hover {
    transform: translateY(-4px);
    border-color: var(--vch-accent);
    box-shadow: 0 20px 40px -20px rgba(216, 35, 42, 0.35);
}

.majalla-vchannel__item-thumb {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    background: var(--vch-surface-2);
    overflow: hidden;
    text-decoration: none;
}
.majalla-vchannel__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease, filter .3s ease;
}
.majalla-vchannel__item:hover .majalla-vchannel__item-thumb img {
    transform: scale(1.06);
    filter: brightness(.85);
}
.majalla-vchannel__item-noimg {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 54px;
    color: var(--vch-border);
    background: linear-gradient(135deg, #1a1b1f 0%, #0f1012 100%);
}
.majalla-vchannel__item-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--vch-accent);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    transition: background .25s ease, transform .3s ease, box-shadow .3s ease;
    opacity: 1;
    pointer-events: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.45), 0 0 0 6px rgba(255,255,255,.12);
}
.majalla-vchannel__item-play::before {
    content: '';
    position: absolute;
    inset: -14px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.25);
    animation: majalla-vch-pulse 2.4s ease-out infinite;
    pointer-events: none;
}
.majalla-vchannel__item:hover .majalla-vchannel__item-play {
    transform: translate(-50%, -50%) scale(1.12);
    box-shadow: 0 14px 40px rgba(216,35,42,.55), 0 0 0 8px rgba(255,255,255,.15);
}
.majalla-vchannel__item-play i {
    margin-inline-start: 3px; }
@keyframes majalla-vch-pulse {
    0%   { transform: scale(1);   opacity: .6; }
    80%  { transform: scale(1.4); opacity: 0; }
    100% { transform: scale(1.4); opacity: 0; }
}
.majalla-vchannel__item-duration {
    position: absolute;
    bottom: 10px;
    inset-inline-start: 10px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 9px;
    border-radius: 6px;
    letter-spacing: 0.5px;
}

.majalla-vchannel__item-body {
    padding: 16px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto;
}
.majalla-vchannel__item-title {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
    color: var(--vch-text);
}
.majalla-vchannel__item-title a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}
.majalla-vchannel__item-title a:hover {
    color: var(--vch-accent);
}
.majalla-vchannel__item-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--vch-text-muted);
    margin-top: auto;
}
.majalla-vchannel__item-meta i {
    font-size: 13px;
    margin-inline-end: 4px;
    color: var(--vch-text-muted);
    opacity: .85;
}
.majalla-vchannel__item-sep { opacity: .5; }

/* PAGINATION */
.majalla-vchannel__pagination {
    margin-top: 46px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.majalla-vchannel__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 10px;
    background: var(--vch-surface);
    color: var(--vch-text);
    border: 1px solid var(--vch-border);
    text-decoration: none;
    font-weight: 600;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.majalla-vchannel__pagination .page-numbers:hover,
.majalla-vchannel__pagination .page-numbers.current {
    background: var(--vch-accent);
    color: #fff;
    border-color: var(--vch-accent);
}

.majalla-vchannel__loader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
    color: var(--vch-text-muted);
    font-size: 14px;
    font-weight: 600;
}
.majalla-vchannel__loader-spinner {
    display: inline-flex;
    gap: 6px;
}
.majalla-vchannel__loader-spinner span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--vch-accent);
    display: inline-block;
    animation: majalla-vch-bounce 1.4s ease-in-out infinite;
}
.majalla-vchannel__loader-spinner span:nth-child(2) { animation-delay: 0.18s; }
.majalla-vchannel__loader-spinner span:nth-child(3) { animation-delay: 0.36s; }
@keyframes majalla-vch-bounce {
    0%, 80%, 100% { transform: translateY(0); opacity: .3; }
    40%           { transform: translateY(-8px); opacity: 1; }
}

.majalla-vchannel__loadmore-wrap {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.majalla-vchannel__loadmore {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: var(--vch-surface);
    color: var(--vch-text);
    border: 1px solid var(--vch-border);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, transform .2s ease, color .2s ease;
}
.majalla-vchannel__loadmore:hover,
.majalla-vchannel__loadmore:focus {
    background: var(--vch-accent);
    border-color: var(--vch-accent);
    color: #fff;
    transform: translateY(-1px);
    outline: none;
}

.majalla-vchannel__end {
    margin-top: 34px;
    text-align: center;
    color: var(--vch-text-muted);
    font-size: 13px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px dashed var(--vch-border);
    border-radius: 10px;
}
.majalla-vchannel__end i {
    color: #3ec978;
    font-size: 16px;
}

.majalla-vchannel__item--new {
    animation: majalla-vch-fadeup .45s cubic-bezier(.2,.7,.2,1) both;
}
@keyframes majalla-vch-fadeup {
    0%   { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* EMPTY STATE */
.majalla-vchannel__empty {
    text-align: center;
    padding: 90px 20px;
    color: var(--vch-text-muted);
}
.majalla-vchannel__empty i {
    font-size: 64px;
    color: var(--vch-border);
    margin-bottom: 18px;
    display: inline-block;
}
.majalla-vchannel__empty h3 {
    color: var(--vch-text);
    font-size: 1.4rem;
    margin: 0 0 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .majalla-vchannel__hero {
        min-height: 420px;
        padding: 70px 0 50px;
    }
    .majalla-vchannel__hero-card {
        padding: 16px 18px;
    }
    .majalla-vchannel__grid {
        gap: 18px;
    }
}
@media (max-width: 480px) {
    .majalla-vchannel__grid {
        grid-template-columns: 1fr;
    }
    .majalla-vchannel__play-btn {
        width: 100%;
        justify-content: center;
    }
}





body.majalla-single-video-template .main-contain,
body.majalla-single-video-template #content,
body.majalla-single-video-template #primary,
body.majalla-single-video-template #main,
body.majalla-single-video-template > .container,
body.majalla-single-video-template .site-content > .container {
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
}
body.majalla-single-video-template .site-content,
body.majalla-single-video-template #content,
body.majalla-single-video-template #primary,
body.majalla-single-video-template #main {
    background: #fafaf7;
}

.majalla-video-single {
    --vs-dark:        #0b0b0d;
    --vs-dark-2:      #15161a;
    --vs-dark-3:      #1b1d22;
    --vs-dark-border: #25272d;
    --vs-dark-text:   #f2f2f3;
    --vs-dark-muted:  #a4a7ad;

    --vs-light-bg:    #fafaf7;
    --vs-light-surf:  #ffffff;
    --vs-light-ink:   #141414;
    --vs-light-ink-2: #3a3a3a;
    --vs-light-muted: #8a8a8a;
    --vs-light-line:  #e6e6e3;

    --vs-accent:      var(--color-primary, #d8232a);
    --vs-accent-2:    #ff6b35;
    --vs-radius:      16px;

    direction: rtl;
    background: var(--vs-light-bg);
    color: var(--vs-light-ink);
    min-height: 100vh;
}

.majalla-video-single__theater {
    background: var(--vs-dark);
    background-image:
        radial-gradient(circle at 20% 0%, rgba(216,35,42,.18), transparent 55%),
        radial-gradient(circle at 85% 100%, rgba(255,107,53,.12), transparent 55%),
        linear-gradient(180deg, #0b0b0d 0%, #050506 100%);
    padding: 36px 0 56px;
    border-bottom: 1px solid rgba(255,255,255,.04);
}
.majalla-video-single__theater-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
.majalla-video-single__player {
    position: relative;
    border-radius: var(--vs-radius);
    overflow: hidden;
    background: #000;
    aspect-ratio: 16 / 9;
    box-shadow: 0 30px 80px -20px rgba(0,0,0,.8), 0 0 0 1px rgba(255,255,255,.04);
}
.majalla-video-single__embed,
.majalla-video-single__embed iframe,
.majalla-video-single__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.majalla-video-single__fallback {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.majalla-video-single__fallback-icon {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--vs-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 34px;
    box-shadow: 0 10px 30px rgba(216,35,42,.5);
}

.majalla-video-single__body {
    background: var(--vs-light-bg);
    padding: 48px 0 80px;
}
.majalla-video-single__body-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 40px;
    align-items: start;
}

.majalla-video-single__main {
    min-width: 0;
}

.majalla-video-single__head {
    background: var(--vs-light-surf);
    border: 1px solid var(--vs-light-line);
    border-radius: var(--vs-radius);
    padding: 28px 30px;
    margin-bottom: 24px;
}
.majalla-video-single__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: var(--vs-accent);
    padding: 6px 14px;
    border: 1px solid rgba(216,35,42,.25);
    background: rgba(216,35,42,.08);
    border-radius: 100px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.majalla-video-single__title {
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    line-height: 1.35;
    font-weight: 800;
    color: var(--vs-light-ink);
    margin: 0 0 18px;
    letter-spacing: -0.01em;
}
.majalla-video-single__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    color: var(--vs-light-muted);
    font-size: 13px;
    padding: 14px 0;
    border-top: 1px solid var(--vs-light-line);
    border-bottom: 1px solid var(--vs-light-line);
    margin-bottom: 18px;
}
.majalla-video-single__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}
.majalla-video-single__meta-item i {
    color: var(--vs-accent);
    font-size: 14px;
}

/* ACTIONS */
.majalla-video-single__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.majalla-video-single__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 100px;
    background: var(--vs-light-bg);
    border: 1px solid var(--vs-light-line);
    color: var(--vs-light-ink);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .22s ease;
    text-decoration: none;
}
.majalla-video-single__action i { font-size: 16px; line-height: 1; }
.majalla-video-single__action:hover,
.majalla-video-single__action:focus {
    background: var(--vs-light-ink);
    color: #fff;
    border-color: var(--vs-light-ink);
    transform: translateY(-1px);
    box-shadow: 0 6px 14px -6px rgba(0,0,0,.3);
    outline: none;
}
.majalla-video-single__action--subscribe {
    width: auto;
    padding: 0 20px;
    background: var(--vs-accent);
    color: #fff;
    border-color: var(--vs-accent);
    font-weight: 700;
}
.majalla-video-single__action--subscribe:hover {
    background: var(--vs-light-ink);
    border-color: var(--vs-light-ink);
    color: #fff;
}

.majalla-video-single__description {
    background: var(--vs-light-surf);
    border: 1px solid var(--vs-light-line);
    border-radius: var(--vs-radius);
    padding: 28px 30px;
    margin-bottom: 24px;
}
.majalla-video-single__section-title {
    font-size: 12px;
    font-weight: 800;
    color: var(--vs-light-muted);
    margin: 0 0 18px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.majalla-video-single__section-title::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--vs-accent);
    border-radius: 2px;
}
.majalla-video-single__content {
    color: var(--vs-light-ink-2);
    line-height: 1.9;
    font-size: 16px;
}
.majalla-video-single__content a { color: var(--vs-accent); }
.majalla-video-single__content h2,
.majalla-video-single__content h3,
.majalla-video-single__content h4 { color: var(--vs-light-ink); }
.majalla-video-single__content p { margin: 0 0 1em; }
.majalla-video-single__content img { max-width: 100%; height: auto; border-radius: 12px; }
.majalla-video-single__content blockquote {
    margin: 24px 0;
    padding: 18px 22px;
    border-inline-start: 4px solid var(--vs-accent);
    background: var(--vs-light-bg);
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: var(--vs-light-ink);
}

.majalla-video-single__comments {
    background: var(--vs-light-surf);
    border: 1px solid var(--vs-light-line);
    border-radius: var(--vs-radius);
    padding: 28px 30px;
    color: var(--vs-light-ink);
}
.majalla-video-single__comments .comments-title,
.majalla-video-single__comments .comment-reply-title {
    color: var(--vs-light-ink);
}
.majalla-video-single__comments a { color: var(--vs-accent); }

.majalla-video-single__aside {
    position: sticky;
    top: 24px;
    align-self: start;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    background: var(--vs-dark);
    background-image:
        radial-gradient(circle at 100% 0%, rgba(216,35,42,.12), transparent 60%);
    border: 1px solid var(--vs-dark-border);
    border-radius: var(--vs-radius);
    padding: 22px 18px;
    color: var(--vs-dark-text);
    box-shadow: 0 20px 50px -20px rgba(0,0,0,.4);
}
.majalla-video-single__aside::-webkit-scrollbar { width: 6px; }
.majalla-video-single__aside::-webkit-scrollbar-track { background: transparent; }
.majalla-video-single__aside::-webkit-scrollbar-thumb { background: var(--vs-dark-border); border-radius: 3px; }

.majalla-video-single__aside-title {
    font-size: 14px;
    font-weight: 800;
    color: var(--vs-dark-text);
    margin: 0 0 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--vs-dark-border);
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: .02em;
}
.majalla-video-single__aside-title i { color: var(--vs-accent); }

.majalla-video-single__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.majalla-video-single__list-item {
    display: flex;
    gap: 12px;
    padding: 8px;
    border-radius: 10px;
    transition: background .2s ease, transform .2s ease;
    align-items: flex-start;
}
.majalla-video-single__list-item:hover {
    background: var(--vs-dark-3);
    transform: translateX(-2px);
}
[dir="ltr"] .majalla-video-single__list-item:hover { transform: translateX(2px); }

.majalla-video-single__list-thumb {
    position: relative;
    flex: 0 0 130px;
    width: 130px;
    aspect-ratio: 16 / 9;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    background: var(--vs-dark-3);
}
.majalla-video-single__list-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.majalla-video-single__list-item:hover .majalla-video-single__list-thumb img { transform: scale(1.06); }
.majalla-video-single__list-noimg {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--vs-dark-border);
    font-size: 24px;
}
.majalla-video-single__list-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--vs-accent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    opacity: 1;
    transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,.45);
}
.majalla-video-single__list-item:hover .majalla-video-single__list-play {
    transform: translate(-50%, -50%) scale(1.12);
    box-shadow: 0 6px 18px rgba(216,35,42,.6);
}
.majalla-video-single__list-play i { margin-inline-start: 2px; }

.majalla-video-single__list-duration {
    position: absolute;
    bottom: 6px;
    inset-inline-start: 6px;
    background: rgba(0,0,0,.85);
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px;
    letter-spacing: .3px;
}
.majalla-video-single__list-body {
    flex: 1 1 auto;
    min-width: 0;
}
.majalla-video-single__list-title {
    font-size: 13.5px;
    line-height: 1.45;
    font-weight: 700;
    margin: 0 0 4px;
}
.majalla-video-single__list-title a {
    color: var(--vs-dark-text);
    text-decoration: none;
    transition: color .2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.majalla-video-single__list-title a:hover { color: var(--vs-accent); }
.majalla-video-single__list-meta {
    font-size: 11.5px;
    color: var(--vs-dark-muted);
}
.majalla-video-single__aside-empty {
    color: var(--vs-dark-muted);
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
}

/* ============================ Responsive ============================ */
@media (max-width: 1024px) {
    .majalla-video-single__body-inner {
        grid-template-columns: 1fr;
    }
    .majalla-video-single__aside {
        position: static;
        max-height: none;
    }
}
@media (max-width: 640px) {
    .majalla-video-single__theater { padding: 20px 0 32px; }
    .majalla-video-single__theater-inner,
    .majalla-video-single__body-inner { padding: 0 16px; }
    .majalla-video-single__head,
    .majalla-video-single__description,
    .majalla-video-single__comments { padding: 20px; border-radius: 12px; }
    .majalla-video-single__action--subscribe span { display: none; }
    .majalla-video-single__action--subscribe { width: 42px; padding: 0; }
    .majalla-video-single__body { padding: 30px 0 50px; }
    .majalla-video-single__list-thumb { flex: 0 0 110px; width: 110px; }
}



body.page-template-page-opinion .main-contain,
body.page-template-page-opinion #content,
body.page-template-page-opinion > .container,
body.majalla-single-opinion-template .main-contain,
body.majalla-single-opinion-template #content,
body.majalla-single-opinion-template > .container {
    padding: 0 !important;
    max-width: none !important;
}
body.page-template-page-opinion .site-content,
body.page-template-page-opinion #content,
body.majalla-single-opinion-template .site-content,
body.majalla-single-opinion-template #content {
    background: #fafaf7;
}
body.page-template-page-opinion .site-content > .container,
body.page-template-page-opinion #primary,
body.page-template-page-opinion #main,
body.majalla-single-opinion-template .site-content > .container,
body.majalla-single-opinion-template #primary,
body.majalla-single-opinion-template #main {
    max-width: none;
    padding: 0;
    margin: 0;
}
.majalla-opinion .container,
.majalla-op-single .container {
    max-width: 1240px;
    padding-inline: 24px;
    margin-inline: auto;
    width: 100%;
    box-sizing: border-box;
}

.majalla-opinion {
    --op-bg: #fafaf7;
    --op-surface: #ffffff;
    --op-ink: #141414;
    --op-ink-2: #3a3a3a;
    --op-muted: #8a8a8a;
    --op-line: rgba(0,0,0,.08);
    --op-accent: #c8102e;          --op-accent-2: #ff6b35;         --op-serif: 'Amiri','Tajawal',Georgia,'Times New Roman',serif;
    --op-body: 'Tajawal','Cairo','Helvetica Neue',Arial,sans-serif;

    background: var(--op-bg);
    color: var(--op-ink);
    font-family: var(--op-body);
    padding: 0 0 60px;
    min-height: 60vh;
}
.majalla-opinion * { box-sizing: border-box; }

/* ----------- HERO ----------- */
.majalla-opinion__hero {
    padding: 70px 0 50px;
    border-bottom: 1px solid var(--op-line);
    position: relative;
}
.majalla-opinion__hero::before {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 4px;
    height: 80px;
    background: linear-gradient(180deg, var(--op-accent), var(--op-accent-2));
    border-radius: 0 4px 4px 0;
}
.majalla-opinion__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: var(--op-surface);
    border: 1px solid var(--op-line);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    color: var(--op-ink-2);
    text-transform: uppercase;
    margin-bottom: 22px;
}
.majalla-opinion__badge-dot {
    width: 8px;
    height: 8px;
    background: var(--op-accent);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(200,16,46,.15);
}
.majalla-opinion__title {
    font-family: var(--op-serif);
    font-weight: 700;
    font-size: clamp(40px, 6vw, 76px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: var(--op-ink);
    margin: 0 0 18px;
}
.majalla-opinion__subtitle {
    font-size: clamp(16px, 1.6vw, 19px);
    color: var(--op-ink-2);
    line-height: 1.7;
    max-width: 680px;
    margin: 0 0 24px;
}
.majalla-opinion__hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    color: var(--op-muted);
    font-size: 13px;
    font-weight: 600;
}
.majalla-opinion__hero-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.majalla-opinion__hero-meta-item i { color: var(--op-accent); }
.majalla-opinion__hero-meta-sep { color: var(--op-line); }

/* ----------- SECTION LABEL ----------- */
.majalla-opinion__section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--op-ink-2);
    margin-bottom: 22px;
}
.majalla-opinion__section-label-line {
    width: 32px;
    height: 2px;
    background: var(--op-accent);
    border-radius: 2px;
}

/* ----------- FEATURED ----------- */
.majalla-opinion__featured { padding: 50px 0 30px; }

.majalla-opinion__feat-card {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0;
    background: var(--op-surface);
    border: 1px solid var(--op-line);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 40px -20px rgba(0,0,0,.1);
    transition: box-shadow .3s ease, transform .3s ease;
}
.majalla-opinion__feat-card:hover {
    box-shadow: 0 20px 60px -20px rgba(0,0,0,.18);
    transform: translateY(-2px);
}
.majalla-opinion__feat-media {
    position: relative;
    overflow: hidden;
    min-height: 340px;
    background: #eee;
}
.majalla-opinion__feat-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}
.majalla-opinion__feat-card:hover .majalla-opinion__feat-media img { transform: scale(1.04); }
.majalla-opinion__feat-pill {
    position: absolute;
    top: 18px;
    inset-inline-start: 18px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: var(--op-ink);
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.majalla-opinion__feat-pill i { color: var(--op-accent-2); }

.majalla-opinion__feat-body {
    padding: 40px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.majalla-opinion__feat-cat {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--op-accent);
    text-decoration: none;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 4px;
}
.majalla-opinion__feat-cat::after {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: 24px;
    height: 2px;
    background: var(--op-accent);
    transition: width .3s ease;
}
.majalla-opinion__feat-cat:hover::after { width: 100%; }

.majalla-opinion__feat-title {
    font-family: var(--op-serif);
    font-weight: 700;
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 16px;
}
.majalla-opinion__feat-title a {
    color: var(--op-ink);
    text-decoration: none;
    background-image: linear-gradient(var(--op-accent), var(--op-accent));
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size .3s ease;
}
.majalla-opinion__feat-title a:hover { background-size: 100% 2px; }

.majalla-opinion__feat-excerpt {
    font-size: 16px;
    line-height: 1.8;
    color: var(--op-ink-2);
    margin: 0 0 28px;
}

.majalla-opinion__feat-byline {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 22px;
    border-top: 1px solid var(--op-line);
}
.majalla-opinion__feat-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid var(--op-surface);
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.majalla-opinion__feat-avatar img { width: 100%; height: 100%; object-fit: cover; }
.majalla-opinion__feat-byline-text { display: flex; flex-direction: column; }
.majalla-opinion__feat-author {
    font-size: 14px;
    font-weight: 700;
    color: var(--op-ink);
    text-decoration: none;
}
.majalla-opinion__feat-author:hover { color: var(--op-accent); }
.majalla-opinion__feat-date { font-size: 12px; color: var(--op-muted); }
.majalla-opinion__feat-cta {
    margin-inline-start: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--op-ink);
    color: #fff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
}
.majalla-opinion__feat-cta:hover { background: var(--op-accent); gap: 12px; }
[dir="rtl"] .majalla-opinion__feat-cta i { transform: rotate(180deg); }

/* ----------- GRID ----------- */
.majalla-opinion__grid-section { padding: 40px 0 20px; }
.majalla-opinion__grid-head { margin-bottom: 28px; }

.majalla-opinion__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.majalla-opinion__card {
    background: var(--op-surface);
    border: 1px solid var(--op-line);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.majalla-opinion__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -20px rgba(0,0,0,.18);
    border-color: transparent;
}

.majalla-opinion__card-media {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eee;
    position: relative;
}
.majalla-opinion__card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}
.majalla-opinion__card:hover .majalla-opinion__card-media img { transform: scale(1.06); }

.majalla-opinion__card-body {
    padding: 22px 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}
.majalla-opinion__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.majalla-opinion__card-cat {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--op-accent);
    text-decoration: none;
}
.majalla-opinion__card-cat:hover { color: var(--op-ink); }
.majalla-opinion__card-read {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    color: var(--op-muted);
}
.majalla-opinion__card-read i { font-size: 14px; }

.majalla-opinion__card-title {
    font-family: var(--op-serif);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.majalla-opinion__card-title a {
    color: var(--op-ink);
    text-decoration: none;
    transition: color .2s ease;
}
.majalla-opinion__card-title a:hover { color: var(--op-accent); }

.majalla-opinion__card-excerpt {
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--op-ink-2);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.majalla-opinion__card-byline {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid var(--op-line);
}
.majalla-opinion__card-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.majalla-opinion__card-avatar img { width: 100%; height: 100%; object-fit: cover; }
.majalla-opinion__card-byline-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}
.majalla-opinion__card-author {
    font-size: 13px;
    font-weight: 700;
    color: var(--op-ink);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.majalla-opinion__card-author:hover { color: var(--op-accent); }
.majalla-opinion__card-date {
    font-size: 11px;
    color: var(--op-muted);
}
.majalla-opinion__card-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--op-line);
    color: var(--op-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
    text-decoration: none;
}
.majalla-opinion__card-arrow:hover {
    background: var(--op-ink);
    color: #fff;
    border-color: var(--op-ink);
}
[dir="rtl"] .majalla-opinion__card-arrow i { transform: rotate(180deg); }

/* ----------- MORE / EMPTY ----------- */
.majalla-opinion__more-wrap { text-align: center; margin-top: 40px; }
.majalla-opinion__more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: var(--op-ink);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
}
.majalla-opinion__more:hover {
    background: var(--op-accent);
    gap: 14px;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px -8px rgba(200,16,46,.4);
}

.majalla-opinion__empty {
    padding: 80px 20px;
    text-align: center;
    background: var(--op-surface);
    border: 1px dashed var(--op-line);
    border-radius: 20px;
}
.majalla-opinion__empty i {
    font-size: 52px;
    color: var(--op-muted);
    opacity: .6;
    margin-bottom: 14px;
    display: block;
}
.majalla-opinion__empty h3 {
    font-family: var(--op-serif);
    font-size: 24px;
    margin: 0 0 8px;
    color: var(--op-ink);
}
.majalla-opinion__empty p { color: var(--op-ink-2); margin: 0; }

/* =========================================================================
 * SINGLE — Modern Editorial
 * ========================================================================= */

.majalla-op-single {
    --op-bg: #fafaf7;
    --op-surface: #ffffff;
    --op-ink: #141414;
    --op-ink-2: #3a3a3a;
    --op-muted: #8a8a8a;
    --op-line: rgba(0,0,0,.08);
    --op-accent: #c8102e;
    --op-accent-2: #ff6b35;
    --op-serif: 'Amiri','Tajawal',Georgia,'Times New Roman',serif;
    --op-body: 'Tajawal','Cairo','Helvetica Neue',Arial,sans-serif;

    background: var(--op-bg);
    color: var(--op-ink);
    font-family: var(--op-body);
    padding-bottom: 60px;
}
.majalla-op-single * { box-sizing: border-box; }

/* KICKER */
.majalla-op-single__kicker {
    padding: 18px 0;
    border-bottom: 1px solid var(--op-line);
    background: var(--op-surface);
}
.majalla-op-single__kicker-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--op-muted);
}
.majalla-op-single__kicker-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: var(--op-ink);
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.majalla-op-single__kicker-dot {
    width: 6px;
    height: 6px;
    background: var(--op-accent-2);
    border-radius: 50%;
}
.majalla-op-single__kicker-cat {
    font-weight: 700;
    color: var(--op-accent);
    text-decoration: none;
    letter-spacing: .02em;
}
.majalla-op-single__kicker-cat:hover { color: var(--op-ink); }
.majalla-op-single__kicker-sep { color: var(--op-line); }
.majalla-op-single__kicker-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}
.majalla-op-single__kicker-item i { font-size: 14px; color: var(--op-accent); }

/* HEADER */
.majalla-op-single__head { padding: 60px 0 36px; }
.majalla-op-single__head-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
.majalla-op-single__title {
    font-family: var(--op-serif);
    font-weight: 700;
    font-size: clamp(32px, 5vw, 58px);
    line-height: 1.14;
    letter-spacing: -0.015em;
    color: var(--op-ink);
    margin: 0 0 22px;
}
.majalla-op-single__deck {
    font-size: clamp(17px, 1.6vw, 21px);
    line-height: 1.7;
    color: var(--op-ink-2);
    margin: 0 auto 34px;
    max-width: 720px;
    font-style: italic;
}
.majalla-op-single__byline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px 10px 10px;
    background: var(--op-surface);
    border: 1px solid var(--op-line);
    border-radius: 999px;
    margin-bottom: 40px;
}
[dir="rtl"] .majalla-op-single__byline { padding: 10px 10px 10px 18px; }
.majalla-op-single__byline-pic {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.majalla-op-single__byline-pic img { width: 100%; height: 100%; object-fit: cover; }
.majalla-op-single__byline-text {
    display: flex;
    align-items: baseline;
    gap: 6px;
}
.majalla-op-single__by {
    font-size: 12px;
    color: var(--op-muted);
    font-weight: 600;
}
.majalla-op-single__author {
    font-size: 15px;
    font-weight: 700;
    color: var(--op-ink);
    text-decoration: none;
}
.majalla-op-single__author:hover { color: var(--op-accent); }

/* MEDIA — small */
.majalla-op-single__media {
    max-width: 720px;
    margin: 20px auto 0;
    border-radius: 20px;
    overflow: hidden;
    background: var(--op-surface);
    box-shadow: 0 20px 60px -30px rgba(0,0,0,.25);
}
.majalla-op-single__media img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.majalla-op-single__media figcaption {
    padding: 12px 20px;
    font-size: 13px;
    color: var(--op-muted);
    text-align: center;
    border-top: 1px solid var(--op-line);
    font-style: italic;
}

/* WRAP: content + side */
.majalla-op-single__wrap { padding: 60px 0 30px; }
.majalla-op-single__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 56px;
    align-items: start;
}

.majalla-op-single__content {
    font-family: var(--op-serif);
    font-size: 19px;
    line-height: 1.95;
    color: var(--op-ink);
    max-width: 720px;
    margin-inline: auto;
}
.majalla-op-single__content p { margin: 0 0 1.2em; }
.majalla-op-single__content p:first-of-type::first-letter {
    font-size: 68px;
    font-family: var(--op-serif);
    font-weight: 800;
    line-height: .9;
    float: right;
    padding-inline-start: 0;
    padding-inline-end: 12px;
    color: var(--op-accent);
    margin-top: 4px;
}
[dir="ltr"] .majalla-op-single__content p:first-of-type::first-letter { float: left; }
.majalla-op-single__content h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 48px 0 18px;
    letter-spacing: -0.01em;
}
.majalla-op-single__content h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 36px 0 14px;
}
.majalla-op-single__content a {
    color: var(--op-accent);
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
}
.majalla-op-single__content blockquote {
    margin: 40px 0;
    padding: 24px 28px;
    border-inline-start: 4px solid var(--op-accent);
    background: var(--op-surface);
    border-radius: 0 14px 14px 0;
    font-style: italic;
    font-size: 22px;
    line-height: 1.7;
    color: var(--op-ink);
}
[dir="rtl"] .majalla-op-single__content blockquote { border-radius: 14px 0 0 14px; }
.majalla-op-single__content ul,
.majalla-op-single__content ol { padding-inline-start: 24px; line-height: 1.9; }
.majalla-op-single__content img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    margin: 28px 0;
}
.majalla-op-single__pages {
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid var(--op-line);
    font-size: 14px;
    color: var(--op-muted);
}

/* SIDE */
.majalla-op-single__side {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Author card */
.majalla-op-single__author-card {
    background: var(--op-surface);
    border: 1px solid var(--op-line);
    border-radius: 20px;
    padding: 28px 22px;
    text-align: center;
    position: relative;
}
.majalla-op-single__author-card::before {
    content: '';
    position: absolute;
    top: -1px;
    inset-inline-start: 22px;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, var(--op-accent), var(--op-accent-2));
    border-radius: 3px;
}
.majalla-op-single__author-label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--op-muted);
    margin-bottom: 18px;
}
.majalla-op-single__author-pic {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 16px;
    border: 3px solid var(--op-surface);
    box-shadow: 0 6px 20px rgba(0,0,0,.1);
}
.majalla-op-single__author-name {
    font-family: var(--op-serif);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}
.majalla-op-single__author-name a {
    color: var(--op-ink);
    text-decoration: none;
}
.majalla-op-single__author-name a:hover { color: var(--op-accent); }
.majalla-op-single__author-bio {
    font-size: 13.5px;
    line-height: 1.75;
    color: var(--op-ink-2);
    margin: 0 0 16px;
}
.majalla-op-single__author-links {
    display: inline-flex;
    gap: 8px;
    margin-bottom: 18px;
}
.majalla-op-single__author-links a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--op-line);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--op-ink);
    transition: all .25s ease;
    text-decoration: none;
}
.majalla-op-single__author-links a:hover {
    background: var(--op-ink);
    color: #fff;
    border-color: var(--op-ink);
    transform: translateY(-2px);
}
.majalla-op-single__author-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px 16px;
    background: var(--op-ink);
    color: #fff;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all .25s ease;
}
.majalla-op-single__author-all:hover { background: var(--op-accent); gap: 10px; }
[dir="rtl"] .majalla-op-single__author-all i { transform: rotate(180deg); }

/* Share */
.majalla-op-single__share {
    background: var(--op-surface);
    border: 1px solid var(--op-line);
    border-radius: 20px;
    padding: 22px;
}
.majalla-op-single__share-label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--op-muted);
    margin-bottom: 14px;
}
.majalla-op-single__share-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.majalla-op-single__share-buttons a {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--op-bg);
    border: 1px solid var(--op-line);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--op-ink);
    font-size: 16px;
    transition: all .25s ease;
    text-decoration: none;
}
.majalla-op-single__share-buttons a:hover {
    background: var(--op-ink);
    color: #fff;
    border-color: var(--op-ink);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px -6px rgba(0,0,0,.3);
}

/* FOOTER */
.majalla-op-single__foot { padding: 40px 0 30px; border-top: 1px solid var(--op-line); margin-top: 20px; }
.majalla-op-single__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 26px;
}
.majalla-op-single__tags-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--op-muted);
}
.majalla-op-single__tags a {
    padding: 6px 14px;
    background: var(--op-surface);
    border: 1px solid var(--op-line);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: var(--op-ink);
    text-decoration: none;
    transition: all .25s ease;
}
.majalla-op-single__tags a:hover {
    background: var(--op-ink);
    color: #fff;
    border-color: var(--op-ink);
}
.majalla-op-single__comments {
    max-width: 820px;
    margin: 30px auto 0;
    padding-top: 30px;
    border-top: 1px solid var(--op-line);
}

/* ----------- RESPONSIVE ----------- */
@media (max-width: 1024px) {
    .majalla-opinion__grid { grid-template-columns: repeat(2, 1fr); }
    .majalla-opinion__feat-card { grid-template-columns: 1fr; }
    .majalla-opinion__feat-media { min-height: 260px; aspect-ratio: 16/9; }
    .majalla-opinion__feat-body { padding: 32px 28px; }
    .majalla-op-single__layout { grid-template-columns: 1fr; gap: 40px; }
    .majalla-op-single__side { position: static; flex-direction: row; flex-wrap: wrap; }
    .majalla-op-single__author-card,
    .majalla-op-single__share { flex: 1 1 260px; }
}
@media (max-width: 640px) {
    .majalla-opinion__hero { padding: 48px 0 36px; }
    .majalla-opinion__grid { grid-template-columns: 1fr; gap: 22px; }
    .majalla-opinion__feat-body { padding: 26px 20px; }
    .majalla-opinion__feat-byline { flex-wrap: wrap; gap: 10px; }
    .majalla-opinion__feat-cta { margin-inline-start: 0; width: 100%; justify-content: center; }
    .majalla-op-single__head { padding: 40px 0 26px; }
    .majalla-op-single__content { font-size: 17px; line-height: 1.85; }
    .majalla-op-single__content p:first-of-type::first-letter { font-size: 56px; }
    .majalla-op-single__side { flex-direction: column; }
    .majalla-op-single__wrap { padding: 40px 0 20px; }
}


  
 
 

.majalla-off-canvas__close {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50% \!important;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    transition: background .25s ease, border-color .25s ease, transform .35s ease, color .2s ease;
    overflow: hidden;
}
.majalla-off-canvas__close::before,
.majalla-off-canvas__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform .3s ease, background-color .2s ease;
}
.majalla-off-canvas__close::before { transform: translate(-50%, -50%) rotate(45deg); }
.majalla-off-canvas__close::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.majalla-off-canvas__close i { display: none; }          .majalla-off-canvas__close:hover,
.majalla-off-canvas__close:focus {
    background: var(--color-primary, #d8232a);
    border-color: var(--color-primary, #d8232a);
    color: #fff;
    transform: rotate(90deg);
    outline: none;
}


.elementor-widget-hfe-search-button .hfe-search-icon-toggle,
.elementor-widget-hfe-search-button a.hfe-search-submit,
.hfe-search-button-wrapper .hfe-search-form__toggle {
    position: relative;
    display: inline-flex \!important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.elementor-widget-hfe-search-button .hfe-search-icon-toggle:hover,
.elementor-widget-hfe-search-button a.hfe-search-submit:hover,
.hfe-search-button-wrapper .hfe-search-form__toggle:hover {
    background: var(--color-primary, #d8232a);
    color: #fff \!important;
    transform: scale(1.05);
    box-shadow: 0 8px 22px -10px rgba(216, 35, 42, 0.7);
}
.elementor-widget-hfe-search-button i,
.hfe-search-button-wrapper i {
    font-size: 16px \!important;
    transition: transform .25s ease;
}
.elementor-widget-hfe-search-button a:hover i,
.hfe-search-button-wrapper a:hover i {
    transform: rotate(-10deg);
}


.elementor-widget-react-share .rt-share-list li,
.elementor-widget-react-share ul li {
    display: inline-flex \!important;
    margin: 0 4px \!important;
}
.elementor-widget-react-share a,
.elementor-widget-social-icons .elementor-icon.elementor-social-icon {
    display: inline-flex \!important;
    align-items: center;
    justify-content: center;
    width: 38px \!important;
    height: 38px \!important;
    border-radius: 50% \!important;
    background: rgba(255, 255, 255, 0.08) \!important;
    color: #fff \!important;
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease \!important;
    text-decoration: none \!important;
}
.elementor-widget-react-share a:hover,
.elementor-widget-social-icons .elementor-icon.elementor-social-icon:hover {
    transform: translateY(-2px) \!important;
    box-shadow: 0 8px 18px -8px rgba(0, 0, 0, 0.4) \!important;
}
.elementor-widget-react-share a[href*="facebook"]:hover,
.elementor-social-icon-facebook:hover,
.elementor-social-icon-facebook-f:hover { background: #1877f2 \!important; }
.elementor-widget-react-share a[href*="twitter"]:hover,
.elementor-widget-react-share a[class*="twitter"]:hover,
.elementor-social-icon-twitter:hover,
.elementor-social-icon-x-twitter:hover { background: #000 \!important; }
.elementor-widget-react-share a[href*="whatsapp"]:hover,
.elementor-widget-react-share a[class*="whatsapp"]:hover { background: #25d366 \!important; }
.elementor-widget-react-share a[href*="youtube"]:hover,
.elementor-widget-react-share a[class*="youtube"]:hover,
.elementor-social-icon-youtube:hover { background: #ff0000 \!important; }
.elementor-widget-react-share a[href*="instagram"]:hover,
.elementor-social-icon-instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) \!important;
}
.elementor-widget-react-share a[href*="linkedin"]:hover,
.elementor-social-icon-linkedin:hover,
.elementor-social-icon-linkedin-in:hover { background: #0a66c2 \!important; }
.elementor-widget-react-share a[href*="flickr"]:hover,
.elementor-social-icon-flickr:hover { background: #ff0084 \!important; }
.elementor-widget-react-share a[href*="tiktok"]:hover,
.elementor-social-icon-tiktok:hover { background: #000 \!important; }
.elementor-widget-react-share a[href*="telegram"]:hover,
.elementor-social-icon-telegram:hover { background: #0088cc \!important; }


.elementor-widget-live-button .rt-live,
.rt-live-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px 8px 14px;
    background: linear-gradient(135deg, #d8232a 0%, #ff3838 100%);
    color: #fff \!important;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .5px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 6px 18px -8px rgba(216, 35, 42, 0.6);
}
.elementor-widget-live-button .rt-live::before,
.rt-live-button::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: majalla-live-pulse 1.6s infinite;
}
.elementor-widget-live-button .rt-live:hover,
.rt-live-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px -8px rgba(216, 35, 42, 0.8);
}
@keyframes majalla-live-pulse {
    0%   { box-shadow: 0 0 0 0   rgba(255, 255, 255, 0.7); }
    70%  { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0   rgba(255, 255, 255, 0); }
}


.rt-secondary .elementor-widget-site-off-canvas .offcanvas-icon .nav-menu-link.menu-button,
.elementor-section.rt-secondary .elementor-widget-site-off-canvas .offcanvas-icon .nav-menu-link.menu-button {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}
.rt-secondary .elementor-widget-site-off-canvas .offcanvas-icon .nav-menu-link.menu-button:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.3);
}


.elementor-widget-navigation-menu .menu-item-home > a::before {
    content: "\e926"; /* unicon-home */
    font-family: 'unicon' \!important;
    margin-inline-end: 6px;
    font-size: 14px;
    opacity: .85;
}

@media (max-width: 640px) {
    .elementor-widget-site-off-canvas .offcanvas-icon .nav-menu-link.menu-button,
    .elementor-widget-hfe-search-button .hfe-search-icon-toggle,
    .hfe-search-button-wrapper .hfe-search-form__toggle {
        width: 38px;
        height: 38px;
    }
    .elementor-widget-react-share a,
    .elementor-widget-social-icons .elementor-icon.elementor-social-icon {
        width: 34px \!important;
        height: 34px \!important;
    }
}

/* Off-canvas modern menu icon */
.offcanvas-icon .nav-menu-link.menu-button .wparaby-menu-icon {
    display: inline-block;
    vertical-align: middle;
    color: var(--color-secondary);
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.offcanvas-icon .nav-menu-link.menu-button .wparaby-menu-icon line {
    transition: all 0.3s ease;
    transform-origin: center;
}
.offcanvas-icon .nav-menu-link.menu-button:hover .wparaby-menu-icon {
    transform: scale(1.08);
    opacity: 0.85;
}
.offcanvas-icon .nav-menu-link.menu-button:hover .wparaby-menu-icon line:nth-child(2) {
    transform: scaleX(1.35);
}

/* RTL dropdown menu alignment fix */
body.rtl .menu-area .navbar ul li .sub-menu,
body.rtl .menu-area-addon .navbar ul > li .sub-menu {
    left: auto;
    right: 0;
    text-align: right;
    transform-origin: 100% 0;
}
body.rtl .menu-area .navbar ul li .sub-menu li ul,
body.rtl .menu-area-addon .navbar ul > li .sub-menu li ul {
    left: auto !important;
    right: 100% !important;
}
body.rtl .menu-area-addon .navbar ul > li.menu-item-has-children > a {
    margin-right: 0;
    margin-left: 12px;
}
/* =====================================================
   Majalla — Posts Slider (no thumbnails) styles
   ===================================================== */

.rt-thumb-slider--no-thumbs { --rt-accent: #f59e0b; --rt-accent-2: #fbbf24; }
.rt-thumb-slider--no-thumbs .slider__flex { display: block; }
.rt-thumb-slider--no-thumbs .slider__images { width: 100%; }
.rt-thumb-slider--no-thumbs .slider__images .swiper-container {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}
.rt-thumb-slider--no-thumbs .swiper-slide { position: relative; }
.rt-thumb-slider--no-thumbs .swiper-slide::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.55) 75%, rgba(0,0,0,.85) 100%);
    pointer-events: none;
}
.rt-thumb-slider--no-thumbs .rt-slide-inner { position: relative; z-index: 2; }

/* Title reveal animation */
.rt-thumb-slider--no-thumbs .swiper-slide .rt-post-title {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .8s ease .25s, transform .8s ease .25s;
}
.rt-thumb-slider--no-thumbs .swiper-slide-active .rt-post-title {
    opacity: 1;
    transform: none;
}

/* =====================================================
   Navigation arrows
   ===================================================== */
.rt-thumb-slider--no-thumbs .rt-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.45);
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    cursor: pointer;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 24px -10px rgba(0,0,0,.45);
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease, opacity .25s ease;
    z-index: 6;
    padding: 0;
    opacity: .85;
    /* override anything legacy from theme.css */
    inset-block-start: 50%;
    inset-block-end: auto;
}
.rt-thumb-slider--no-thumbs:hover .rt-nav { opacity: 1; }
.rt-thumb-slider--no-thumbs .rt-nav:hover {
    background: linear-gradient(135deg, var(--rt-accent), var(--rt-accent-2));
    color: #1f2937;
    border-color: transparent;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 12px 28px -8px rgba(245,158,11,.6);
}
.rt-thumb-slider--no-thumbs .rt-nav i { font-size: 22px; line-height: 1; }
.rt-thumb-slider--no-thumbs .rt-nav.swiper-button-disabled {
    opacity: .35;
    cursor: not-allowed;
}

/* Position prev/next using physical properties + RTL overrides
   so we don't fight the theme's hard-coded left/right rules */
.rt-thumb-slider--no-thumbs .rt-nav--prev { left: 18px;  right: auto; }
.rt-thumb-slider--no-thumbs .rt-nav--next { right: 18px; left: auto; }

body.rtl .rt-thumb-slider--no-thumbs .rt-nav--prev { right: 18px; left: auto; }
body.rtl .rt-thumb-slider--no-thumbs .rt-nav--next { left: 18px;  right: auto; }
body.rtl .rt-thumb-slider--no-thumbs .rt-nav i {
    transform: scaleX(-1);
    display: inline-block;
}

/* =====================================================
   Autoplay progress bar
   ===================================================== */
.rt-thumb-slider--no-thumbs .rt-autoplay-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: rgba(255,255,255,.08);
    z-index: 4;
    pointer-events: none;
    overflow: hidden;
}
.rt-thumb-slider--no-thumbs .rt-autoplay-progress span {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--rt-accent), var(--rt-accent-2));
    box-shadow: 0 0 8px rgba(245,158,11,.6);
    transition: width .15s linear;
}

/* =====================================================
   Numbered pagination
   ===================================================== */
.rt-thumb-slider--no-thumbs .swiper-pagination.rt-pagination-numbers {
    position: absolute;
    bottom: 22px;
    top: auto;
    width: auto;
    display: inline-flex;
    gap: 6px;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 10px 24px -12px rgba(0,0,0,.5);
    z-index: 5;
    left: auto;
    right: 22px;
}
body.rtl .rt-thumb-slider--no-thumbs .swiper-pagination.rt-pagination-numbers {
    right: auto;
    left: 22px;
}

.rt-thumb-slider--no-thumbs .rt-pagination-bullet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    padding: 0;
    margin: 0 !important;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.80);
    font-size: 12px;
    font-weight: 800;
    font-family: inherit;
    letter-spacing: .2px;
    opacity: 1;
    cursor: pointer;
    transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.rt-thumb-slider--no-thumbs .rt-pagination-bullet:hover {
    background: rgba(255,255,255,.18);
    color: #fff;
    transform: translateY(-1px);
}
.rt-thumb-slider--no-thumbs .swiper-pagination-bullet-active.rt-pagination-bullet {
    background: linear-gradient(135deg, var(--rt-accent), var(--rt-accent-2));
    color: #1f2937;
    box-shadow: 0 4px 14px -4px rgba(245,158,11,.65);
    transform: scale(1.06);
}

/* =====================================================
   Tablet
   ===================================================== */
@media (max-width: 900px) {
    .rt-thumb-slider--no-thumbs .rt-nav { width: 44px; height: 44px; }
    .rt-thumb-slider--no-thumbs .rt-nav i { font-size: 18px; }
    .rt-thumb-slider--no-thumbs .rt-nav--prev { left: 12px; }
    .rt-thumb-slider--no-thumbs .rt-nav--next { right: 12px; }
    body.rtl .rt-thumb-slider--no-thumbs .rt-nav--prev { right: 12px; left: auto; }
    body.rtl .rt-thumb-slider--no-thumbs .rt-nav--next { left: 12px;  right: auto; }
}

/* =====================================================
   Mobile
   ===================================================== */
@media (max-width: 600px) {
    .rt-thumb-slider--no-thumbs .rt-nav { width: 36px; height: 36px; opacity: .95; }
    .rt-thumb-slider--no-thumbs .rt-nav i { font-size: 15px; }

    .rt-thumb-slider--no-thumbs .swiper-pagination.rt-pagination-numbers {
        bottom: 10px;
        right: 10px;
        gap: 3px;
        padding: 4px 6px;
    }
    body.rtl .rt-thumb-slider--no-thumbs .swiper-pagination.rt-pagination-numbers {
        right: auto;
        left: 10px;
    }
    .rt-thumb-slider--no-thumbs .rt-pagination-bullet {
        width: 22px;
        height: 22px;
        min-width: 22px;
        font-size: 10px;
        font-weight: 700;
    }
    .rt-thumb-slider--no-thumbs .swiper-pagination-bullet-active.rt-pagination-bullet {
        transform: scale(1.04);
    }
}
