/* Approved H13 Editorial Brand Row, shared by every site page. */
body.gpv32-h13 .gpv32-mobile-search-item {
  display: none;
}

body.gpv32-h13 .container > .header {
  background: linear-gradient(90deg, #040506 0 26%, #10141a 26% 100%);
}

body.gpv32-h13 .container > .header .header-inner > .logo {
  padding-right: 25px;
  border-right: 1px solid #343b44;
}

body.gpv32-h13 .container > .header .header-inner > .search {
  margin-left: 18px;
}

body.gpv32-h13 #gpMembershipTopDays,
body.gpv32-h13 .gpv32-h13-days {
  color: #ffcb05 !important;
}

@media (min-width: 761px) {
  body.gpv32-h13 .top-links .member-links {
    flex: 1 1 auto;
    width: auto;
    margin-left: 0;
  }

  body.gpv32-h13 .top-links .member-links > ul.gp-member-authenticated {
    width: 100%;
    justify-content: flex-start;
  }

  body.gpv32-h13 .member-links > ul.gp-member-authenticated > .gp-membership-top {
    min-width: 142px !important;
    margin-left: auto !important;
  }

  body.gpv32-h13 .member-links .gp-membership-top > a {
    min-height: 42px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    padding: 4px 12px !important;
    border: 0 !important;
    border-left: 3px solid #ffcb05 !important;
    border-radius: 0 !important;
    background: #181b20 !important;
    box-shadow: none !important;
  }

  body.gpv32-h13 #gpMembershipTopLabel {
    overflow: visible;
    color: #fff;
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    text-overflow: clip;
    white-space: nowrap;
  }

  body.gpv32-h13 #gpMembershipTopDays {
    min-height: 12px;
    display: block;
    overflow: visible;
    margin-top: 2px;
    padding-bottom: 1px;
    font-size: 10px;
    line-height: 1.2;
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  body.gpv32-h13 .top-links {
    border-bottom: 1px solid #343b44;
    background: linear-gradient(90deg, #060709, #11161d);
  }

  body.gpv32-h13 .top-links .center-hold,
  body.gpv32-h13 .top-links .member-links > ul {
    flex-wrap: nowrap !important;
  }

  body.gpv32-h13 .gpv32-mobile-search-item,
  body.gpv32-h13 .member-links > ul.gp-member-authenticated > .gpv32-mobile-search-item {
    display: flex !important;
    flex: 0 0 34px;
    order: 4;
    padding: 0 !important;
  }

  body.gpv32-h13 .gp-language-switcher--header {
    order: 5 !important;
  }

  body.gpv32-h13 .gpv32-mobile-search-toggle {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid #3a414b;
    border-radius: 4px;
    background: #181c22;
    color: #fff;
    cursor: pointer;
  }

  body.gpv32-h13 .gpv32-mobile-search-toggle:hover,
  body.gpv32-h13 .gpv32-mobile-search-toggle:focus-visible,
  body.gpv32-h13 .gpv32-mobile-search-toggle[aria-expanded="true"] {
    border-color: #ef1f2d;
    background: #242a31;
  }

  body.gpv32-h13 .gpv32-mobile-search-toggle svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }

  body.gpv32-h13 .container > .header {
    display: none !important;
    padding: 8px !important;
    background: #080b0f;
  }

  body.gpv32-h13.gpv32-mobile-search-open .container > .header {
    display: block !important;
  }

  body.gpv32-h13.gpv32-mobile-search-open .container > .header .header-inner > .search {
    margin-left: 0;
  }

  body.gpv32-h13 .member-links .gp-membership-top > a {
    min-height: 34px;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    padding: 3px 7px !important;
    border: 0 !important;
    border-left: 2px solid #ffcb05 !important;
    border-radius: 0 !important;
    background: #171a20 !important;
    box-shadow: none !important;
  }

  body.gpv32-h13 #gpMembershipTopLabel {
    max-width: 112px;
    overflow: hidden;
    color: #fff;
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 0 !important;
    font-weight: 400;
    line-height: 0;
    text-overflow: clip;
    white-space: nowrap;
  }

  body.gpv32-h13 #gpMembershipTopLabel::before {
    content: attr(data-short-label);
    font-size: 14px;
    line-height: 1;
  }

  body.gpv32-h13 #gpMembershipTopDays {
    min-height: 12px;
    display: block;
    overflow: visible;
    margin-top: 2px;
    padding-bottom: 1px;
    font-size: 10px;
    line-height: 1.2;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  body.gpv32-h13 .top-links {
    padding-inline: 5px !important;
  }

  body.gpv32-h13 .top-links .center-hold {
    gap: 4px;
  }

  body.gpv32-h13 .gp-mobile-top-logo {
    font-size: 20px;
  }

  body.gpv32-h13 .gpv32-mobile-search-item {
    flex-basis: 32px;
  }

  body.gpv32-h13 .gpv32-mobile-search-toggle {
    width: 32px;
    height: 32px;
  }
}
