/* AKHBARONA MOBILE ARTICLE V3 START */
/*
 * Shared Akhbarona mobile article layout.
 * Default, writer, sport, and video variants can reuse this single asset.
 */

.akh-article-shell {
  --akh-navy: #102b49;
  --akh-navy-deep: #071c33;
  --akh-navy-ink: #0c1f33;
  --akh-red: #e11d34;
  --akh-ink: #263545;
  --akh-muted: #667383;
  --akh-line: #e1e6eb;
  --akh-whatsapp: #16a763;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  overflow: hidden;
  color: var(--akh-ink);
  background: #fff;
  direction: rtl;
  font-family: Cairo, Tahoma, Arial, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-align: right;
}

.akh-article-shell,
.akh-article-shell *,
.akh-article-shell *::before,
.akh-article-shell *::after {
  box-sizing: border-box;
}

.akh-article-shell a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.akh-article-shell img {
  display: block;
  max-width: 100%;
}

.akh-article__head,
.akh-article__head :where(a, span, h1, time),
.akh-article__share,
.akh-article__share :where(a, span, button),
.akh-article__follow,
.akh-article__follow :where(a, span, h2) {
  font-family: Cairo, Tahoma, Arial, sans-serif !important;
}

.akh-article__head {
  padding: 22px 20px 18px;
}

.akh-article__breadcrumb {
  display: flex;
  margin: 0 0 13px;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  color: var(--akh-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.akh-article__breadcrumb-section {
  color: var(--akh-red) !important;
  font-weight: 700;
}

.akh-article__breadcrumb-separator {
  color: #aab3bb;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.akh-article__title {
  margin: 0;
  color: var(--akh-navy-ink);
  font-size: clamp(27px, 7.4vw, 31px);
  font-weight: 800;
  letter-spacing: -.35px;
  line-height: 1.45;
  text-wrap: balance;
}

.akh-article__meta {
  display: flex;
  margin-top: 18px;
  padding-top: 14px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--akh-line);
  font-size: 13px;
  line-height: 1.6;
}

.akh-article__byline {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
}

.akh-article__byline-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: var(--akh-red);
}

.akh-article__byline-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.akh-article__byline-name {
  overflow: hidden;
  color: #344457;
  font-size: inherit;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.akh-article__date {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  color: #7a8693;
  font-size: inherit;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}

.akh-article__date svg {
  display: block;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}

.akh-article__figure {
  margin: 0;
  background: #eef2f5;
}

.akh-article__figure img {
  width: 100%;
  height: auto;
  background: #eef2f5;
}

.akh-article__caption {
  margin: 0;
  padding: 8px 20px 0;
  color: var(--akh-muted);
  background: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
}

.akh-article__share {
  display: flex;
  margin: 18px 20px 0;
  padding: 10px 12px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #dde4ea;
  border-radius: 14px;
  background: #fff;
}

.akh-article__share-label {
  flex: 0 0 auto;
  color: #17283b;
  font-size: 13px;
  font-weight: 700;
}

.akh-article__share-links {
  display: flex;
  align-items: center;
  gap: 7px;
  direction: ltr;
}

.akh-article__share-links :is(a, button) {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  padding: 0;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.akh-article__share-links img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.akh-article__copy {
  background: var(--akh-navy) !important;
  transition: background-color .18s ease, transform .18s ease;
}

.akh-article__copy-icon {
  display: block;
  width: 21px;
  height: 21px;
  color: #fff;
}

.akh-article__copy-check {
  display: none;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.akh-article__copy[data-copied="true"] {
  background: var(--akh-whatsapp) !important;
  box-shadow: 0 0 0 4px rgba(22, 167, 99, .16);
  transform: scale(.94);
}

.akh-article__copy[data-copied="true"] .akh-article__copy-icon {
  display: none;
}

.akh-article__copy[data-copied="true"] .akh-article__copy-check {
  display: block;
}

.akh-article-shell :is(a, button):focus-visible {
  outline: 3px solid rgba(46, 72, 102, .28);
  outline-offset: 3px;
}

.akh-article__body {
  padding: 22px 20px 2px;
  overflow-wrap: anywhere;
  color: var(--akh-ink);
  font-family: "Noto Naskh Arabic", Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.9;
  text-align: right;
}

.akh-article__body :where(p, div, span, li, a, strong, em, h2, h3, h4, blockquote) {
  font-family: "Noto Naskh Arabic", Georgia, serif !important;
  font-weight: 400;
}

.akh-article__body p {
  margin: 0 0 18px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: right;
}

.akh-article__body :is(h2, h3) {
  margin: 1.45em 0 .65em;
  color: var(--akh-navy-ink);
  font-family: Cairo, Tahoma, Arial, sans-serif !important;
  font-weight: 700;
  line-height: 1.65;
}

.akh-article__body h2 {
  font-size: 22px;
}

.akh-article__body h3 {
  font-size: 20px;
}

.akh-article__body :is(img, video) {
  max-width: 100%;
  height: auto;
}

.akh-article__body iframe {
  display: block;
  max-width: 100%;
  margin-inline: auto;
  border: 0;
}

.akh-article__body .fwparent {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.akh-article__body .fwparent iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.akh-article__body a {
  color: #185399;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.akh-article__body blockquote {
  margin: 1.25em 0;
  padding: 12px 15px;
  border-right: 4px solid var(--akh-red);
  color: #34495c;
  background: #f7f9fa;
}

.akh-article__follow {
  margin: 28px 20px 26px;
  padding: 17px;
  border: 1px solid #e1e7ec;
  border-radius: 18px;
  color: var(--akh-navy-ink);
  background: #fff;
  box-shadow: 0 10px 28px rgba(13, 31, 51, .06);
}

.akh-article__follow-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
}

.akh-article__follow-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  color: var(--akh-red);
}

.akh-article__follow-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.akh-article__follow-title {
  margin: 0;
  color: #16283b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.akh-article__follow-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.akh-article__follow-action {
  display: grid;
  min-width: 0;
  min-height: 52px;
  padding: 9px 12px;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border: 1px solid #dfe5ea;
  border-radius: 13px;
  color: #29384a !important;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15, 35, 55, .05);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.akh-article__follow-action--whatsapp {
  border-color: var(--akh-whatsapp);
  color: #fff !important;
  background: var(--akh-whatsapp);
  box-shadow: 0 9px 20px rgba(22, 167, 99, .18);
}

.akh-article__follow-action-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .15);
}

