/* Pakistan News mobile card v3.0.48. Desktop styles are deliberately outside this file's media query. */
.pn-mobile-nav, .pn-mobile-account, .pn-mobile-coins { display: none; }
@media (max-width: 767px) {
  :root { --pn-mobile-ad-height: 100px; --pn-mobile-nav-height: calc(66px + env(safe-area-inset-bottom)); }
  body { padding-bottom: var(--pn-mobile-nav-height); }
  .pn-mobile-icon { display: inline-block; width: 24px; height: 24px; flex: 0 0 auto; vertical-align: middle; }
  .pn-mobile-nav {
    display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); position: fixed;
    bottom: 0; left: 0; z-index: 10020; width: 100%; height: var(--pn-mobile-nav-height);
    box-sizing: border-box; padding: 7px 5px calc(5px + env(safe-area-inset-bottom));
    border-top: 1px solid #33443e; background: #07110f; color: #fff; direction: ltr;
  }
  .pn-mobile-nav .pn-mobile-nav__item {
    display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 3px;
    min-width: 0; min-height: 44px; height: auto; padding: 0; margin: 0; border: 0; border-radius: 8px;
    background: transparent; color: #e7eeeb; box-shadow: none; line-height: 1.15; text-decoration: none;
  }
  .pn-mobile-nav .pn-mobile-nav__item[aria-current="page"] { color: #24e399; }
  .pn-mobile-nav__glyph { display: flex; justify-content: center; align-items: center; height: 29px; position: relative; }
  .pn-mobile-nav__glyph > .pn-mobile-icon { width: 25px; height: 25px; }
  .pn-mobile-nav .pn-mobile-nav__avatar { display: block; width: 28px; height: 28px; border-radius: 50%; object-fit: cover; margin: 0; }
  .pn-mobile-nav__label { font: 500 10px/1.2 system-ui, sans-serif; white-space: nowrap; }
  .pn-mobile-nav__count { position: absolute; right: -8px; top: -3px; padding: 1px 4px; min-width: 15px; border-radius: 9px; background: #d62537; color: #fff; font: 700 9px/13px system-ui,sans-serif; text-align: center; }
  .pn-mobile-nav__count[hidden] { display: none; }
  .pn-mobile-account:not([hidden]) { display: block; position: fixed; inset: 0; z-index: 10065; }
  .pn-mobile-account__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; border-radius: 0; background: #0009; }
  .pn-mobile-account__panel { position: absolute; bottom: var(--pn-mobile-nav-height); left: 10px; right: 10px; max-height: calc(85dvh - var(--pn-mobile-nav-height)); overflow: auto; overscroll-behavior: contain; box-sizing: border-box; padding: 18px; background: #fff; color: #1e2132; border-radius: 18px; box-shadow: 0 12px 45px #0005; }
  .pn-mobile-account__panel header { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
  .pn-mobile-account__panel h2 { margin: 0; font-size: 20px; line-height: 1.3; }
  .pn-mobile-account__panel header button { display: inline-flex; align-items: center; justify-content: center; width: 44px; min-height: 44px; padding: 0; color: #1e2132; background: #eef3ef; border: 0; border-radius: 50%; }
  .pn-mobile-account__panel ul { margin: 12px 0; padding: 0; list-style: none; }
  .pn-mobile-account__panel li { margin: 0; list-style: none; }
  .pn-mobile-account__panel li a, .pn-mobile-account__logout { display: block; padding: 12px 8px; min-height: 44px; box-sizing: border-box; color: #1e2132; border-bottom: 1px solid #edf0ee; text-decoration: none; }
  .pn-mobile-account__panel li a:hover { background: #eef6f0; }
  .pn-mobile-account__balance { display: flex; align-items: center; gap: 6px; margin: 12px 0 0; color: #65500f; }
  .pn-mobile-account__balance .pn-mobile-icon { color: #aa8319; }
  body.pn-mobile-news-feed { padding-bottom: 0 !important; --pn-rail-top: calc(var(--pn-mobile-ad-height) + 98px); --pn-tool-size: 46px; --pn-tool-gap: 23px; }
  body.pn-mobile-news-feed .pn-mobile-top-ad {
    min-height: calc(100px + env(safe-area-inset-top)); height: auto !important; padding-top: env(safe-area-inset-top);
    align-items: center; overflow: visible; background: #eef0ee; box-shadow: none;
  }
  body.pn-mobile-news-feed .pn-mobile-top-ad .widget, body.pn-mobile-news-feed .pn-mobile-top-ad__widget {
    height: auto; min-height: 100px; overflow: visible; display: flex; justify-content: center; align-items: center;
  }
  body.pn-mobile-news-feed .pn-ad-placeholder--mobile { display: flex; align-items: center; justify-content: center; min-height: 100px; height: 100px; width: 100%; padding: 12px; border: 0; border-radius: 0; background: #eef0ee; color: #515958; font: 400 12px/1.4 system-ui,sans-serif; letter-spacing: 0; }
  body.pn-mobile-news-feed .pn-language-switcher {
    top: calc(var(--pn-mobile-ad-height) + 10px) !important; right: 12px !important; left: auto !important;
    height: 38px; min-height: 38px; padding: 2px 8px; border: 0; background: #0b1c16c9; z-index: 10017;
  }
  body.pn-mobile-news-feed .pn-language-switcher__link { min-height: 32px; padding: 5px 8px; font-size: 12px; color: #fff; }
  body.pn-mobile-news-feed .pn-language-switcher .pn-language-switcher__link.is-current { background: transparent !important; color: #fff !important; box-shadow: inset 0 -2px #25df98 !important; border-radius: 0; }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-card-overlay-stack {
    inset-block-start: calc(var(--pn-mobile-ad-height) + 10px) !important; inset-inline-start: 12px !important;
    left: 12px !important; right: auto !important; max-width: calc(100% - 160px) !important; z-index: 9;
  }
  body.pn-mobile-news-feed .pn-topic-capsule__summary { min-height: 38px !important; height: 38px; padding: 8px 12px; font-size: 13px; line-height: 1.2; background: #0b1c16c9; }
  body.pn-mobile-news-feed .pn-mobile-topic-follow-slot { display: none; }
  body.pn-mobile-news-feed .pn-topic-capsule__menu { max-height: calc(100dvh - var(--pn-mobile-ad-height) - var(--pn-mobile-nav-height) - 60px); overflow-y: auto; }
  body.pn-mobile-news-feed .pn-mobile-coins {
    position: fixed; display: flex; align-items: center; gap: 5px; top: calc(var(--pn-mobile-ad-height) + 54px);
    left: 12px; right: auto; z-index: 10016; min-height: 32px; max-width: 175px; padding: 5px 10px;
    color: #fff; background: #0b1c16bd; border: 0; border-radius: 30px; font: 500 12px/1.2 system-ui,sans-serif; text-decoration: none;
  }
  .pn-mobile-coins .pn-mobile-icon { width: 20px; height: 20px; color: #f3c54d; }
  body.pn-mobile-news-feed .pn-mobile-search-trigger {
    top: calc(var(--pn-mobile-ad-height) + 99px) !important; left: 12px !important; right: auto !important;
    width: 46px; height: 46px; min-height: 46px; padding: 0; overflow: visible; border: 1px solid #ffffff52;
    background: #075f42eb; color: #fff; box-shadow: 0 2px 8px #0003; z-index: 10016;
  }
  body.pn-mobile-news-feed .pn-mobile-search-trigger .pn-mobile-icon { width: 25px; height: 25px; }
  .pn-mobile-search-label { position: absolute; top: calc(100% + 3px); left: -10px; width: 66px; color: #fff; font: 600 11px/1.2 system-ui,sans-serif; text-align: center; text-shadow: 0 1px 4px #000; }
  body.pn-mobile-news-feed .pn-mobile-search-dialog.is-open { z-index: 10070; }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-mobile-card-audio-row {
    position: absolute !important; top: calc(var(--pn-mobile-ad-height) + 172px); left: 45%; right: auto; bottom: auto;
    display: block; width: 196px !important; max-width: calc(100% - 138px); margin: 0 !important; transform: translateX(-50%); z-index: 6;
  }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-mobile-card-audio-row > .pn-card-audio-player {
    display: flex !important; flex-direction: column; align-items: center; gap: 5px; width: 100% !important; padding: 0 !important;
  }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-mobile-card-audio-row .pn-audio-play {
    position: relative !important; inset: auto !important; display: flex !important; align-items: center; justify-content: center;
    width: 100px !important; height: 100px !important; min-width: 100px !important; min-height: 100px !important; flex: 0 0 auto;
    padding: 0 !important; margin: 0 !important; border-radius: 50%; color: #fff !important; background: #101916d9 !important;
    box-shadow: 0 0 0 4px #141b1680, 0 3px 18px #0005 !important;
  }
  body.pn-mobile-news-feed .pn-mobile-card-audio-row .pn-audio-progress-ring { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
  body.pn-mobile-news-feed .pn-mobile-card-audio-row .pn-audio-progress-ring circle { fill: none; stroke-width: 2.5; }
  body.pn-mobile-news-feed .pn-mobile-card-audio-row .pn-audio-progress-ring__track { stroke: #ffffff3d; }
  body.pn-mobile-news-feed .pn-mobile-card-audio-row .pn-audio-progress-ring__value { stroke: #24d994; stroke-linecap: round; }
  body.pn-mobile-news-feed .pn-mobile-card-audio-row .pn-audio-play-icon { width: 44px !important; height: 44px !important; }
  body.pn-mobile-news-feed .pn-mobile-card-audio-row .pn-audio-play-icon svg { width: 100%; height: 100%; fill: currentColor; }
  body.pn-mobile-news-feed .pn-mobile-card-audio-row .pn-audio-play-text { display: none !important; }
  .pn-mobile-audio-label { color: #fff; font-size: 12px; font-weight: 600; line-height: 1.3; text-shadow: 0 1px 4px #000; }
  body.pn-mobile-news-feed .pn-mobile-card-audio-row .pn-card-audio-player__main {
    display: flex !important; flex-direction: row; align-items: center; justify-content: center; gap: 8px; width: auto !important;
    min-height: 34px; padding: 3px 11px !important; background: #101c17d9 !important; border-radius: 30px; font-size: 12px;
  }
  body.pn-mobile-news-feed .pn-mobile-card-audio-row .pn-card-audio-player__time { display: flex !important; order: -1; gap: 4px; padding: 0; margin: 0 !important; font: 500 12px/1.3 system-ui,sans-serif; color: #fff; white-space: nowrap; direction: ltr; }
  body.pn-mobile-news-feed .pn-mobile-card-audio-row .pn-card-audio-player__controls { display: flex !important; align-items: center; margin: 0; padding: 0; }
  body.pn-mobile-news-feed .pn-mobile-card-audio-row .pn-card-audio-player__skip { display: none !important; }
  .pn-mobile-rate-menu { position: relative; margin: 0; padding: 0; border: 0; }
  .pn-mobile-rate-menu summary { display: flex; align-items: center; justify-content: center; gap: 5px; list-style: none; min-height: 28px; min-width: 42px; cursor: pointer; color: #fff; }
  .pn-mobile-rate-menu summary::-webkit-details-marker { display: none; }
  body.pn-mobile-news-feed .pn-mobile-rate-menu > .pn-audio-rate-selector { position: absolute; top: calc(100% + 6px); right: 0; display: flex; flex-direction: column; gap: 4px; padding: 7px; background: #09261d; border-radius: 10px; z-index: 20; box-shadow: 0 3px 16px #0006; }
  body.pn-mobile-news-feed .pn-mobile-rate-menu:not([open]) > .pn-audio-rate-selector { display: none !important; }
  .pn-mobile-rate-menu .pn-audio-rate-selector__option { margin: 0; min-width: 48px; min-height: 36px; }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card > .post-inner-wrap > .pn-entry-meta {
    position: absolute !important; top: var(--pn-rail-top); right: 10px; left: auto; bottom: auto;
    z-index: 8; display: block; width: 70px !important; max-width: 70px !important; padding: 0 !important; margin: 0 !important; background: transparent;
  }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-entry-meta .pn-blog-reaction-state,
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-entry-meta > .pn-news-meta { display: none !important; }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-entry-meta .pn-entry-actions {
    display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start !important;
    gap: var(--pn-tool-gap) !important; width: 70px !important; padding: 0 !important; margin: 0 !important; border: 0 !important;
  }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-entry-actions > .pn-eng-action,
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-entry-actions .bp-like-button {
    position: relative !important; display: flex !important; justify-content: center !important; align-items: center !important;
    width: var(--pn-tool-size) !important; min-width: var(--pn-tool-size) !important; max-width: var(--pn-tool-size) !important;
    height: var(--pn-tool-size) !important; min-height: var(--pn-tool-size) !important; flex: 0 0 auto !important;
    padding: 0 !important; margin: 0 !important; border-radius: 50% !important; background: #075f42eb !important;
    color: #fff !important; box-shadow: 0 0 0 1px #ffffff40, 0 2px 8px #0003 !important; overflow: visible !important;
  }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-entry-actions > .pn-blog-reaction { order: 0; background: transparent !important; box-shadow: none !important; }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-entry-actions > .pn-comments-action { order: 1; }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-entry-actions > .pn-eng-follow { order: 2; }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-entry-actions > .pn-eng-share { order: 3; }
  body.pn-mobile-news-feed .pn-entry-actions .activity-meta { margin: 0 !important; padding: 0 !important; }
  body.pn-mobile-news-feed .pn-entry-actions .pn-mobile-icon { width: 25px; height: 25px; }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-entry-actions :is(.pn-action-label,.pn-npa-label,.like-count,.comments-count) {
    position: absolute !important; top: calc(100% + 4px) !important; left: 50% !important; bottom: auto !important;
    display: flex !important; justify-content: center; align-items: center; gap: 3px; transform: translateX(-50%);
    width: max-content !important; max-width: 88px !important; height: auto !important; margin: 0 !important; padding: 0 !important;
    color: #fff !important; font: 600 10px/1.25 system-ui,sans-serif !important; clip: auto !important; clip-path: none !important; overflow: visible !important; text-shadow: 0 1px 4px #000; white-space: nowrap;
  }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-entry-actions .bb-comment-text { position: static !important; display: inline !important; width: auto !important; height: auto !important; overflow: visible !important; clip: auto !important; clip-path: none !important; }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-entry-actions :is(.bb-comment-text,.pn-comment-number) { color: #fff !important; font-size: 10px !important; }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-entry-actions > .pn-mobile-factchecks {
    order: 4; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
    width: 74px; min-width: 74px; min-height: 44px; height: auto; margin: 0; padding: 5px 4px; border: 0; border-radius: 12px;
    background: #006340f2; color: #fff; box-shadow: 0 0 0 1px #39c58c88; font: 600 10px/1.2 system-ui,sans-serif;
  }
  body.pn-mobile-news-feed .pn-mobile-factchecks .pn-mobile-icon { width: 20px; height: 20px; }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-mobile-factchecks, body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-mobile-factchecks > * { color: #fff !important; }
  body.pn-mobile-news-feed .pn-blog-reaction .ac-emotions_list { left: auto !important; right: -2px !important; inset-inline-start: auto !important; bottom: calc(100% + 8px); transform: none !important; z-index: 40; }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .entry-content-wrap.primary-entry-content {
    inset-block-end: var(--pn-mobile-nav-height) !important; max-height: none !important; padding: 10px 88px 10px 18px !important;
    width: 100% !important; overflow: visible !important; background: transparent !important;
  }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .entry-title a { font-size: clamp(21px, 5.7vw, 27px) !important; line-height: 1.16 !important; letter-spacing: -.025em !important; }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-mobile-home-card-category { display: block !important; margin-bottom: 7px; }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-mobile-home-card-category .pn-category-badge { color: #3cf3af !important; background: #063727dc !important; font-size: 11px; }
  body.pn-mobile-news-feed .entry-content-wrap > .pn-news-meta { margin: 8px 0 0 !important; font-size: 11px; line-height: 1.4; color: #e9eeeb !important; }
  body.pn-mobile-news-feed .pn-mobile-read-story { display: flex; justify-content: space-between; align-items: center; gap: 8px; min-height: 42px; width: calc(100vw - 36px); margin: 9px 0 0; padding: 7px 0; color: #fff; font-size: 14px; font-weight: 600; box-shadow: inset 0 1px #ffffff4d; }
  body.pn-mobile-news-feed .pn-story-swipe-panel { padding-bottom: var(--pn-mobile-nav-height); }
  body.pn-mobile-news-feed .pn-story-swipe-panel__body { scroll-padding-bottom: var(--pn-mobile-nav-height); }
  body.pn-mobile-news-feed.pn-mobile-account-open .pn-mobile-coins,
  body.pn-mobile-news-feed:has(.pn-story-swipe-panel[aria-hidden="false"]) .pn-mobile-coins,
  body.pn-mobile-news-feed:has(.pn-story-swipe-panel[aria-hidden="false"]) .pn-mobile-search-trigger { visibility: hidden; }
  body.pn-mobile-news-feed .post-grid > article.pn-mobile-tight .pn-mobile-card-audio-row { top: calc(var(--pn-mobile-ad-height) + 98px); }
  body.pn-mobile-news-feed .post-grid > article.pn-mobile-tight .pn-mobile-card-audio-row .pn-audio-play { width: 64px !important; height: 64px !important; min-width: 64px !important; min-height: 64px !important; }
  body.pn-mobile-news-feed .post-grid > article.pn-mobile-tight .pn-mobile-audio-label { display: none; }
  html[dir="rtl"] body.pn-mobile-news-feed .entry-content-wrap.primary-entry-content { direction: rtl; }
  html[dir="rtl"] body.pn-mobile-news-feed .pn-mobile-read-story .pn-mobile-icon { transform: rotate(180deg); }
}
@media (max-width: 767px) and (max-height: 740px) {
  body.pn-mobile-news-feed { --pn-tool-size: 44px; --pn-tool-gap: 20px; --pn-rail-top: calc(var(--pn-mobile-ad-height) + 65px); }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-mobile-card-audio-row { top: calc(var(--pn-mobile-ad-height) + 128px); }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-mobile-card-audio-row .pn-audio-play { width: 82px !important; height: 82px !important; min-width: 82px !important; min-height: 82px !important; }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .entry-title a { font-size: 21px !important; }
}
@media (max-width: 767px) and (max-height: 640px) {
  body.pn-mobile-news-feed { --pn-tool-gap: 17px; --pn-rail-top: calc(var(--pn-mobile-ad-height) + 52px); }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-mobile-card-audio-row { top: calc(var(--pn-mobile-ad-height) + 88px); }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .pn-mobile-card-audio-row .pn-audio-play { width: 64px !important; height: 64px !important; min-width: 64px !important; min-height: 64px !important; }
  body.pn-mobile-news-feed .pn-mobile-audio-label { display: none; }
  body.pn-mobile-news-feed .post-grid > article.hentry.is-pn-mobile-feed-card .entry-title a { font-size: 19px !important; }
  body.pn-mobile-news-feed .pn-mobile-read-story { min-height: 36px; font-size: 13px; }
}
