/*
 * Плашка навигации по разделам под первым экраном — тестовая страница
 * /destinations/los-angeles-summer-games-test.
 *
 * Пункты захардкожены в sports-template. На мобилке — две колонки.
 */

@media (max-width: 767px) {
  .la-test-page .destination-content-tabs.special-links_block.mobile {
    top: var(--dest-tabs-sticky-top, calc(60px + env(safe-area-inset-top, 0px)));
    border-top: 3px solid #c8a850;
    box-shadow: none;
  }

  .la-test-page .destination-content-tabs .special-links .special-link {
    color: #1e2440;
    font-family: OpenSansBold, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
  }

  .la-test-page .destination-content-tabs .special-link.active {
    border-bottom-color: rgba(30, 36, 64, 0.08);
    border-bottom-width: 1px;
  }

  .la-test-page .destination-content-tabs.opened .special-links .special-link:first-child {
    grid-column: auto;
  }

  .la-test-page .destination-content-tabs.opened .special-links .special-link:nth-child(even) {
    border-right: 0;
  }

  .la-test-page .destination-content-tabs.opened .special-links .special-link:nth-child(odd) {
    border-right: 1px solid rgba(30, 36, 64, 0.08);
  }
}

@media (min-width: 768px) {
  .la-test-page .destination-content-tabs.desktop .special-links .special-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}
