/**
 * Homepage components.
 * Loaded only on the front page.
 */

/* Media cards */
.nqhome-media-section{
          margin:0 0 clamp(44px,4vw,66px);
          padding:0;
          direction:rtl;
          font-family:'IBM Plex Sans Arabic',sans-serif;
      }
      .nqhome-media-head{
          display:flex;
          align-items:flex-start;
          justify-content:space-between;
          gap:30px;
          margin:0 0 28px;
      }
      .nqhome-media-more{
          flex:none;
          display:inline-flex;
          align-items:center;
          justify-content:center;
          gap:8px;
          min-height:42px;
          padding:0 16px;
          border:1.5px solid rgba(20,20,20,.18);
          border-radius:999px;
          background:#fff;
          color:#141414;
          font-size:14px;
          font-weight:700;
          line-height:1;
          white-space:nowrap;
          transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
      }
      .nqhome-media-more:hover{
          transform:translateY(-2px);
          box-shadow:0 12px 24px rgba(20,20,20,.08);
          border-color:#141414;
      }
      .nqhome-media-more-arrow{font-size:28px;line-height:1;transform:translateY(-1px)}
      .nqhome-media-heading{text-align:right;min-width:0}
      .nqhome-media-title{
          margin:0!important;
          color:#141414!important;
          font-family:'IBM Plex Sans Arabic',sans-serif!important;
          font-size:clamp(34px,3vw,58px)!important;
          font-weight:800!important;
          line-height:1.08!important;
          letter-spacing:-.03em!important;
      }
      .nqhome-media-subtitle{
          margin:10px 0 0!important;
          color:#666!important;
          font-size:clamp(18px,1.15vw,24px)!important;
          font-weight:500!important;
          line-height:1.45!important;
      }
      .nqhome-media-grid{
          display:grid;
          grid-template-columns:repeat(4,minmax(0,1fr));
          gap:clamp(22px,1.8vw,32px);
      }
      .nqhome-media-card{
          min-width:0;
          overflow:hidden;
          border:1px solid rgba(51,112,90,.08);
          border-radius:20px;
          background:#fff;
          box-shadow:0 20px 45px rgba(51,112,90,.08);
          transition:transform .25s ease,box-shadow .25s ease;
      }
      .nqhome-media-card:hover{
          transform:translateY(-4px);
          box-shadow:0 28px 60px rgba(51,112,90,.12);
      }
      .nqhome-media-card--button{cursor:pointer}
      .nqhome-media-link{display:block;color:inherit;text-decoration:none}
      .nqhome-media-visual{position:relative;aspect-ratio:16/12;overflow:hidden;background:#ddd}
      .nqhome-media-visual img{width:100%;height:100%;object-fit:cover;display:block}
      .nqhome-media-fallback{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(135deg,#444,#1d1d1d);color:#fff;font-size:40px}
      .nqhome-media-play{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none}
      .nqhome-media-play span{
          width:clamp(56px,4vw,66px);
          height:clamp(56px,4vw,66px);
          display:grid;
          place-items:center;
          border:1.5px solid rgba(255,255,255,.78);
          border-radius:50%;
          background:rgba(58,58,58,.42);
          box-shadow:0 8px 20px rgba(0,0,0,.16);
          backdrop-filter:blur(4px);
          -webkit-backdrop-filter:blur(4px);
      }
      .nqhome-media-play svg{width:28%;height:28%;fill:#fff;transform:translateX(-1px)}
      .nqhome-media-body{
          display:flex;
          flex-direction:column;
          min-height:0;
          padding:17px 17px 20px;
          text-align:right;
          font-family:'IBM Plex Sans Arabic',Tahoma,Arial,sans-serif;
      }
      .nqhome-media-kicker{
          display:inline-flex;
          align-self:flex-start;
          margin:0 0 8px;
          color:#33705A;
          font-family:'IBM Plex Sans Arabic',Tahoma,Arial,sans-serif;
          font-size:12px;
          font-weight:900;
          line-height:1.4;
      }
      .nqhome-media-card-title{
          margin:0!important;
          min-height:2.84em;
          max-height:2.84em;
          color:#17131f!important;
          font-family:'IBM Plex Sans Arabic',Tahoma,Arial,sans-serif!important;
          font-size:14px!important;
          font-weight:700!important;
          line-height:1.42!important;
          letter-spacing:0!important;
          display:-webkit-box;
          -webkit-box-orient:vertical;
          -webkit-line-clamp:2;
          overflow:hidden;
      }
      .nqhome-media-excerpt{
          margin:9px 0 0!important;
          min-height:3.16em;
          max-height:3.16em;
          color:#5f6a65!important;
          font-family:'IBM Plex Sans Arabic',Tahoma,Arial,sans-serif!important;
          font-size:12px!important;
          font-weight:400!important;
          line-height:1.58!important;
          display:-webkit-box;
          -webkit-box-orient:vertical;
          -webkit-line-clamp:2;
          overflow:hidden;
          overflow-wrap:anywhere;
          word-break:break-word;
      }
      @media(max-width:1180px){.nqhome-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
      @media(max-width:780px){
          .nqhome-media-head{flex-direction:column;align-items:stretch;margin-bottom:22px}
          .nqhome-media-more{align-self:flex-start;min-height:38px;padding:0 14px;font-size:13px}
          .nqhome-media-grid{grid-template-columns:1fr}
          .nqhome-media-body{min-height:0;padding:17px 17px 20px}
          .nqhome-media-card-title{font-size:13.5px!important}
          .nqhome-media-excerpt{font-size:11.5px!important}
      }

/* Podcast showcase */
.nqhome-podcast-showcase{
          position:relative;
          width:100vw;
          margin:clamp(54px,5vw,82px) calc(50% - 50vw) 0;
          padding:clamp(30px,3vw,46px) clamp(5.2vw,6.5vw,130px) clamp(34px,3.4vw,54px);
          background:#292728;
          color:#f4eee8;
          direction:rtl;
          overflow:hidden;
          font-family:'IBM Plex Sans Arabic',sans-serif;
      }
      .nqhome-podcast-showcase::before{
          content:'';
          display:block;
          width:100%;
          height:4px;
          background:#f1ece5;
          margin:0 0 clamp(24px,2vw,34px);
      }
      .nqhome-podcast-head{
          display:flex;
          align-items:flex-start;
          justify-content:space-between;
          gap:28px;
          margin:0 0 clamp(24px,2vw,34px);
      }
      .nqhome-podcast-heading{
          margin:0!important;
          color:#f7f2ec!important;
          font-family:'IBM Plex Sans Arabic',Arial,sans-serif!important;
          font-size:clamp(38px,3vw,61px)!important;
          font-weight:700!important;
          line-height:1!important;
          letter-spacing:-.025em!important;
      }
      .nqhome-podcast-more{
          flex:none;
          display:inline-flex;
          align-items:center;
          justify-content:center;
          padding-top:6px;
          color:#fff;
          text-decoration:none;
          font-size:clamp(16px,.95vw,20px);
          font-weight:800;
          line-height:1;
          white-space:nowrap;
      }
      .nqhome-podcast-more:hover{opacity:.78}
      .nqhome-podcast-grid{
          display:grid;
          grid-template-columns:repeat(4,minmax(0,1fr));
          gap:0;
      }
      .nqhome-podcast-item{
          position:relative;
          display:flex;
          flex-direction:column;
          min-width:0;
          color:inherit;
          text-decoration:none;
          padding-inline:22px;
      }
      .nqhome-podcast-item:first-child{padding-right:0}
      .nqhome-podcast-item:last-child{padding-left:0}
      .nqhome-podcast-item:not(:last-child){
          border-left:1px solid rgba(241,236,229,.78);
      }
      .nqhome-podcast-media{
          position:relative;
          display:block;
          aspect-ratio:1.34/1;
          overflow:hidden;
          background:#d8d2c8;
          margin:0 0 20px;
      }
      .nqhome-podcast-media img{
          width:100%;
          height:100%;
          object-fit:cover;
          display:block;
          transition:transform .35s ease;
      }
      .nqhome-podcast-item:hover .nqhome-podcast-media img{transform:scale(1.025)}
      .nqhome-podcast-fallback{
          position:absolute;
          inset:0;
          display:grid;
          place-items:center;
          background:#d8d2c8;
          color:#181818;
          font-size:50px;
      }
      .nqhome-podcast-audio{
          position:absolute;
          top:12px;
          right:12px;
          z-index:3;
          width:48px;
          height:48px;
          border-radius:50%;
          display:grid;
          place-items:center;
          background:#f6c900;
          color:#111;
          box-shadow:0 8px 18px rgba(0,0,0,.17);
      }
      .nqhome-podcast-audio svg{width:22px;height:22px;display:block}
      .nqhome-podcast-cat{
          display:block;
          margin:0 0 8px;
          color:#f0eae4;
          font-family:'IBM Plex Sans Arabic',Tahoma,Arial,sans-serif!important;
          font-size:12px;
          font-weight:700;
          line-height:1.4;
          text-align:right;
      }
      .nqhome-podcast-title{
          margin:0!important;
          min-height:2.84em;
          max-height:2.84em;
          color:#f9f4ef!important;
          font-family:'IBM Plex Sans Arabic',Tahoma,Arial,sans-serif!important;
          font-size:14px!important;
          font-weight:700!important;
          line-height:1.42!important;
          letter-spacing:0!important;
          text-align:right!important;
          display:-webkit-box;
          -webkit-box-orient:vertical;
          -webkit-line-clamp:2;
          overflow:hidden;
      }
      .nqhome-podcast-title a{color:inherit;text-decoration:none}
      .nqhome-podcast-title a:hover{opacity:.86}
      .nqhome-podcast-excerpt{
          margin:9px 0 0!important;
          min-height:3.16em;
          max-height:3.16em;
          color:#c9c2bc!important;
          font-family:'IBM Plex Sans Arabic',Tahoma,Arial,sans-serif!important;
          font-size:12px!important;
          font-weight:400!important;
          line-height:1.58!important;
          text-align:right!important;
          display:-webkit-box;
          -webkit-box-orient:vertical;
          -webkit-line-clamp:2;
          overflow:hidden;
          overflow-wrap:anywhere;
          word-break:break-word;
      }
      .nqhome-podcast-footer{
          margin-top:auto;
          padding-top:20px;
          color:#ebe3dc;
          font-family:'IBM Plex Sans Arabic',Tahoma,Arial,sans-serif!important;
          font-size:12px;
          line-height:1.35;
          display:flex;
          align-items:center;
          gap:8px;
          text-align:right;
      }
      .nqhome-podcast-footer-icon{display:inline-grid;place-items:center;flex:none;width:18px;height:18px}
      .nqhome-podcast-footer-icon svg{width:100%;height:100%;display:block;fill:currentColor}
      .nqhome-podcast-footer-sep{opacity:.76}
      .nqhome-podcast-arrow{
          position:absolute;
          top:48%;
          left:calc(clamp(5.2vw,6.5vw,130px) - 31px);
          width:64px;
          height:64px;
          border-radius:50%;
          display:grid;
          place-items:center;
          background:#2e2d2f;
          border:2px solid rgba(248,243,238,.85);
          color:#f8f3ee;
          text-decoration:none;
          box-shadow:0 14px 28px rgba(0,0,0,.26);
          transform:translateY(-50%);
      }
      .nqhome-podcast-arrow:hover{background:#39383a}
      .nqhome-podcast-arrow svg{
          width:28px;
          height:28px;
          display:block;
          stroke:currentColor;
          stroke-width:2.3;
          fill:none;
          stroke-linecap:round;
          stroke-linejoin:round;
          transform:scaleX(-1);
      }
      @media(max-width:1280px){
          .nqhome-podcast-showcase{padding-inline:34px}
          .nqhome-podcast-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:32px}
          .nqhome-podcast-item{padding-inline:18px}
          .nqhome-podcast-item:nth-child(2n){border-left:none;padding-left:0}
          .nqhome-podcast-item:nth-child(2n+1){padding-right:0}
          .nqhome-podcast-item:nth-child(2n+1):not(:last-child){border-left:1px solid rgba(241,236,229,.78)}
          .nqhome-podcast-arrow{display:none}
      }
      @media(max-width:760px){
          .nqhome-podcast-showcase{padding:22px 18px 26px;margin-top:40px}
          .nqhome-podcast-showcase::before{height:3px;margin-bottom:18px}
          .nqhome-podcast-head{align-items:center;margin-bottom:20px}
          .nqhome-podcast-heading{font-size:36px!important}
          .nqhome-podcast-more{font-size:15px}
          .nqhome-podcast-grid{grid-template-columns:1fr;row-gap:26px}
          .nqhome-podcast-item,
          .nqhome-podcast-item:nth-child(2n),
          .nqhome-podcast-item:nth-child(2n+1){border-left:none!important;padding:0!important}
          .nqhome-media-play span{width:52px;height:52px}
          .nqhome-podcast-audio{width:44px;height:44px}
          .nqhome-podcast-audio svg{width:20px;height:20px}
          .nqhome-podcast-title{font-size:13.5px!important}
          .nqhome-podcast-excerpt{font-size:11.5px!important}
      }

/* Category guides */
.nqhome-guides-showcase{
        position:relative;
        margin:clamp(42px,4vw,72px) 0 0;
        padding:20px 0 18px;
        background:#f5f5f3;
        direction:rtl;
        overflow:hidden;
    }
    .nqhome-guides-showcase::before,
    .nqhome-guides-showcase::after{
        content:'';
        display:block;
        height:5px;
        background:#111;
        width:100%;
    }
    .nqhome-guides-showcase::before{margin-bottom:28px}
    .nqhome-guides-showcase::after{margin-top:30px}
    .nqhome-guides-head{
        display:flex;
        align-items:flex-start;
        justify-content:space-between;
        gap:24px;
        margin:0 0 24px;
    }
    .nqhome-guides-heading{
        margin:0;
        color:#111;
        font-family:'IBM Plex Sans Arabic',Arial,sans-serif;
        font-size:clamp(34px,2.8vw,56px);
        font-weight:700;
        line-height:1.03;
        letter-spacing:-.01em;
        text-align:right;
    }
    .nqhome-guides-more{
        color:#111;
        text-decoration:none;
        font-family:'IBM Plex Sans Arabic',sans-serif;
        font-size:clamp(15px,1vw,22px);
        font-weight:800;
        white-space:nowrap;
        text-transform:uppercase;
        padding-top:10px;
    }
    .nqhome-guides-more:hover{opacity:.8}
    .nqhome-guides-grid{
        display:grid;
        grid-template-columns:repeat(4,minmax(0,1fr));
        gap:0;
    }
    .nqhome-guides-card{
        position:relative;
        padding-inline-start:0;
        padding-inline-end:24px;
    }
    .nqhome-guides-card:not(:last-child){
        margin-inline-end:22px;
        border-inline-end:1px solid rgba(17,17,17,.55);
    }
    .nqhome-guides-box{
        display:block;
        padding:26px 22px 22px;
        background:#6ccbf0;
        border-radius:14px;
        color:#111;
        text-decoration:none;
    }
    .nqhome-guides-kicker{
        display:block;
        margin:0 0 12px;
        padding-bottom:8px;
        border-bottom:2px solid rgba(17,17,17,.65);
        font-family:'IBM Plex Sans Arabic',Arial,sans-serif;
        font-size:clamp(14px,1vw,20px);
        line-height:1.15;
        text-transform:uppercase;
        text-align:right;
    }
    .nqhome-guides-title{
        display:block;
        margin:0 0 18px;
        font-family:'IBM Plex Sans Arabic',sans-serif;
        font-size:clamp(29px,1.9vw,43px);
        font-weight:800;
        line-height:1.05;
        text-align:right;
        color:#111;
        min-height:1.6em;
    }
    .nqhome-guides-visual{
        position:relative;
        aspect-ratio:1 / 1;
        overflow:hidden;
        background:#f1ddcf;
    }
    .nqhome-guides-visual img{
        width:100%;
        height:100%;
        object-fit:cover;
        display:block;
    }
    .nqhome-guides-fallback{
        width:100%;
        height:100%;
        display:flex;
        align-items:center;
        justify-content:center;
        background:linear-gradient(160deg,#f3d2c5 0%,#eddc9d 100%);
        color:#111;
        font-size:92px;
    }
    .nqhome-guides-arrow{
        position:absolute;
        top:50%;
        left:0;
        transform:translate(-50%,-12%);
        width:64px;
        height:64px;
        border-radius:50%;
        display:grid;
        place-items:center;
        background:#fafafa;
        border:2px solid rgba(17,17,17,.72);
        color:#111;
        text-decoration:none;
        box-shadow:0 8px 18px rgba(0,0,0,.08);
    }
    .nqhome-guides-arrow svg{
        width:28px;height:28px;display:block;stroke:currentColor;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round;transform:scaleX(-1);
    }
    @media(max-width:1280px){
        .nqhome-guides-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:26px}
        .nqhome-guides-card:nth-child(2n){border-inline-end:none;margin-inline-end:0;padding-inline-end:0}
        .nqhome-guides-card:nth-child(2n+1){border-inline-end:1px solid rgba(17,17,17,.55);margin-inline-end:22px;padding-inline-end:24px}
    }
    @media(max-width:900px){
        .nqhome-guides-arrow{display:none}
    }
    @media(max-width:760px){
        .nqhome-guides-showcase::before,.nqhome-guides-showcase::after{height:4px}
        .nqhome-guides-head{flex-direction:column;gap:10px;margin-bottom:18px}
        .nqhome-guides-grid{grid-template-columns:1fr;row-gap:22px}
        .nqhome-guides-card,
        .nqhome-guides-card:not(:last-child),
        .nqhome-guides-card:nth-child(2n),
        .nqhome-guides-card:nth-child(2n+1){border-inline-end:none!important;margin-inline-end:0!important;padding-inline-end:0!important}
        .nqhome-guides-title{min-height:0}
    }


/* Wash Sra in-page story gallery — v4.1.15
   Restored editorial card: media on top, white reading area below. */
.nqws-home__story-media,
.nqws-home__story-shade{display:none}

.ws-news-modal--home{
  position:fixed;
  inset:0;
  z-index:5000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(15,15,18,.84);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  direction:rtl;
  font-family:'IBM Plex Sans Arabic',Arial,sans-serif;
}
.ws-news-modal--home.open{display:flex}
.ws-news-modal--home .ws-news-dialog{
  position:relative;
  width:min(720px,96vw);
  height:min(900px,94vh);
  max-height:94vh;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.22);
  border-radius:30px;
  background:#fcfcf9;
  color:#030201;
  box-shadow:0 34px 100px rgba(0,0,0,.38);
  display:flex;
  flex-direction:column;
}
.ws-news-modal--home .ws-news-media{
  position:relative;
  z-index:1;
  flex:0 0 clamp(250px,36%,330px);
  min-height:0;
  overflow:hidden;
  background:linear-gradient(145deg,#821f31,#3b0812);
}
.ws-news-modal--home .ws-news-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}
.ws-news-modal--home .ws-news-image[hidden]{display:none}
.ws-news-modal--home .ws-news-media::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.5));
  pointer-events:none;
}
.ws-news-modal--home .ws-news-media.is-empty{
  background:radial-gradient(circle at 70% 14%,rgba(255,255,255,.09),transparent 34%),linear-gradient(145deg,#821f31,#3b0812);
}
.ws-news-modal--home .ws-news-media.is-empty::after{
  content:'واش صرا؟';
  position:absolute;
  inset:0;
  z-index:0;
  display:grid;
  place-items:center;
  color:rgba(255,248,239,.22);
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(48px,9vw,88px);
  font-weight:900;
  letter-spacing:-.06em;
}
.ws-news-modal--home .ws-news-brand{
  position:absolute;
  top:24px;
  right:26px;
  z-index:3;
  color:#fff8ef;
  font-size:15px;
  font-weight:800;
}
.ws-news-modal--home .ws-news-logo{
  position:absolute;
  top:22px;
  left:72px;
  z-index:3;
  width:112px;
  height:auto;
  display:block;
  filter:brightness(0) invert(1) drop-shadow(0 2px 14px rgba(0,0,0,.24));
}
.ws-news-modal--home .ws-news-media.is-empty .ws-news-logo{filter:none}
.ws-news-modal--home .ws-news-number{
  position:absolute;
  right:24px;
  bottom:20px;
  z-index:3;
  color:#fff8ef;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(56px,8vw,78px);
  font-weight:900;
  font-style:italic;
  line-height:.82;
  letter-spacing:-.08em;
  text-shadow:0 9px 28px rgba(0,0,0,.28);
}
.ws-news-modal--home .ws-news-content{
  position:relative;
  z-index:2;
  flex:1 1 auto;
  min-height:0;
  display:flex;
  flex-direction:column;
  padding:26px 30px 20px;
  background:#fcfcf9;
  overflow:auto;
}
.ws-news-modal--home .ws-news-story-copy{
  max-height:none;
  overflow:visible;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.ws-news-modal--home .ws-news-meta{
  margin:0 0 12px;
  color:#7a1e2c;
  font-size:12px;
  font-weight:800;
}
.ws-news-modal--home .ws-news-title{
  margin:0 0 18px;
  padding:0;
  border:0;
  color:#030201;
  font-family:'IBM Plex Sans Arabic',Arial,sans-serif;
  font-size:clamp(25px,3.1vw,37px);
  font-weight:800;
  line-height:1.48;
}
.ws-news-modal--home .ws-news-title-word{
  display:inline-block;
  padding-bottom:.09em;
  background:linear-gradient(#a71930,#a71930) 0 96%/100% .13em no-repeat;
}
.ws-news-modal--home .ws-news-text{
  display:block;
  margin:0;
  color:#35332b;
  font-size:15px;
  font-weight:400;
  line-height:1.95;
  white-space:normal;
  overflow:visible;
}
.ws-news-modal--home .ws-news-actions{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:7px;
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid rgba(3,2,1,.1);
}
.ws-news-modal--home .ws-news-action{
  min-height:40px;
  border:1px solid rgba(3,2,1,.14);
  border-radius:12px;
  background:#fff;
  color:#030201;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:7px 8px;
  font:700 11px/1.2 'IBM Plex Sans Arabic',Arial,sans-serif;
  cursor:pointer;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.ws-news-modal--home .ws-news-action:hover{
  transform:translateY(-1px);
  border-color:#7a1e2c;
  background:#fff5f5;
}
.ws-news-modal--home .ws-news-action--primary{
  background:#7a1e2c;
  color:#fff;
  border-color:#7a1e2c;
}
.ws-news-modal--home .ws-news-action--primary:hover{background:#681723;color:#fff}
.ws-news-modal--home .ws-news-action svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ws-news-modal--home .ws-news-more{display:none!important}
.ws-news-modal--home .ws-news-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:10px;
  color:#777064;
  font-size:11px;
}
.ws-news-modal--home .ws-news-count{color:#635d27;direction:ltr;unicode-bidi:isolate}
.ws-news-modal--home .ws-news-close,
.ws-news-modal--home .ws-news-nav{
  position:absolute;
  z-index:8;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.5);
  background:rgba(0,0,0,.42);
  color:#fff;
  cursor:pointer;
}
.ws-news-modal--home .ws-news-close{top:18px;left:18px;width:42px;height:42px;border-radius:50%}
.ws-news-modal--home .ws-news-close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.ws-news-modal--home .ws-news-nav{top:clamp(125px,18vh,165px);width:46px;height:46px;border-radius:50%;font-size:25px;transform:translateY(-50%)}
.ws-news-modal--home .ws-news-prev{right:16px}.ws-news-modal--home .ws-news-next{left:16px}
.ws-news-toast{position:fixed;left:50%;bottom:24px;z-index:6000;transform:translate(-50%,18px);opacity:0;pointer-events:none;padding:11px 18px;border-radius:999px;background:#111;color:#fff;font:700 13px/1.2 'IBM Plex Sans Arabic',Arial,sans-serif;transition:.2s}
.ws-news-toast.show{opacity:1;transform:translate(-50%,0)}


/* Homepage card-title accent — v4.1.14 */
:is(
  .hc-title,
  .feat-title,
  .post-title,
  .nqhome-media-card-title,
  .nqhome-podcast-title,
  .nqhome-guides-title,
  .nqws-home__headline
){
  position:relative;
  isolation:isolate;
}

:is(
  .hc-title,
  .feat-title,
  .post-title,
  .nqhome-media-card-title,
  .nqhome-podcast-title,
  .nqhome-guides-title,
  .nqws-home__headline
)::before{
  content:'';
  position:absolute;
  z-index:-1;
  top:.92em;
  right:-3px;
  width:clamp(52px,32%,82px);
  height:8px;
  border-radius:999px;
  background:#74192d;
  opacity:.24;
  pointer-events:none;
  transform:rotate(-1.2deg);
}

.nqhome-podcast-title::before{
  background:#b33a52;
  opacity:.62;
}

.nqws-home__link:hover .nqws-home__headline::before,
.nqws-home__link:focus-visible .nqws-home__headline::before,
.nqws-home__card.is-current .nqws-home__headline::before{
  background:#fff4ed;
  opacity:.34;
}

@media(max-width:780px){
  :is(
    .hc-title,
    .feat-title,
    .post-title,
    .nqhome-media-card-title,
    .nqhome-podcast-title,
    .nqhome-guides-title,
    .nqws-home__headline
  )::before{
    width:clamp(46px,30%,68px);
    height:7px;
    top:.9em;
    right:-2px;
  }
}
