    .trending-link {
      font-size: 13px !important;
    }
    .trending-label {
        padding-left: 0rem !important;
    }

    .wex-mag-redesign {
      width: 100%;
      margin: 0 auto;
      font-family: Roboto, sans-serif;
      font-size: 19px;
      line-height: 28px;
      color: #1a1a1a;
      font-weight:900;
      box-sizing: border-box;
      --wmr-navy:  #0d1f3c;
      --wmr-red:   #DB3745;
      --wmr-rule:  #d4cfc6;
      --wmr-bg:    #f5f3ef;
      --wmr-muted: #666460;
    }
    .wex-mag-redesign *,
    .wex-mag-redesign *::before,
    .wex-mag-redesign *::after {
      box-sizing: inherit;
    }

    .wex-mag-redesign a {
        text-decoration: none !important;
    }
    .wmr-by a {
        color: var(--wmr-navy) !important;
    }
    /* Issue bar */
    .wmr-issue-bar {
      padding: 10px 0 14px;
      border-bottom: 2px solid var(--wmr-navy);
      margin-bottom: 24px;
    }
    .wmr-issue-label {
    font-family: Roboto, sans-serif;
      font-size: 11px;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #888;
    }
    .wmr-issue-date {
      font-size: 22px;
      color: var(--wmr-navy);
    }
    .wmr-btn-primary {
      background: var(--wmr-red);
      color: #fff !important;
      padding: 8px 18px;
     font-family: Roboto, sans-serif;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: .05em;
      text-transform: uppercase;
      border-radius: 6px;
      display: inline-block;
      border: none;
    }
    .wmr-btn-outline {
      background: #fff;
      color: var(--wmr-navy) !important;
      border: 1px solid var(--wmr-navy);
      padding: 8px 16px;
    font-family: Roboto, sans-serif;
      font-size: 12px;
      letter-spacing: .05em;
      text-transform: uppercase;
      border-radius: 2px;
      display: inline-block;
    }

    /* Hero */
    .wmr-hero {
      background: var(--wmr-navy);
      padding: 28px;
      border-radius: 3px;
      margin-bottom: 0;
    }
    .wmr-cover-img {
      width: 100%;
      aspect-ratio: 3/4;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.15);
    }
    .wmr-cover-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .wmr-cover-caption {
    font-family: Roboto, sans-serif;
      font-size: 10px;
      color: #7a8fa8;
      margin-top: 6px;
      letter-spacing: .05em;
      text-transform: uppercase;
    }
    .wmr-feature {
      border-left: 1px solid rgba(255,255,255,.12);
      padding-left: 28px;
      height: 100%;
    }
    .wmr-feature-kicker {
    font-family: Roboto, sans-serif;
      font-size: 10px;
      letter-spacing: .15em;
      text-transform: uppercase;
      color: var(--wmr-red);
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .wmr-feature-kicker::before {
      content: '';
      width: 24px;
      height: 1px;
      background: var(--wmr-red);
      display: inline-block;
    }
    .wmr-feature-hed {
      font-size: 26px;
      line-height: 1.25;
      color: #fff !important;
      display: block;
      margin-bottom: 12px;
    }
    .wmr-feature-hed:hover { color: #c8d8e8 !important; }
    .wmr-feature-dek {
    font-family: Roboto, sans-serif;
      font-size: 13px;
      color: #a8b8cc;
      line-height: 1.55;
      margin-bottom: 8px;
    }
    .wmr-feature-excerpt {
      font-size: 15px;
      color: rgba(255,255,255,.75);
      line-height: 1.65;
      margin-bottom: 14px;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .wmr-feature-by {
    font-family: Roboto, sans-serif;
      font-size: 11px;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: #7a8fa8;
    }
      a.wmr-feature-by-link {
        color: #7a8fa8;
    }

    /* Subscribe strip */
    .wmr-sub-strip {
      background: var(--wmr-red);
      padding: 12px 20px;
    }
    .wmr-sub-strip p {
      font-size: 15px;
      color: #fff;
      font-style: italic;
      margin: 0;
    }
    .wmr-sub-strip-btn {
      background: #fff;
      color: var(--wmr-red) !important;
      padding: 8px 22px;
    font-family: Roboto, sans-serif;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: .08em;
      text-transform: uppercase;
      border-radius: 6px;
      display: inline-block;
      white-space: nowrap;
    }

    /* Nav */
    .wmr-nav {
      border-bottom: 2px solid var(--wmr-navy);
      overflow-x: auto;
      white-space: nowrap;
      margin-bottom: 32px;
    }
    .wmr-nav a {
      font-family: Roboto, sans-serif;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: .07em;
      text-transform: uppercase;
      color: #555 !important;
      padding: 12px 18px;
      border-bottom: 3px solid transparent;
      display: inline-block;
      margin-bottom: -2px;
    }
    .wmr-nav a:first-child,
    .wmr-nav a:hover {
      color: var(--wmr-navy) !important;
      border-bottom-color: var(--wmr-navy);
    }

    /* Section */
    .wmr-sec { margin-bottom: 36px; }
    .wmr-sec-hdr {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
      padding-bottom: 8px;
      border-bottom: 3px solid var(--wmr-navy);
    }
    .wmr-sec-hdr h2 {
    font-family: Roboto, sans-serif;
      font-size: 19px;
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase;
      color: var(--wmr-navy);
      margin: 0;
    }
    .wmr-count {
    font-family: Roboto, sans-serif;
      font-size: 11px;
      color: #999;
      background: #ede9e2;
      padding: 2px 8px;
      border-radius: 10px;
    }

    /* Card */
    .wmr-card,
    .wmr-card-wide,
    .wmr-col-card,
    .wmr-more-card,
    .wmr-carousel-card,
    .wmr-duo {
      background: #fff;
    }

    .wmr-card {
      padding: 16px;
      display: flex;
      flex-direction: column;
      gap: 7px;
      height: 100%;
      border: 1px solid var(--wmr-rule);
    }

    .wmr-thumb,
    .wmr-carousel-thumb,
    .wmr-more-img {
      width: 100%;
      aspect-ratio: 16/9;
      background: #e8e4dc;
      overflow: hidden;
      position: relative;
      border-radius: 2px;
    }

    .wmr-thumb img,
    .wmr-carousel-thumb img,
    .wmr-more-img img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .wmr-label,
    .wmr-carousel-label,
    .wmr-more-cat {
    font-family: Roboto, sans-serif;
      font-size: 10px;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--wmr-red);
      font-weight: bold;
    }

    .wmr-label.muted { color: #888; }

    .wmr-hed,
    .wmr-carousel-hed,
    .wmr-more-hed {
      font-size: 17px;
      font-family: 'Roboto';
      line-height: 1.3;
      color: #1a1a1a !important;
      display: block;
    }

    .wmr-hed:hover,
    .wmr-carousel-hed:hover,
    .wmr-more-card:hover .wmr-more-hed {
      color: var(--wmr-red) !important;
    }

    .wmr-dek {
    font-family: Roboto, sans-serif;
      font-size: 16px;
      color: var(--wmr-muted);
      line-height: 1.5;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .wmr-by,
    .wmr-carousel-by {
    font-family: Roboto, sans-serif;
      font-size: 14px;
      color: #999;
      margin-top: auto;
      padding-top: 7px;
      border-top: 1px solid #f0ece5;
    }

    .wmr-card-wide {
      padding: 16px;
      border: 1px solid var(--wmr-rule);
      height: 100%;
    }

    .wmr-wide-inner .wmr-thumb {
      aspect-ratio: 4/3;
    }

    .wmr-duo {
      background: #f7f5ef;
      padding: 16px;
      border: 1px solid var(--wmr-rule);
    }
    .wmr-duo-divider {
      border-left: 1px solid var(--wmr-rule);
      padding-left: 24px;
      height: 100%;
    }

    /* Columnists */
    .wmr-col-card {
      padding: 18px 16px;
      text-align: center;
      border: 1px solid var(--wmr-rule);
      height: 100%;
    }
    .wmr-avatar {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      overflow: hidden;
      border: 2px solid var(--wmr-navy);
      background: #d8d2c8;
      margin: 0 auto 10px;
    }
    .wmr-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .wmr-col-name {
    font-family: Roboto, sans-serif;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: var(--wmr-navy) !important;
      display: block;
      margin-bottom: 6px;
    }
    .wmr-col-hed {
      font-size: 14px;
      line-height: 1.3;
      color: #1a1a1a !important;
      display: block;
    }

    /* More from magazine */
    .wmr-more-card {
      display: block;
      color: inherit;
      border: 1px solid var(--wmr-rule);
      height: 100%;
    }
    .wmr-more-body { padding: 12px 14px 16px; }

    /* Back issues */
    .wmr-back {
      background: var(--wmr-navy);
      padding: 22px 24px;
      margin-top: 8px;
      border-radius: 3px;
    }
    .wmr-back-hdr h3 {
    font-family: Roboto, sans-serif;
      font-size: 11px;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #a8b8cc;
      margin: 0;
    }
    .wmr-back-hdr a {
    font-family: Roboto, sans-serif;
      font-size: 11px;
      color: #c8d8e8 !important;
      letter-spacing: .05em;
      text-transform: uppercase;
    }
    .wmr-back-thumb {
      aspect-ratio: 3/4;
      background: #2a3a52;
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 2px;
      display: block;
      overflow: hidden;
      position: relative;
    }
    .wmr-back-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .wmr-back-date {
    font-family: Roboto, sans-serif;
      font-size: 9px;
      color: #fff;
      letter-spacing: .05em;
      text-transform: uppercase;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(transparent, rgba(0,0,0,.65));
      padding: 14px 6px 5px;
    }

    /* CTA */
    .wmr-cta {
      background: var(--wmr-red);
      padding: 16px 24px;
      margin-top: 32px;
      border-radius: 3px;
    }
    .wmr-cta p {
      font-size: 16px;
      color: #fff;
      font-style: italic;
      margin: 0;
    }
    .wmr-cta-btn {
      background: #fff;
      color: var(--wmr-red) !important;
      padding: 9px 24px;
     font-family: Roboto, sans-serif;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: .08em;
      text-transform: uppercase;
      border-radius: 6px;
      display: inline-block;
      white-space: nowrap;
    }

    /* Carousel */
    .wmr-carousel-wrap {
      margin-bottom: 0;
      position: relative;
      background: #fff;
      border: 1px solid #d4cfc6;
    }
    .wmr-carousel {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      gap: 1px;
      background: #d4cfc6;
    }
    .wmr-carousel::-webkit-scrollbar { display: none; }

    .wmr-carousel-card {
      flex: 0 0 25%;
      min-width: 250px;
      scroll-snap-align: start;
      padding: 14px;
      display: flex;
      flex-direction: column;
      gap: 7px;
    }

    .wmr-carousel-nav {
      display: flex;
      justify-content: flex-end;
      gap: 6px;
      padding: 8px 12px 10px;
      background: #fff;
      border-top: 1px solid #e8e4dc;
    }

    .wmr-carousel-btn,
    .wmr-vid-btn {
      width: 30px;
      height: 30px;
      border: 1px solid var(--wmr-navy);
      background: #fff;
      color: var(--wmr-navy);
      font-size: 14px;
      border-radius: 2px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .wmr-carousel-btn:hover,
    .wmr-vid-btn:hover {
      background: var(--wmr-navy);
      color: #fff;
    }

    /* Shorts */
    .wmr-video-header {
      padding-bottom: 8px;
      border-bottom: 3px solid var(--wmr-navy);
      margin-bottom: 14px;
    }
    .wmr-video-header h2 {
    font-family: Roboto, sans-serif;
      font-size: 19px;
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase;
      color: var(--wmr-navy);
      margin: 0;
    }

    .wmr-shorts-track {
      display: flex;
      gap: 12px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      padding-bottom: 4px;
    }
    .wmr-shorts-track::-webkit-scrollbar { display: none; }

    .wmr-short-card {
      flex: 0 0 180px;
      scroll-snap-align: start;
      color: inherit;
      display: block;
    }

    .wmr-short-thumb {
      position: relative;
      width: 180px;
      height: 320px;
      border-radius: 10px;
      overflow: hidden;
      background: #111;
    }

    .wmr-short-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .wmr-short-grad {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, transparent 35%, rgba(0,0,0,.78) 100%);
    }

    .wmr-short-meta {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 10px;
    }

    .wmr-short-badge {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      background: rgba(0,0,0,.65);
      border-radius: 20px;
      padding: 3px 9px;
    font-family: Roboto, sans-serif;
      font-size: 11px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 7px;
    }

    .wmr-short-title {
    font-family: Roboto, sans-serif;
      font-size: 12px;
      font-weight: 600;
      color: #fff;
      line-height: 1.35;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    /* loading shimmer */
    @keyframes wmr-shimmer {
      0% { background-position: 200% 0; }
      100% { background-position: -200% 0; }
    }
    .loading {
      background: linear-gradient(90deg,#e0dbd2 25%,#ede9e2 50%,#e0dbd2 75%) !important;
      background-size: 200% 100% !important;
      animation: wmr-shimmer 1.4s infinite;
    }

    @media (max-width: 991.98px) {
      .wmr-feature {
        border-left: 0;
        padding-left: 0;
        margin-top: 24px;
      }
      .wmr-duo-divider {
        border-left: 0;
        padding-left: 0;
        border-top: 1px solid var(--wmr-rule);
        margin-top: 20px;
        padding-top: 20px;
      }
    }

   i.fa-solid.fa-play {
       color: var(--wmr-red);
    }
  .ra-video-thumb-play {
      position: absolute;
      left: 35px  !important;
      top: 15px  !important;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: var(--red);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
      transition: all .25s ease;
  }
    section.trending-bar.border-bottom.py-2 {
        border-color: #888888 !important;
    }
    footer.footer.text-white img{
        max-width: 475px;
    }
span.cstory {
    border-radius: 4px !important;
    background-color: var(--wmr-red)!important;
    color: white !important;
    padding: 0px 3px 0px 3px !important;
}
 /* Magazine Video  */

  .wmr-video-section {
    position: relative;
  }

  .wmr-video-header {
    margin-bottom: 14px;
  }

  .wmr-video-header h2 {
    margin: 0;
  }

  .wmr-shorts-track {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;
  }

  .wmr-shorts-track::-webkit-scrollbar {
    display: none;
  }

  .wmr-short-card {
    flex: 0 0 175px;
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
  }

  .wmr-short-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 9 / 16;
    background: #000;
  }

  .wmr-short-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .wmr-short-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.28) 45%, rgba(0,0,0,.06) 100%);
    pointer-events: none;
  }

  .wmr-short-meta {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    color: #fff;
    pointer-events: none;
  }

  .wmr-short-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: rgba(0,0,0,.56);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    backdrop-filter: blur(6px);
  }

  .wmr-short-title {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .wmr-video-actions {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    padding-top: 10px;
  }

  .wmr-vid-btn {
    width: 34px;
    height: 34px;
    border: 1px solid var(--wmr-navy, #0b1b3f);
    background: #fff;
    color: var(--wmr-navy, #0b1b3f);
    font-size: 14px;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s ease;
  }

  .wmr-vid-btn:hover {
    background: #d9232d;
    border-color: #d9232d;
    color: #fff;
  }

  .wmr-shorts-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0,0,0,.96);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
  }

  .wmr-shorts-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .wmr-shorts-close {
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 100005;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
  }

  .wmr-shorts-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    padding: 40px 90px;
    gap: 26px;
  }

  .wmr-modal-nav {
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    flex: 0 0 56px;
    backdrop-filter: blur(8px);
    transition: .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wmr-modal-nav:hover {
    background: rgba(255,255,255,.22);
  }

  .wmr-desktop-player-wrap {
    width: min(430px, 100%);
  }

  .wmr-desktop-player {
    position: relative;
    width: 100%;
    height: min(86dvh, 820px);
    border-radius: 24px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 14px 44px rgba(0,0,0,.45);
  }

  .wmr-desktop-player iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }

  .wmr-desktop-meta {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 3;
    color: #fff;
    pointer-events: none;
  }

  .wmr-desktop-meta h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,.55);
  }

  .wmr-shorts-mobile {
    display: none;
    height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    position: relative;
    z-index: 1;
    overscroll-behavior-y: contain;
  }

  .wmr-shorts-mobile::-webkit-scrollbar {
    display: none;
  }

  .wmr-mobile-slide {
    position: relative;
    height: 100dvh;
    min-height: 100dvh;
    background: #000;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    overflow: hidden;
  }

  .wmr-mobile-video-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .wmr-mobile-video-layer iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    pointer-events: none;
  }

  .wmr-mobile-hit {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: transparent;
    pointer-events: auto;
    touch-action: pan-y;
  }

  .wmr-mobile-hit.is-active {
    pointer-events: none;
  }

  .wmr-mobile-meta {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 20px;
    z-index: 3;
    color: #fff;
    pointer-events: none;
  }

  .wmr-mobile-meta h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,.55);
  }

  @media (max-width: 991.98px) {
    .wmr-short-card {
      flex: 0 0 195px;
    }

    .wmr-shorts-desktop {
      display: none;
    }

    .wmr-shorts-mobile {
      display: block;
    }

    .wmr-shorts-close {
      width: 42px;
      height: 42px;
      font-size: 22px;
      top: 10px;
      right: 10px;
    }

    .wmr-video-actions {
      display: none;
    }

  }
  @media (max-width: 767.98px) {
        .wmr-short-card {
          flex: 0 0 170px;
        }

        .wmr-video-header h2 {
          font-size: 22px;
        }
        .wmr-sec {
          padding: 10px;
        }
        .wmr-video-section {
          padding: 0px 10px 0px;
          position: relative;
      }
      .d-flex.flex-wrap.gap-2.justify-content-lg-end {
          margin-left: 30%;
      }
      .wmr-issue-date {
        text-align: center;
      }
      .wmr-issue-label {
        text-align: center;
      }
  }
   /* Magazine Video  */
