 .gnt_n_mobile {
    contain: layout size;
    overflow-anchor: none;
    box-sizing: border-box;
    position: sticky;
    z-index: 9999999;
    top: 0;
    min-width: 300px;
    height: 81px;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    -webkit-user-select: none;
    user-select: none;
}

.gnt_n_svg_mobile {
    display: block;
}

.gnt_n_lg_mobile {
    display: block;
    width: 100%;
    height: 100%;
    outline-offset: -3px;
}

.gnt_n_lg_w_mobile {
    position: relative;
    z-index: 1;
    width: 188px;
    max-width: calc(100% - 112px);
    height: 42px;
    margin: auto;
    padding: 6px 0 4px;
}

.gnt_n_lg_svg_mobile {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 57.79px;
}

.gnt_n_sb_mobile {
    opacity: 0;
    box-sizing: border-box;
    z-index: -1;
    position: absolute;
    height: 100%;
    outline-offset: -3px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    color: #303030;
    font: 16px/1 'Unify Sans','Helvetica Neue','Arial Nova',Helvetica,Arial,sans-serif;
    white-space: nowrap;
    pointer-events: none;
}

.gnt_n_sb_mobile:focus {
    opacity: 1;
    z-index: 1;
    width: 188px;
    touch-action: manipulation;
    cursor: pointer;
    pointer-events: auto;
}

.gnt_n_sb_mobile:focus::before {
    content: 'Skip to main content';
}

.gnt_n_dd_mobile {
    display: none;
}

.gnt_n_dd_w_mobile {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

.gnt_n_dd_bt_mobile {
    position: absolute;
    top: 14px;
    right: 16px;
    height: 24px;
    width: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    fill: #303030;
    touch-action: manipulation;
    cursor: pointer;
}


            .gnt_n_dd_bt_svg_mobile {
    display: block;
    width: 24px;
    height: 24px;
}

.gnt_n_dd_bt_cl_mobile {
    display: none;
    stroke: #FFF;
    stroke-width: .5px;
}

.gnt_n_se_a_mobile {
    left: 16px;
    right: auto;
}

.gnt_n_us_mobile {
    display: flex;
    justify-content: flex-end;
    height: 21px;
    padding: 0 17px;
}

.gnt_n_us_al_mobile {
    overflow: hidden;
    padding: 0 3px;
    color: #303030;
    font: 700 12px/21px 'Unify Sans','Helvetica Neue','Arial Nova',Helvetica,Arial,sans-serif;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 25px;
}

.gnt_n_us_sb_mobile {
    margin: 0 11px 0 0;
    text-decoration: underline;
    text-decoration-color: #0098FE;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    display: var(--gnt-sbdp);
}


    /* Mobile Header */
    .mobile-header {
      display: none;
      justify-content: space-between;
      align-items: center;
      padding: 12px 16px;
      background-color: #fff;
      border-bottom: 1px solid #ddd;
    }

    .mobile-header button {
      background: none;
      border: none;
      font-size: 24px;
      color: #222;
      cursor: pointer;
    }

    .mobile-logo {
      display: flex;
      align-items: center;
      gap: 6px;
      font-weight: bold;
      font-size: 16px;
      color: #222;
    }

    .mobile-logo-circle {
      width: 20px;
      height: 20px;
      background-color: #0098FE;
      border-radius: 50%;
    }

    /* Slide-out Menu */
    .menu-overlay {
      position: fixed;
      top: 79px;
      left: -114%;
      width: 90%;
     
      height: 100vh;
      background-color: #222;
      color: #fff;
      transition: left 0.3s ease-in-out;
      z-index: 1000;
      padding: 20px;
    }

    .menu-overlay.open {
      left: 0;
    }

    .menu-item {
      font-size: 18px;
      font-weight: bold;
      padding: 16px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 3px solid transparent;
    }

    .menu-item.for-you {
      border-color: #0098FE;
    }

    .menu-item.us {
      border-color: #0098FE;
    }

    .menu-item.politics {
      border-color: #ccc;
    }

    .chevron {
      font-size: 14px;
    }

    /* Search Overlay Styles */
    .search-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(34, 34, 34, 0.95);
      z-index: 1001;
      justify-content: center;
      align-items: center;
      padding: 20px;
    }

    .search-overlay.active {
      display: flex;
    }

    .search-box {
      width: 100%;
      max-width: 400px;
      position: relative;
    }

    .search-box input {
      width: 75%;
      padding: 14px 48px 14px 16px;
      font-size: 16px;
      border: none;
      border-radius: 8px;
      outline: none;
    }

    .search-box button {
      position: absolute;
      right: 42px;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      font-size: 18px;
      color: #555;
      cursor: pointer;
    }

    /* Show only on mobile */
    @media (max-width: 768px) {
      .mobile-header {
        display: flex;
      }
      .gnt_ft_lw {
    display: flex;
    justify-content: space-between;
    margin: 56px 0 -653px;
    flex-direction: column;
}
.gnt_ft_ls {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 20px 0px;
}
.gnt_ft_cr {
    padding: 682px 0 5px;
    font: 12px / 14px 'Georgia Pro', Georgia, 'Droid Serif', serif;
    text-align: center;
}
    }

    @media (min-width: 769px) {
      .search-overlay {
        display: none !important;
      }
    }