/* 0.2.7: desktop mega-panel scan hierarchy without changing its interaction model. */
@media (min-width: 981px) {
  body .tvs-catalog-navigation .tvs-cg-mega__group {
    margin: 0 0 22px;
  }

  body .tvs-catalog-navigation .tvs-cg-mega__group-title {
    display: flex;
    min-height: 30px;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 9px;
    border-bottom: 1px solid rgb(216 221 226 / 0.84);
    color: var(--tvs-cg-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 0 8px;
  }

  body .tvs-catalog-navigation .tvs-cg-mega__group-title a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: inherit;
  }

  body .tvs-catalog-navigation .tvs-cg-mega__group-title a::after {
    content: '\203A';
    color: var(--tvs-cg-orange-dark);
    font-size: 18px;
    line-height: 1;
  }

  body .tvs-catalog-navigation .tvs-cg-mega__sub-links {
    gap: 6px;
    margin: 0;
    padding-left: 0;
  }

  body .tvs-catalog-navigation .tvs-cg-mega__sub-links a {
    color: var(--tvs-cg-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
  }
}

/* A background mobile-search trigger must not intercept an open full-screen drawer. */
html.tvs-cg-scroll-lock .js-dgwt-wcas-enable-mobile-form {
  pointer-events: none;
}
