.categories-page { background: #111; }
.category-list { min-height: calc(100vh - 345px); padding: 6px 7px 24px; background: #111; }
.category-row { display: grid; min-height: 65px; grid-template-columns: 46px minmax(0,1fr) auto 18px; gap: 13px; align-items: center; color: #dedee1; }
.category-row + .category-row { border-top: 1px solid #18181b; }
.category-row > img { width: 46px; height: 46px; border-radius: 2px; object-fit: cover; background: #29292c; }
.category-row > strong { overflow: hidden; font-size: 16px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.category-row > span { color: #5d5d63; font-size: 15px; }
.category-row > i { width: 9px; height: 9px; border-top: 2px solid #66666b; border-right: 2px solid #66666b; transform: rotate(45deg); }
.category-list__empty { padding: 52px 20px; color: #777; text-align: center; }
@media (max-width: 365px) {
  .category-row { grid-template-columns: 43px minmax(0,1fr) auto 15px; gap: 9px; }
  .category-row > img { width: 43px; height: 43px; }
  .category-row > strong { font-size: 15px; }
}
