/* GamePC support menu — desktop only */
@media (min-width: 992px) {
  #header :is(#navigation, .menu-helper) :is(
    .menu-item-1574,
    .menu-item-1705,
    .menu-item-29,
    .menu-item-1780
  ) {
    display: none !important;
  }

  #header .gpc-support-root {
    position: static !important;
  }

  #header .gpc-support-menu {
    position: fixed;
    z-index: 1100;
    top: var(--gpc-retail-menu-top, 103px);
    left: 50%;
    width: min(1100px, calc(100vw - 32px));
    padding: 26px;
    visibility: hidden;
    transform: translate(-50%, -8px);
    opacity: 0;
    border: 1px solid #ded6ef;
    border-radius: 16px;
    color: #211439;
    background: #fff;
    box-shadow: 0 24px 60px rgb(30 8 70 / 24%);
    transition: opacity .16s ease, transform .16s ease, visibility .16s;
  }

  #header .gpc-support-root:is(:hover, .exp) > .gpc-support-menu,
  #header .gpc-support-menu:focus-within {
    visibility: visible;
    transform: translate(-50%);
    opacity: 1;
  }

  .gpc-support-menu header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8e2f2;
  }

  .gpc-support-menu h3,
  .gpc-support-menu p {
    margin: 0;
  }

  .gpc-support-menu h3 {
    font-size: 21px;
    font-weight: 900;
  }

  .gpc-support-menu p {
    color: #716a7f;
    font-size: 13px;
  }

  .gpc-support-menu__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .gpc-support-menu__grid a {
    position: relative;
    display: flex !important;
    flex-direction: column;
    min-height: 112px;
    padding: 17px !important;
    border: 1px solid #e7dffa;
    border-radius: 12px;
    color: #211439 !important;
    background: linear-gradient(145deg, #fff, #f7f4fc) !important;
    text-decoration: none !important;
  }

  .gpc-support-menu__grid a:hover {
    border-color: #9b76e4;
    box-shadow: 0 8px 22px rgb(61 23 107 / 12%);
  }

  .gpc-support-menu__grid strong {
    margin-bottom: 8px;
    color: #5a22d0;
    font-size: 15px;
  }

  .gpc-support-menu__grid span {
    padding-right: 20px;
    color: #716a7f;
    font-size: 12px;
    line-height: 1.4;
  }

  .gpc-support-menu__grid b {
    position: absolute;
    right: 16px;
    bottom: 14px;
    color: #5a22d0;
    font-size: 18px;
  }
}
