/*
 * Nuqta mobile experience
 * A single, final override layer for phones and small tablets.
 */

@media (max-width: 760px) {
  :root {
    --nq-mobile-gutter: 16px;
    --nq-mobile-radius: 18px;
    --nq-mobile-section: 42px;
  }

  html {
    overflow-x: hidden;
    scroll-padding-top: 68px;
  }

  body {
    min-width: 320px;
    overflow-x: clip;
    background: #fff;
    font-size: 15px;
  }

  body.mobile-menu-open {
    overflow: hidden;
    touch-action: none;
  }

  a,
  button {
    -webkit-tap-highlight-color: transparent;
  }

  /* Header */
  .site-nav {
    position: sticky;
    top: 0;
    z-index: 1100;
    min-height: 64px;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
    background: rgba(0,0,0,.96) !important;
    backdrop-filter: blur(18px);
  }

  .nav-inner {
    height: 64px;
    padding-inline: var(--nq-mobile-gutter) !important;
    gap: 12px;
  }

  .site-logo img {
    width: auto;
    height: 34px;
    max-width: 132px;
  }

  .nav-hamburger {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 14px;
    background: rgba(255,255,255,.07);
  }

  .nav-hamburger:hover,
  .nav-hamburger:focus-visible {
    background: rgba(255,255,255,.13);
  }

  .nav-hamburger span {
    width: 100%;
    height: 2px;
    background: #fff;
  }

  .mobile-menu-overlay {
    z-index: 1190;
    background: rgba(0,0,0,.58);
    backdrop-filter: blur(3px);
  }

  .mobile-menu-drawer {
    right: -100%;
    left: auto;
    z-index: 1200;
    width: min(88vw, 350px);
    height: 100dvh;
    border-radius: 24px 0 0 24px;
    background: #fff;
    box-shadow: -18px 0 60px rgba(0,0,0,.22);
    transition: right .28s cubic-bezier(.22,.8,.25,1);
  }

  .mobile-menu-drawer.open {
    right: 0;
    left: auto;
  }

  .mobile-menu-head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 12px 18px;
    border-bottom: 1px solid #eceae7;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(14px);
  }

  .mobile-menu-brand {
    display: inline-flex;
    align-items: center;
  }

  .mobile-menu-brand img {
    width: auto;
    height: 32px;
    max-width: 128px;
    object-fit: contain;
    filter: none;
  }

  .mobile-menu-close {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #ddd9d3;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 29px;
    font-weight: 300;
    line-height: 1;
  }

  .mobile-menu-inner {
    gap: 4px;
    padding: 18px 16px 34px;
  }

  .mob-item {
    min-height: 50px;
    margin: 0;
    padding: 13px 14px;
    border-bottom: 1px solid #efede9;
    border-radius: 12px;
    color: #181818;
    font-size: 15px;
    font-weight: 600;
  }

  .mob-item:active {
    background: #f3f1ed;
  }

  /* Calm promotional strip instead of the old animated banner. */
  .hk-cta-bar {
    min-height: 42px;
    border-bottom: 0;
    background: #161616;
    animation: none !important;
  }

  .hk-cta-bar::before {
    display: none;
  }

  .hk-cta-link {
    gap: 9px;
    min-height: 42px;
    padding: 8px var(--nq-mobile-gutter);
  }

  .hk-cta-books {
    display: none;
    animation: none !important;
  }

  .hk-cta-text {
    flex: 1;
    flex-direction: row;
    align-items: baseline;
    gap: 7px;
    overflow: hidden;
  }

  .hk-cta-text strong {
    color: #fff;
    font-family: 'IBM Plex Sans Arabic', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }

  .hk-cta-text span {
    overflow: hidden;
    color: rgba(255,255,255,.56);
    font-size: 10px;
    text-overflow: ellipsis;
  }

  .hk-cta-arrow {
    color: #fff;
    font-size: 15px;
  }

  .hk-cta-close {
    min-width: 42px;
    min-height: 42px;
    padding: 0;
    color: rgba(255,255,255,.58);
  }

  /* Hero */
  .site-hero {
    display: block !important;
    border-bottom: 0 !important;
    background: #fff;
  }

  .site-hero::after {
    display: none;
  }

  .hero-in {
    min-height: 0 !important;
    padding: 0 var(--nq-mobile-gutter) !important;
  }

  .hero-center {
    width: 100%;
    padding: 30px 0 28px !important;
    text-align: right;
  }

  .hero-eye {
    margin-bottom: 8px;
    color: #797979;
    font-size: 10px;
    letter-spacing: .08em;
  }

  .hero-h1 {
    max-width: 360px;
    margin: 0;
    font-size: clamp(35px, 10.6vw, 44px) !important;
    line-height: 1.12;
    letter-spacing: -.035em;
    text-align: right;
  }

  .hero-divider {
    justify-content: flex-start;
    margin: 12px 0;
  }

  .hero-sub {
    max-width: 330px;
    margin: 0 0 18px;
    color: #5e5e5e;
    font-size: 13px;
    line-height: 1.75;
    text-align: right;
  }

  .hero-btns {
    justify-content: flex-start;
    gap: 9px;
    flex-wrap: wrap;
  }

  .btn-hp,
  .btn-hg {
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 12px;
  }

  /* Shortcut rail remains in document flow, so mobile and desktop keep the same order. */
  .nq-stories-bar {
    position: relative !important;
    top: auto !important;
    z-index: 2;
    padding: 12px 0 14px;
    border-block: 1px solid #ece9e4;
    background: #faf9f7;
  }

  .nq-stories-wrap {
    justify-content: flex-start;
    gap: 12px;
    padding-inline: var(--nq-mobile-gutter);
    scroll-snap-type: x proximity;
  }

  .nq-story {
    min-width: 58px;
    padding: 2px 0;
    scroll-snap-align: start;
  }

  .nq-tile-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    box-shadow: none;
  }

  .nq-tile-icon svg {
    width: 21px;
    height: 21px;
  }

  .nq-story-label {
    max-width: 60px;
    font-size: 10px;
  }

  /* Global mobile content rhythm */
  .page-wrap,
  .nqmag-wrap,
  .single-wrap {
    padding-inline: var(--nq-mobile-gutter) !important;
  }

  .page-wrap--after-ws {
    padding-top: 0;
  }

  .main-col,
  .main-col--full {
    min-width: 0;
  }

  .featured-post {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 22px 0 14px;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #e4e1dc;
    border-radius: 22px !important;
    box-shadow: 0 12px 30px rgba(19,17,15,.06);
  }

  .featured-copy-link {
    order: 2;
    padding: 19px 18px 20px;
  }

  .feat-img {
    order: 1;
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 10;
    border-radius: 0;
  }

  .feat-kicker {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .feat-title {
    margin-bottom: 10px;
    font-size: clamp(22px, 6.7vw, 28px);
    line-height: 1.36;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .feat-excerpt {
    margin-bottom: 14px;
    color: #656565;
    font-size: 13px;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .feat-byline {
    gap: 6px;
    font-size: 10.5px;
    line-height: 1.5;
  }

  .posts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .post-card,
  .post-card:nth-child(odd),
  .post-card:nth-child(even) {
    display: grid;
    grid-template-columns: minmax(0,1fr) 92px;
    align-items: stretch;
    gap: 13px;
    min-height: 118px;
    margin: 0;
    padding: 13px !important;
    border: 1px solid #e7e4df !important;
    border-radius: var(--nq-mobile-radius) !important;
    background: #fff;
    box-shadow: none;
  }

  .post-body {
    gap: 5px;
    padding-block: 1px;
  }

  .post-tag {
    font-size: 9.5px;
  }

  .post-title {
    font-size: 15.5px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .post-excerpt {
    display: none !important;
  }

  .post-foot {
    margin-top: auto;
    gap: 5px;
    font-size: 9px;
  }

  .post-foot .av-sm {
    display: none;
  }

  .post-thumb {
    width: 92px !important;
    height: 100% !important;
    min-height: 92px;
    border-radius: 13px;
  }

  /* Shared section headers */
  .nqhome-media-head,
  .nqhome-podcast-head,
  .nqhome-guides-head {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
  }

  .nqhome-media-title,
  .nqhome-podcast-heading,
  .nqhome-guides-heading,
  .nqws-home__title {
    margin: 0 !important;
    font-size: clamp(25px, 7.2vw, 31px) !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;
    letter-spacing: -.025em !important;
  }

  .nqhome-media-more,
  .nqhome-podcast-more,
  .nqhome-guides-more {
    flex: none;
    min-height: 36px !important;
    padding: 0 12px !important;
    border-radius: 11px !important;
    font-size: 11px !important;
  }

  /* Wash Sra: Instagram-like swipe card */
  .nqws-home {
    margin: var(--nq-mobile-section) 0 44px !important;
    overflow: visible;
  }

  .nqws-home__head {
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
  }

  .nqws-home__date {
    min-height: 0;
    padding-inline-start: 10px;
    color: #777;
    font-size: 10.5px;
  }

  .nqws-home__slider {
    margin-inline: calc(var(--nq-mobile-gutter) * -1);
  }

  .nqws-home__track {
    grid-auto-columns: calc(100% - 54px) !important;
    gap: 12px;
    padding: 3px var(--nq-mobile-gutter) 11px;
    scroll-padding-inline: var(--nq-mobile-gutter);
    scroll-snap-type: x mandatory;
  }

  .nqws-home__card {
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .nqws-home__link {
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(28,22,20,.08);
    transform: none !important;
  }

  .nqws-home__topline {
    min-height: 64px;
    padding: 15px 17px 13px;
  }

  .nqws-home__number {
    min-width: 0;
    font-size: 36px;
  }

  .nqws-home__content {
    justify-content: center;
    gap: 14px;
    padding: 17px 18px 15px;
  }

  .nqws-home__headline {
    min-height: 0;
    max-height: 7.25em;
    font-size: clamp(18px, 5.1vw, 21px) !important;
    line-height: 1.45 !important;
  }

  .nqws-home__excerpt {
    min-height: 0;
    max-height: 6.5em;
    font-size: 13px !important;
    line-height: 1.62 !important;
    -webkit-line-clamp: 4;
  }

  .nqws-home__footer {
    min-height: 46px;
    padding: 11px 18px;
  }

  .nqws-home__controls {
    grid-template-columns: 1fr;
    margin-top: 7px;
    padding-inline: var(--nq-mobile-gutter);
  }

  .nqws-home__nav {
    display: none;
  }

  .nqws-home__dots {
    min-height: 22px;
    gap: 6px;
  }

  /* Video: one-card horizontal rail instead of a long vertical stack. */
  .nqhome-media-section {
    margin: 0 0 var(--nq-mobile-section) !important;
  }

  .nqhome-media-grid {
    display: flex !important;
    gap: 12px !important;
    margin-inline: calc(var(--nq-mobile-gutter) * -1);
    padding: 1px var(--nq-mobile-gutter) 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .nqhome-media-grid::-webkit-scrollbar {
    display: none;
  }

  .nqhome-media-card {
    flex: 0 0 calc(100% - 48px);
    scroll-snap-align: center;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
  }

  .nqhome-media-visual {
    aspect-ratio: 16 / 10;
  }

  .nqhome-media-body {
    min-height: 142px !important;
    padding: 16px 16px 18px !important;
  }

  .nqhome-media-card-title {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .nqhome-media-excerpt {
    font-size: 12px !important;
    line-height: 1.65 !important;
  }

  /* Podcast rail */
  .nqhome-podcast-showcase {
    margin: var(--nq-mobile-section) calc(var(--nq-mobile-gutter) * -1) !important;
    padding: 24px var(--nq-mobile-gutter) 27px !important;
    border-radius: 0;
  }

  .nqhome-podcast-showcase::before {
    height: 2px !important;
    margin-bottom: 16px !important;
  }

  .nqhome-podcast-grid {
    display: flex !important;
    gap: 12px !important;
    margin-inline: calc(var(--nq-mobile-gutter) * -1);
    padding: 0 var(--nq-mobile-gutter) 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .nqhome-podcast-grid::-webkit-scrollbar {
    display: none;
  }

  .nqhome-podcast-item,
  .nqhome-podcast-item:nth-child(2n),
  .nqhome-podcast-item:nth-child(2n+1) {
    flex: 0 0 calc(100% - 52px);
    min-width: 0;
    padding: 0 !important;
    border: 0 !important;
    scroll-snap-align: center;
  }

  .nqhome-podcast-media {
    border-radius: 18px;
  }

  .nqhome-podcast-title {
    min-height: 3em;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .nqhome-podcast-excerpt {
    font-size: 12px !important;
    line-height: 1.65 !important;
  }

  /* Categories rail */
  .nqhome-guides-showcase {
    margin-block: var(--nq-mobile-section) 26px;
  }

  .nqhome-guides-showcase::before,
  .nqhome-guides-showcase::after {
    height: 2px !important;
  }

  .nqhome-guides-grid {
    display: flex !important;
    gap: 12px !important;
    margin-inline: calc(var(--nq-mobile-gutter) * -1);
    padding: 0 var(--nq-mobile-gutter) 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .nqhome-guides-grid::-webkit-scrollbar {
    display: none;
  }

  .nqhome-guides-card,
  .nqhome-guides-card:not(:last-child),
  .nqhome-guides-card:nth-child(2n),
  .nqhome-guides-card:nth-child(2n+1) {
    flex: 0 0 calc(100% - 70px);
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    scroll-snap-align: center;
  }

  .nqhome-guides-box {
    min-height: 250px;
    border-radius: 20px;
  }

  /* Video modal */
  .nvid-modal-box {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    border-radius: 18px;
  }

  .nvid-modal-info {
    padding: 16px;
  }

  .nvid-modal-prev,
  .nvid-modal-next {
    top: 28%;
    width: 38px;
    height: 38px;
  }

  /* Footer */
  .site-footer {
    margin-top: 42px;
    padding: 38px var(--nq-mobile-gutter) 24px !important;
  }

  .footer-inner {
    gap: 28px !important;
  }
}

@media (max-width: 370px) {
  :root { --nq-mobile-gutter: 14px; }

  .hero-h1 { font-size: 34px !important; }
  .nqws-home__track { grid-auto-columns: calc(100% - 38px) !important; }
  .nqws-home__link { aspect-ratio: 3 / 4; }
  .nqhome-media-card,
  .nqhome-podcast-item,
  .nqhome-podcast-item:nth-child(2n),
  .nqhome-podcast-item:nth-child(2n+1) { flex-basis: calc(100% - 34px); }
  .post-card,
  .post-card:nth-child(odd),
  .post-card:nth-child(even) { grid-template-columns: minmax(0,1fr) 82px; }
  .post-thumb { width: 82px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu-drawer,
  .nqws-home__link,
  .nqhome-media-card,
  .nqhome-podcast-item {
    transition: none !important;
  }
}

/* Wash Sra mobile story experience — v4.1.12 */
@media (max-width:760px){
  .nqws-home{
    margin:var(--nq-mobile-section) 0 42px!important;
    overflow:visible!important;
  }
  .nqws-home__slider{margin-inline:calc(var(--nq-mobile-gutter) * -1)!important}
  .nqws-home__track{
    grid-auto-columns:calc((100% - 12px)/2)!important;
    gap:12px!important;
    padding:3px var(--nq-mobile-gutter) 12px!important;
    scroll-padding-inline:var(--nq-mobile-gutter)!important;
    scroll-snap-type:x mandatory!important;
  }
  .nqws-home__card{scroll-snap-align:start!important;scroll-snap-stop:always}
  .nqws-home__link{
    position:relative!important;
    display:block!important;
    width:100%!important;
    min-height:0!important;
    aspect-ratio:9/16!important;
    overflow:hidden!important;
    border:0!important;
    border-radius:18px!important;
    background:linear-gradient(145deg,#8b2637,#3f0d16)!important;
    color:#fff!important;
    box-shadow:0 10px 26px rgba(21,15,14,.16)!important;
    transform:none!important;
  }
  .nqws-home__story-media{
    position:absolute;
    inset:0;
    z-index:0;
    display:block!important;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    transition:transform .35s ease;
  }
  .nqws-home__story-shade{
    position:absolute;
    inset:0;
    z-index:1;
    display:block!important;
    background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.16) 42%,rgba(0,0,0,.88) 100%);
  }
  .nqws-home__card.has-no-image .nqws-home__story-shade{
    background:radial-gradient(circle at 78% 12%,rgba(255,255,255,.16),transparent 34%),linear-gradient(180deg,rgba(122,30,44,.12),rgba(42,8,15,.9));
  }
  .nqws-home__card.is-current .nqws-home__link{
    background:linear-gradient(145deg,#8b2637,#3f0d16)!important;
    border-color:transparent!important;
    color:#fff!important;
    box-shadow:0 13px 30px rgba(55,12,23,.22)!important;
  }
  .nqws-home__card.is-current .nqws-home__story-media{transform:scale(1.025)}
  .nqws-home__topline{
    position:absolute!important;
    inset:0 0 auto 0!important;
    z-index:3!important;
    min-height:0!important;
    padding:12px 12px 0!important;
    border:0!important;
    background:transparent!important;
  }
  .nqws-home__number-wrap{gap:3px!important}
  .nqws-home__number{
    min-width:0!important;
    color:#fff!important;
    font-size:28px!important;
    line-height:.9!important;
    text-shadow:0 4px 16px rgba(0,0,0,.35)!important;
  }
  .nqws-home__total{display:inline!important;color:#fff!important;font-size:9px!important;opacity:.74!important}
  .nqws-home__rule{display:none!important}
  .nqws-home__content{
    position:absolute!important;
    inset:auto 0 0 0!important;
    z-index:3!important;
    display:block!important;
    min-height:0!important;
    padding:46px 12px 14px!important;
    background:transparent!important;
  }
  .nqws-home__headline{
    min-height:0!important;
    max-height:6.1em!important;
    margin:0!important;
    color:#fff!important;
    font-size:clamp(13.5px,4vw,16px)!important;
    font-weight:700!important;
    line-height:1.52!important;
    -webkit-line-clamp:4!important;
    text-shadow:0 2px 14px rgba(0,0,0,.42)!important;
  }
  .nqws-home__excerpt,
  .nqws-home__footer{display:none!important}
  .nqws-home__controls{margin-top:5px!important;padding-inline:var(--nq-mobile-gutter)!important}
  .nqws-home__dots{min-height:20px!important}

  body.nqws-story-open{overscroll-behavior:none}
  .ws-news-modal--home{
    padding:0!important;
    background:#050506!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .ws-news-modal--home .ws-news-dialog{
    width:100%!important;
    height:100dvh!important;
    max-height:none!important;
    border:0!important;
    border-radius:0!important;
    background:#fcfcf9!important;
    color:#030201!important;
    box-shadow:none!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .ws-news-modal--home .ws-news-media{
    position:relative!important;
    inset:auto!important;
    flex:0 0 39dvh!important;
    height:39dvh!important;
    min-height:255px!important;
    max-height:400px!important;
    overflow:hidden!important;
    background:linear-gradient(145deg,#821f31,#3b0812)!important;
  }
  .ws-news-modal--home .ws-news-image{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
  }
  .ws-news-modal--home .ws-news-media::before{
    z-index:1!important;
    background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.5))!important;
  }
  .ws-news-modal--home .ws-news-brand{
    top:calc(env(safe-area-inset-top) + 18px)!important;
    right:18px!important;
    color:#fff8ef!important;
    font-size:14px!important;
  }
  .ws-news-modal--home .ws-news-logo{
    top:calc(env(safe-area-inset-top) + 16px)!important;
    left:66px!important;
    width:92px!important;
  }
  .ws-news-modal--home .ws-news-number{
    top:auto!important;
    right:18px!important;
    bottom:18px!important;
    color:#fff8ef!important;
    font-size:58px!important;
  }
  .ws-news-modal--home .ws-news-close{
    top:calc(env(safe-area-inset-top) + 13px)!important;
    left:14px!important;
    width:40px!important;
    height:40px!important;
  }
  .ws-news-modal--home .ws-news-nav{
    display:grid!important;
    top:calc(19.5dvh + env(safe-area-inset-top)/2)!important;
    width:42px!important;
    height:42px!important;
    font-size:23px!important;
  }
  .ws-news-modal--home .ws-news-prev{right:14px!important}
  .ws-news-modal--home .ws-news-next{left:14px!important}
  .ws-news-modal--home .ws-news-content{
    position:relative!important;
    z-index:3!important;
    flex:1 1 auto!important;
    min-height:0!important;
    height:auto!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    padding:22px 18px calc(env(safe-area-inset-bottom) + 12px)!important;
    background:#fcfcf9!important;
    overflow-y:auto!important;
  }
  .ws-news-modal--home .ws-news-story-copy{
    max-height:none!important;
    overflow:visible!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .ws-news-modal--home .ws-news-meta{
    margin:0 0 11px!important;
    color:#7a1e2c!important;
    font-size:11.5px!important;
    font-weight:800!important;
  }
  .ws-news-modal--home .ws-news-title{
    margin:0 0 14px!important;
    padding:0!important;
    border:0!important;
    color:#030201!important;
    font-family:'IBM Plex Sans Arabic',Arial,sans-serif!important;
    font-size:clamp(24px,7vw,31px)!important;
    font-weight:800!important;
    line-height:1.48!important;
  }
  .ws-news-modal--home .ws-news-text{
    display:block!important;
    margin:0!important;
    max-height:none!important;
    overflow:visible!important;
    color:#35332b!important;
    font-size:14.5px!important;
    font-weight:400!important;
    line-height:1.95!important;
    -webkit-line-clamp:unset!important;
  }
  .ws-news-modal--home .ws-news-actions{
    position:sticky!important;
    bottom:0!important;
    z-index:4!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:6px!important;
    margin-top:18px!important;
    padding:12px 0 4px!important;
    border-top:1px solid rgba(3,2,1,.1)!important;
    background:#fcfcf9!important;
  }
  .ws-news-modal--home .ws-news-action{
    min-height:38px!important;
    padding:6px 5px!important;
    border-radius:10px!important;
    color:#030201!important;
    background:#fff!important;
    border-color:rgba(3,2,1,.14)!important;
    gap:5px!important;
    font-size:10.5px!important;
    white-space:nowrap!important;
  }
  .ws-news-modal--home .ws-news-action--primary{
    background:#7a1e2c!important;
    border-color:#7a1e2c!important;
    color:#fff!important;
  }
  .ws-news-modal--home .ws-news-action svg{width:15px!important;height:15px!important}
  .ws-news-modal--home .ws-news-more{display:none!important}
  .ws-news-modal--home .ws-news-foot{
    margin-top:7px!important;
    color:#777064!important;
    font-size:10.5px!important;
  }
  .ws-news-modal--home .ws-news-hint{display:none!important}
  .ws-news-modal--home .ws-news-count{margin-inline-start:auto!important;color:#635d27!important}
  .ws-news-toast{bottom:calc(env(safe-area-inset-bottom) + 18px)!important;max-width:calc(100% - 32px);text-align:center}

}

@media (max-width:360px){
  .nqws-home__track{grid-auto-columns:calc((100% - 10px)/2)!important;gap:10px!important}
  .nqws-home__headline{font-size:13px!important}
  .ws-news-modal--home .ws-news-story-copy{max-height:none!important}
}

/* Wash Sra mobile: two desktop-style cards — v4.1.16 */
@media (max-width:760px){
  .nqws-home__slider{margin-inline:calc(var(--nq-mobile-gutter) * -1)!important}
  .nqws-home__track{
    grid-auto-columns:calc((100% - 12px)/2)!important;
    gap:12px!important;
    padding:3px var(--nq-mobile-gutter) 12px!important;
    scroll-padding-inline:var(--nq-mobile-gutter)!important;
  }
  .nqws-home__card{scroll-snap-align:start!important}
  .nqws-home__link{
    display:grid!important;
    grid-template-rows:auto minmax(0,1fr) auto!important;
    width:100%!important;
    min-height:350px!important;
    aspect-ratio:auto!important;
    border:1px solid rgba(24,20,18,.14)!important;
    border-radius:16px!important;
    background:#fff!important;
    color:#171311!important;
    box-shadow:0 10px 24px rgba(24,18,16,.07)!important;
    overflow:hidden!important;
  }
  .nqws-home__story-media,.nqws-home__story-shade{display:none!important}
  .nqws-home__topline{
    position:relative!important;
    inset:auto!important;
    display:flex!important;
    min-height:58px!important;
    padding:13px 12px 11px!important;
    border-bottom:1px solid rgba(24,20,18,.12)!important;
    background:transparent!important;
  }
  .nqws-home__number{color:#7a1e2c!important;font-size:30px!important;text-shadow:none!important}
  .nqws-home__total{display:none!important}
  .nqws-home__rule{display:block!important}
  .nqws-home__content{
    position:relative!important;
    inset:auto!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    gap:10px!important;
    min-height:0!important;
    padding:16px 12px 13px!important;
    background:transparent!important;
  }
  .nqws-home__headline{
    min-height:0!important;
    max-height:7.25em!important;
    color:inherit!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.45!important;
    -webkit-line-clamp:5!important;
    text-shadow:none!important;
  }
  .nqws-home__excerpt{
    display:-webkit-box!important;
    min-height:0!important;
    max-height:6.6em!important;
    color:inherit!important;
    font-size:11.4px!important;
    line-height:1.65!important;
    -webkit-line-clamp:4!important;
    opacity:.68!important;
  }
  .nqws-home__footer{
    display:flex!important;
    min-height:43px!important;
    padding:10px 12px!important;
    border-top:1px solid rgba(24,20,18,.12)!important;
    color:#7a1e2c!important;
    font-size:10.5px!important;
  }
  .nqws-home__card.is-current .nqws-home__link{
    background:#fff!important;
    border-color:rgba(24,20,18,.14)!important;
    color:#171311!important;
    box-shadow:0 10px 24px rgba(24,18,16,.07)!important;
  }
  .nqws-home__card.is-current .nqws-home__number{color:#7a1e2c!important}
  .nqws-home__card.is-current .nqws-home__excerpt{opacity:.68!important}
  .nqws-home__card.is-current .nqws-home__topline,
  .nqws-home__card.is-current .nqws-home__footer{border-color:rgba(24,20,18,.12)!important}
  .nqws-home__card.is-current .nqws-home__footer{color:#7a1e2c!important}
  .nqws-home__card.is-current .nqws-home__rule{background:linear-gradient(90deg,rgba(122,30,44,.08),rgba(122,30,44,.56))!important}
  .nqws-home__controls{margin-top:4px!important}
}
@media(max-width:360px){
  .nqws-home__track{grid-auto-columns:calc((100% - 10px)/2)!important;gap:10px!important}
  .nqws-home__link{min-height:332px!important}
  .nqws-home__headline{font-size:13.2px!important}
  .nqws-home__excerpt{font-size:10.8px!important}
}