.akh-article__follow-action-icon svg {
  display: block;
  width: 23px;
  height: 23px;
}

.akh-article__follow-action--news img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.akh-article__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 360px) {
  .akh-article__head,
  .akh-article__body {
    padding-inline: 16px;
  }

  .akh-article__share,
  .akh-article__follow {
    margin-inline: 16px;
  }

  .akh-article__title {
    font-size: 25px;
  }

  .akh-article__meta {
    gap: 8px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .akh-article-shell *,
  .akh-article-shell *::before,
  .akh-article-shell *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  .akh-article__share,
  .akh-article__follow {
    display: none !important;
  }

  .akh-article-shell {
    max-width: none;
  }

  .akh-article__body {
    font-size: 14pt;
  }
}

/* AKHBARONA MOBILE ARTICLE V3 END */


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* AKHBARONA MOBILE ARTICLE COMMENTS V1 START */

.akh-article__comments {
  margin: 0 10px 30px;
  color: var(--akh-ink);
  font-family: Cairo, Tahoma, Arial, sans-serif;
  direction: rtl;
  text-align: right;
}

.akh-article__comments,
.akh-article__comments :where(
  h2,
  h3,
  h4,
  p,
  span,
  label,
  input,
  textarea,
  button,
  a
) {
  font-family: Cairo, Tahoma, Arial, sans-serif !important;
}

.akh-article__comments > .article-comments-list-v2:first-child,
.akh-article__comments > .article-comments-v2:first-child {
  margin-top: 0;
}

.akh-article__comments .article-comments-v2,
.akh-article__comments .article-comments-list-v2 {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 10px 28px rgba(13, 31, 51, .06);
}

.akh-article__comments .article-comments-v2__head {
  min-height: 0;
  padding: 17px;
}

.akh-article__comments .article-comments-v2__head::before {
  top: 17px;
  height: 43px;
}

.akh-article__comments .article-comments-v2__title {
  font-size: 21px;
}

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

.akh-article__comments .article-comment-form-v2__input,
.akh-article__comments .article-comment-form-v2__textarea {
  font-size: 16px;
}

.akh-article__comments .article-comment-form-v2__submit {
  min-height: 48px;
  border-radius: 12px;
  background: var(--akh-red);
}

@media (max-width: 360px) {
  .akh-article__comments {
    margin-inline: 16px;
  }

  .akh-article__comments .article-comments-v2__head,
  .akh-article__comments .article-comments-v2__body,
  .akh-article__comments .article-comments-list-v2 {
    padding-inline: 15px;
  }
}

@media print {
  .akh-article__comments {
    display: none !important;
  }
}

/* AKHBARONA MOBILE ARTICLE COMMENTS V1 END */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* AKHBARONA MOBILE ARTICLE END AD V1 START */
.akh-article__ad-break {
    margin: 8px 20px 24px;
    padding: 12px 0 16px;
    font-family: inherit;
    text-align: center;
}

.akh-article__ad-word {
    display: block;
    margin: 0 auto 7px;
    color: #a8b0b7;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
}

.akh-article__ad-slot {
    width: 300px;
    max-width: 100%;
    min-height: 250px;
    margin: 0 auto;
    overflow: visible;
    background: #fbfcfc;
}

.akh-article__ad-slot > center,
.akh-article__ad-slot #div-gpt-ad-1520681989263-1 {
    min-height: 250px;
    margin: 0;
}

