.category-switch {
  width: min(100%, 620px);
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-inline: auto;
  padding-block: 20px;
}

.category-switch > a,
body .category-switch > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 8px 4px;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.category-switch .category-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 8px 18px rgba(4, 24, 35, .18), inset 0 1px 0 rgba(255,255,255,.35);
}

.category-switch .category-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.category-switch .game-category-icon {
  background: linear-gradient(145deg, #ffb126, #ff7420);
}

.category-switch .apps-category-icon {
  background: linear-gradient(145deg, #5af58a, #00c95d);
}

.category-switch .hot-category-icon {
  background: linear-gradient(145deg, #35d5ff, #138ee8);
}

.category-switch strong {
  font-size: 13px;
  line-height: 1.2;
}

.ad-media.portrait {
  width: min(100%, 340px, calc((100dvh - 170px) * .5625)) !important;
  max-width: 340px !important;
  aspect-ratio: 9 / 16 !important;
  margin-inline: auto;
}

@media (max-width: 420px) {
  .category-switch .category-icon {
    width: 56px;
    height: 56px;
  }

  .category-switch .category-icon svg {
    width: 30px;
    height: 30px;
  }

  .ad-media.portrait {
    width: min(100%, 320px, calc((100dvh - 165px) * .5625)) !important;
  }
}