.akh-article__ad-slot iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 360px) {
    .akh-article__ad-break {
        margin-inline: 16px;
    }
}

@media print {
    .akh-article__ad-break {
        display: none !important;
    }
}
/* AKHBARONA MOBILE ARTICLE END AD V1 END */

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

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

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

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

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

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

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

/* AKHBARONA MOBILE MOST VIEWED V1 START */
.akh-most-viewed {
    direction: rtl;
    overflow: hidden;
    margin: 20px 10px 0;
    border: 1px solid #d5e0e8;
    border-radius: 5px;
    color: #102b43;
    background: #fff;
    box-shadow: 0 10px 28px rgba(21, 48, 72, .08);
    font-family: "Cairo", Tahoma, Arial, sans-serif;
    text-align: right;
}

.akh-most-viewed,
.akh-most-viewed * {
    box-sizing: border-box;
}

.akh-most-viewed__head {
    position: relative;
    display: flex;
    min-height: 72px;
    padding: 0 16px;
    align-items: center;
    gap: 10px;
    background: #fff;
}

.akh-most-viewed__head::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(to left, #cf1726 0 10%, #dce4e9 10% 100%);
    content: "";
}

.akh-most-viewed__head-icon {
    display: grid;
    width: 36px;
    height: 36px;
    border-radius: 9px;
    color: #fff;
    background: #cf1726;
    box-shadow: 0 4px 10px rgba(207, 23, 38, .16);
    flex: 0 0 36px;
    place-items: center;
}

.akh-most-viewed__head-icon svg {
    display: block;
    width: 17px;
    height: 17px;
}

.akh-most-viewed__head h2 {
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #102b43;
    font-family: inherit;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
}

.akh-most-viewed__list {
    display: grid;
    margin: 0;
    padding: 10px;
    background: #f5f7f9;
    gap: 12px;
    list-style: none;
}

.akh-most-viewed__item {
    position: relative;
    display: flex;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dce5ec;
    border-radius: 2px;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 5px 16px rgba(24, 50, 73, .07);
    contain: layout paint style;
}

.akh-most-viewed__media {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    aspect-ratio: 1.695 / 1;
    color: inherit;
    background: #dfe7ed;
    text-decoration: none;
}

.akh-most-viewed__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.akh-most-viewed__rank {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: grid;
    width: 42px;
    height: 34px;
    border-radius: 0 0 0 5px;
    color: #dce8f0;
    background: rgba(16, 43, 67, .92);
    box-shadow: -2px 3px 10px rgba(6, 24, 40, .16);
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    place-items: center;
}

.akh-most-viewed__copy {
    display: flex;
    min-width: 0;
    min-height: 100px;
    padding: 11px 13px 10px;
    flex-direction: column;
}

.akh-most-viewed__meta {
    display: flex;
    min-width: 0;
    margin: 0 0 4px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.akh-most-viewed__category {
    display: inline-flex;
    min-width: 0;
    max-width: 58%;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    color: #cf1726;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.akh-most-viewed__category::before {
    width: 10px;
    height: 3px;
    border-radius: 2px;
    background: currentColor;
    content: "";
    flex: 0 0 10px;
}

.akh-most-viewed__views {
    display: inline-flex;
    color: #657789;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.akh-most-viewed__views svg {
    display: block;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

.akh-most-viewed__title {
    margin: 0;
    padding: 0;
    color: #102b43;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}

.akh-most-viewed__title a {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.akh-most-viewed__media:focus-visible,
.akh-most-viewed__title a:focus-visible {
    outline: 2px solid #cf1726;
    outline-offset: -2px;
}

@media (max-width: 360px) {
    .akh-most-viewed {
        margin-inline: 8px;
    }

    .akh-most-viewed__head {
        padding-inline: 12px;
    }

    .akh-most-viewed__head h2 {
        font-size: 17px;
    }

    .akh-most-viewed__copy {
        padding-inline: 11px;
    }
}

@media print {
    .akh-most-viewed {
        display: none !important;
    }
}
/* AKHBARONA MOBILE MOST VIEWED V1 END */

/* AKHBARONA MOBILE LONG AUTHOR V1 START */
.akh-article__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 12px;
}

.akh-article__byline {
  align-items: flex-start;
}

.akh-article__byline-icon {
  margin-top: 2px;
}

.akh-article__byline-name {
  min-width: 0;
  flex: 1 1 auto;
  overflow: visible;
  line-height: 1.55;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

@media (max-width: 360px) {
  .akh-article__meta {
    column-gap: 8px;
  }
}
/* AKHBARONA MOBILE LONG AUTHOR V1 END */
