  
  .section-bg::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1181px;
    background: url(/assets/images/bg_home.webp) no-repeat center top;
    background-size: contain;
    z-index: -1;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 85%);
}
/* ===== HERO SEARCH SUGGEST BOX ===== */
body {
  overflow-x: hidden!important;
}
/* ===== FIX HERO SEARCH DROPDOWN ===== */
.h1-slogan {
    text-align: center;
    font-size: 14px;
    font-family: 'Quicksand';
    margin-bottom: 30px;
}
.hero-search {
  position: relative;
  width: 100%;
  overflow: visible !important;

}
.meta-tier-filter__btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* Bo góc phía bên phải cho nút cuối cùng */
.meta-tier-filter__btn:nth-child(6) {
        border-radius: 0 4px 4px 0;
}
  .select-wrap,
  .search-wrap {
      position: relative;
  }
  .select-wrap select,
  .search-wrap input {
      border: 1px solid var(--line);
      border-radius: 4px;
      background: var(--bg-card-2);
      color: #fff;
      outline: none;
      min-width: 88px;
      padding: 0 10px;
      appearance: none;
      cursor: pointer;
      height: 36px;
      font-size: 14px;
  }
  .select-wrap select {
      min-width: 128px;
      padding: 0 40px 0 16px;
      appearance: none;
      cursor: pointer;
  }

  .select-wrap::after {
      content: "▾";
      position: absolute;
      top: 50%;
      right: 14px;
      transform: translateY(-50%);
      color: var(--text-soft);
      pointer-events: none;
      font-size: 0.95rem;
  }
.hero-search__overlay,
.hero-search__container,
.hero-search__inner {
  overflow: visible !important;
}

.hero-search__inner {
  position: relative;
  min-height: 465px;
  padding: 158px 0 42px;
  transition: padding-bottom 0.2s ease;
}

/* Khi box search mở thì đẩy phần nội dung bên dưới xuống */
.hero-search.is-search-open .hero-search__inner {
  padding-bottom: 360px;
}

.hero-search__form {
  position: relative;
  z-index: 20;
}

.hero-search__suggest-box {
    position: absolute;
        font-family: 'Quicksand';
        top: 300px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
        width: 100%;
        max-width: 695px;
        background: #181C1F;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 6px;
        padding: 10px 20px 10px;
        box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
        color: #fff;
}

.hero-search__suggest-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    color: #a4a8b2;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.04em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.hero-search__suggest-list {
  display: flex;
  flex-direction: column;
  gap: 0px;

  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
}

.hero-search__suggest-item {
  display: flex;
  align-items: center;
  gap: 14px;

  min-height: 34px;
  padding: 6px 8px;

  color: #f5f5f6;
  text-decoration: none;

  border-radius: 4px;
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.hero-search__suggest-item:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateX(4px);
  opacity: 0.95;
}

.hero-search__suggest-item img {
  width: 25px;
  height: 25px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
  background: #1b2029;
}

.hero-search__suggest-item span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.hero-search__suggest-empty {
  padding: 12px 4px;
  color: #a4a8b2;
  font-size: 14px;
  font-weight: 500;
}
.image-role-all {
    width: 25px;
}
.hero-search__suggest-foot {
margin-top: 18px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #a4a8b2;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;

    /* Cấu trúc để tràn viền */
    margin-left: -20px;
    /* Kéo sang trái bằng đúng padding của cha (thường là 20px) */
    margin-right: -20px;
    /* Kéo sang phải bằng đúng padding của cha */
    padding-left: 20px;
    /* Đẩy chữ nội dung vào lại bên trong */
    padding-right: 20px;
}

  .main-menu__list,
  .sub-menu__list {
    background:none !important;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  
  .hero-search {
    position: relative;
    width: 100%;

    overflow: hidden;
  }
  
  .hero-search__container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
  }
  
  .hero-search__inner {
    position: relative;
    min-height: 465px;
    padding: 158px 0 42px;
  }
  
  .hero-search__logo {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 12px;
    font-family: 'Quicksand';
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
    justify-content: center;
    display: flex;
  }
  
  .hero-search__logo img{ 
    max-width: 333px;
  }
  
  .hero-search__form {
    width: 100%;
    max-width: 695px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: stretch;
  }
  
  .hero-search__lang {
    margin-right: 0px;
    border-right: 1px solid rgb(50, 50, 50);
    border-radius: 4px 0 0 4px;
    background: #191D20;
  }
  
  .hero-search__lang-btn {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 0;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
  }
  
  .hero-search__flag {
    width: 18px;
    height: 13px;
    overflow: hidden;
    flex-shrink: 0;
  }
  
  .hero-search__flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .hero-search__lang-text {
    font-size: 14px;
    font-weight: 500;
  }
  
  .hero-search__lang-arrow {
    font-size: 12px;
    opacity: 0.9;
  }
  
  .hero-search__input-wrap {
    position: relative;
    border-radius: 0px 4px 4px 0px;
    background: #191D20;
  }
  
  .hero-search__input-wrap input {
    width: 100%;
    height: 46px;
    border: 0;
    outline: none;
    padding: 0 56px 0 24px;
    background: transparent;
    color: #fff;
    font-size: 15px;
  }
  
  .hero-search__input-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.42);
  }
  
  .hero-search__submit {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 0;
    cursor: pointer;
  }
  
  .hero-search__submit svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
  }
  
  .hero-search__content {
    position: absolute;
    left: 300px;
    bottom: 8px;
    max-width: 1110px;
  }
  
  .hero-search__label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 4px 0 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    border-bottom: 3px solid #00a3ff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  }
  
  .hero-search__desc {
    margin: 0;
    max-width: 1080px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.86);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  }
  
  .hero-search__avatar {
    position: absolute;
    right: 18px;
    bottom: -8px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(72, 79, 95, 0.95);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
    background: #1c2230;
  }
  
  .hero-search__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* responsive */
  @media (max-width: 1200px) {
    .hero-search__content {
      left: 24px;
      right: 24px;
      max-width: none;
    }
  }
  
  @media (max-width: 768px) {
    .hero-search {
      min-height: 100px;
      max-height: 220px;
    }
    .hero-search__submit {
      right: 10px;
      height: 15px;
    }
    .hero-search__lang {
      width: 93px;
      height: 30px;
    }
    .hero-search__suggest-box {
      top: 177px;
      left: 50.2%;
    }
    .hero-search__input-wrap input {
      padding: 0 30px 0 10px;
    }
    .hero-search__input-wrap {
    border-left: 1px solid #747474;
    }
    .hero-search__logo img {
        max-width: 224px;
            height: 37px;
    }
    .section-bg::before {
      background: url(/assets/images/bg_home.webp) no-repeat center top;
    }
    
    .hero-search__overlay,
    .hero-search__inner {
      min-height: 430px;
    }
  
    .hero-search__inner {
      padding: 60px 0 28px;
    }
  
    .hero-search__logo {
      font-size: 30px;
      margin-bottom: 24px;
    }
  
    .hero-search__form {
      grid-template-columns: 90px 1fr;
    }
  
    .hero-search__lang-btn,
    .hero-search__input-wrap input {
      height: 30px;
    }
  
    .hero-search__content {
      position: static;
      margin-top: 120px;
    }
  
    .hero-search__label {
      font-size: 22px;
    }
  
    .hero-search__desc {
      font-size: 14px;
      line-height: 1.6;
    }
  
    .hero-search__avatar {
      width: 54px;
      height: 54px;
      right: 12px;
      bottom: -6px;
    }
  }
  
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  button,
  input {
    font: inherit;
  }
  
  .meta-tier-box {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .meta-tier-box__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 18px;
  }
  
  .meta-tier-box__heading {

  }
  
  .meta-tier-box__title {
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
  }
  
  .meta-tier-box__desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #FFF;
    text-align: justify;
    font-family: Quicksand;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  
  .meta-tier-box__meta {
    min-width: 190px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    padding-top: 2px;
  }
  
  .meta-tier-box__author {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
  }
  
  .meta-tier-box__author img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .meta-tier-box__time {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    white-space: nowrap;
  }
  
  .meta-tier-filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }

  .meta-tier-filter__btn {
    display: inline-flex;
        align-items: center;
        gap: 8px;
        height: 36px;
        padding: 0px 10px;
        border: 1px solid rgba(255, 255, 255, 0.05);
        background: #191D20;
        color: #f1f4f8;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.25s ease;
  }
  .meta-tier-filter-all {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            height: 38px;
            padding: 0 18px;
            border: 1px solid rgba(255, 255, 255, 0.05);
            background: #121b27;
            color: #f1f4f8;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.25s ease;
        }
  .meta-tier-filter__btn:hover, .meta-tier-filter-all:hover,
  .meta-tier-filter__btn.is-active {
    color: #EF233C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    background: #EF233C;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  
  .meta-tier-filter__icon {
    font-size: 13px;
    opacity: 0.9;
  }
  
  .meta-tier-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px 14px;
  }
  /* ===== GRID ===== */
/* .meta-tier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(198px, 1fr));
  gap: 42px 18px;
} */

.meta-tier-box::after {
  content: "";
  display: block;
  margin-top: 100px;

}

/* ===== CARD ===== */
.champ-card {
  min-width: 0;
  position: relative;
}

.champ-card__link {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #0b1017;
  border: 1px solid rgb(50, 50, 50);
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.champ-card__link:hover {
  transform: translateY(-4px);
  border-color: 1px solid rgb(74, 74, 74);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

/* ===== IMAGE ===== */
.champ-card__thumb {
  position: relative;
  aspect-ratio: 3 / 4.35;
  overflow: hidden;
  background: #0b1017;
}

.champ-card__thumb img {
  width: 100%;
  height: 120%;
  display: block;
  object-fit: cover;
  filter: brightness(0.9) saturate(0.92) contrast(1.02);
  transform: scale(1.01);

}

.champ-card__link:hover .champ-card__thumb img {
  transform: scale(1.04);
  filter: brightness(1.1) saturate(1) contrast(1.04);
}

/* lớp phủ tối giống design */
.champ-card__thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(4, 7, 12, 0.18) 0%, rgba(4, 7, 12, 0.28) 35%, rgba(4, 7, 12, 0.62) 72%, rgba(4, 7, 12, 0.88) 100%);
  pointer-events: none;
}

/* ===== BODY nằm đè trên ảnh ===== */
.champ-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* icon role nằm trên tên một chút như design */
.champ-card__roles {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.champ-card__role {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
    margin-left: 10px;
        margin-bottom: 2px;
}

.champ-card__role img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  opacity: 0.95;
}

/* tên tướng */
.champ-card__name {
  margin: 0;
  color: #f3f4f6;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  margin-bottom: 0px;
}

/* ===== STATS thanh dưới ===== */
.champ-card__stats {
  display: grid;
  font-family: "Quicksand";
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgb(50, 50, 50);
  background: #0d131b;
  position: relative;
  z-index: 3;
  min-height: 36px;
}

.champ-card__stat {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 6px;
}

.champ-card__stat + .champ-card__stat {
  border-left: 1px solid rgb(50, 50, 50);
}

/* label chuyển thành icon thay vì chữ */
.champ-card__label {
  position: relative;
  width: 14px;
  height: 14px;
  display: none;
  font-size: 0;
  line-height: 0;
  flex: 0 0 14px;
}

/* crown
.champ-card__label--red::before {
  content: "";
  position: absolute;
  inset: 0;

  -webkit-mask: url('/assets/images/icon_win.svg') center/contain no-repeat;
  mask: url('/assets/images/icon_win.svg') center/contain no-repeat;

  background-color: #ffffff;
  top: -5px;
  display: block;
}

/* shield */
/* .champ-card__label:not(.champ-card__label--red)::before {
  content: "";
  position: absolute;
  inset: 0;

  -webkit-mask: url('/assets/images/icon_lose.svg') center/contain no-repeat;
  mask: url('/assets/images/icon_lose.svg') center/contain no-repeat;

  background-color: #ffffff;

  display: block;
} */ 

.champ-card__value {
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  color: #f3f4f6;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.champ-card__value--red {
  color: #ff3757;
}

/* ẩn text label "Thắng", "Ban" vì design chỉ dùng icon */
.champ-card__label {
  overflow: hidden;
}

/* ===== TIER BADGE ===== */
.champ-card__tier {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 5px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

/* viền đen nhỏ phía dưới badge */
/* ===== MÀU THEO TIER ===== */
/* .champ-card__tier--s {
  background: #ff2f4f;
}

.champ-card__tier--a {
  background: #f79a59;
}

.champ-card__tier--b {
  background: #8acb3e;
}

.champ-card__tier--c {
  background: #5aa9d6;
} */
/* 
.champ-card__tier--d {
  background: #8c8f98;
} */

/* đồng bộ màu winrate theo tier khi không phải S */
.champ-card[data-tier="S"] .champ-card__value--red,
.champ-card[data-tier="S"] .champ-card__label--red::before {
  color: #ff2f4f;
}

.champ-card[data-tier="A"] .champ-card__value--red,
.champ-card[data-tier="A"] .champ-card__label--red::before {
  color: #f79a59;
}

.champ-card[data-tier="B"] .champ-card__value--red,
.champ-card[data-tier="B"] .champ-card__label--red::before {
  color: #8acb3e;
}

.champ-card[data-tier="C"] .champ-card__value--red,
.champ-card[data-tier="C"] .champ-card__label--red::before {
  color: #5aa9d6;
}

.champ-card[data-tier="D"] .champ-card__value--red,
.champ-card[data-tier="D"] .champ-card__label--red::before {
  color: #8c8f98;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .meta-tier-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 28px 16px;
  }
}

@media (max-width: 768px) {
  .meta-tier-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }

  .champ-card__name {
    font-size: 12px;
  }

  .champ-card__value {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .meta-tier-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 10px;
  }
  .image-role-all {
      width: 17px;
  }
  span.meta-tier-filter__icon img {
    width: 16px;
  }
  .meta-tier-filter__btn {
    height: 25px;
  }
  .champ-card__tier {
    width: 42px;
    height: 36px;
    font-size: 15px;
  }

  .champ-card__stats {
    min-height: 34px;
  }
}
  /* responsive */
  @media (max-width: 1200px) {
    .meta-tier-grid {
      grid-template-columns: repeat(5, 1fr);
    }
  }
  
  @media (max-width: 992px) {
    .meta-tier-box__header {
      flex-direction: column;
    }
  
    .meta-tier-box__meta {
      min-width: unset;
      align-items: flex-start;
    }
  
    .meta-tier-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .meta-tier-box {
      padding: 0 24px;
    }
    .hero-search__input-wrap input{
        font-size: 11px;
    }
    .champ-card__tier {
      width: 30px;
      height: 33px;
      font-size: 15px;
    }
    .meta-tier-box__title {
      font-size: 22px;
      margin-top: 60px;
    }
  
    .meta-tier-box__desc {
      font-size: 14px;
    }
  
    .meta-tier-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 18px 12px;
    }
  }
  
  @media (max-width: 480px) {
    .meta-tier-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .meta-tier-filter__btn {
    padding: 15px 17px;
    font-size: 10px;
    gap: 5px;
    }
  }

  img {
    display: block;
    max-width: 100%;
  }
  
  button {
    font: inherit;
  }
  
  .champion-focus {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 56px;
  }
  
  .champion-focus__topline {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .champion-focus__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 100px;
  }
  
  .champion-focus__stat {
    min-height: 174px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .champion-focus__stat:first-child {
    border-left: 0;
  }
  
  .champion-focus__stat-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.92;
  }
  
  .champion-focus__stat-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
  }
  
  .champion-focus__stat-text {
    font-size: 20px;
    font-weight: 700;
    color: #f5f6f8;
    text-align: center;
  }
  
  .champion-focus__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 16px;
  }
  
  .champion-focus__heading {

  }
  
  .champion-focus__title {
    font-family: "Montserrat", sans-serif;
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
  }
  
  .champion-focus__desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
    text-align: justify;
  }
  
  .champion-focus__time {
    white-space: nowrap;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.38);
    padding-bottom: 4px;
  }
  
  .champion-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
  }
  
  .champion-filter__btn {
    height: 38px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: #101923;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.25s ease;
  }
  
  .champion-filter__btn:hover,
  .champion-filter__btn.is-active {
    background: #162231;
  }
  
  .champion-filter__icon {
    font-size: 13px;
    line-height: 1;
    opacity: 0.92;
  }
  
  .champion-focus__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px 14px;
  }
  
  .focus-card__link {
    display: block;
    text-decoration: none;
    border: 1px solid rgb(50, 50, 50);
    background: rgba(12, 17, 27, 0.9);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  }
  
  .focus-card__link:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  }
  
  .focus-card__thumb {
    aspect-ratio: 1 / 1.25;
    background: #0b1018;
  }
  
  .focus-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 0%;
  }
  
  .focus-card__footer {
    height: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    background: rgba(16, 21, 30, 0.96);
    border-top: 1px solid rgba(173, 188, 215, 0.18);
  }
    /* Container ảnh */
    .focus-card__thumb {
      position: relative;
      overflow: hidden;
      background: #000;
      /* Nền đen để khi ảnh tối đi sẽ đẹp hơn */
    }
  
    .focus-card__thumb img {
      width: 100%;
      display: block;
      transition: filter 0.3s ease;
      /* Chuyển động tối ảnh mượt mà */
    }
  
    /* Khung chứa tên tướng nằm giữa ảnh */
    .focus-card__name-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  
      display: flex;
      justify-content: center;
      align-items: center;
  
      opacity: 0;
      /* Mặc định ẩn tên */
      transition: opacity 0.3s ease;
      pointer-events: none;
      /* Để không cản trở việc click vào link */
      z-index: 2;
    }
  
    /* Style khung nền của tên tướng */
 .focus-card__name-overlay span {
   position: relative;
   /* Quan trọng: Để định vị phần nhọn dựa theo thẻ này */
   background: #191D20;
   /* Màu #191D20 của bạn */
   color: #fff;
   padding: 6px 16px;
   font-size: 14px;
   font-weight: 600;
   border-radius: 2px;

   letter-spacing: 1px;
 }

 /* Tạo phần nhọn nhô ra ở giữa bên dưới */
 /* Tam giác viền (lớp ngoài) */
.focus-card__name-overlay span::after {
  content: '';
  position: absolute;
  bottom: -6px;
  /* Điều chỉnh độ dài phần nhọn */
  left: 50%;
  margin-left: -6px;
  /* Căn giữa */

  /* Vẽ hình tam giác bằng border */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #191D20;
  /* Màu trùng với background của span */
}

 /* Tam giác nền (lớp trong để che viền) */
 .focus-card__name-overlay span::before {
   content: '';
   position: absolute;
   /* Sửa dòng này: luôn nhỏ hơn bottom của ::after 1px */
   bottom: -6px;
   left: 50%;
   margin-left: -5px;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
   border-top: 5px solid rgba(25, 29, 32, 0.85);
   z-index: 1;
 }
  
    /* HIỆU ỨNG KHI DI CHUỘT VÀO CARD */
  
    /* 1. Chỉ làm tối ảnh, KHÔNG làm mờ (blur) */
    .focus-card:hover .focus-card__thumb img {
      filter: brightness(0.4);
    }
  
    /* 2. Hiện khung tên tướng */
    .focus-card:hover .focus-card__name-overlay {
      opacity: 1;
    }
  .focus-card__badge {
    display: flex;
    place-content: center;
    background: linear-gradient(to bottom,
                #6b5a34 0%,
                /* Vàng đồng sáng */
                #3e351d 50%,
                /* Vàng nâu */
                #1a170e 100%
                /* Gần như đen ở đáy */
            );
    
        /* VIỀN MẢNH bao quanh khối */
        border: 1px solid rgba(255, 255, 255, 0.1);
    
        /* HIỆU ỨNG ĐỔ BÓNG NỘI BỘ (tạo cảm giác lõm xuống hoặc nổi lên) */
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
    
        position: relative;
        cursor: pointer;
  }
  
  .focus-card__badge img {
    height: 27px;
      object-fit: cover;
      filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.35));
  }
  
  .focus-card__badge--dim img {
    /* opacity: 0.24;
    filter: grayscale(100%); */
  }
  
  .focus-card__metric {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #b7862f;
    font-size: 14px;
    font-weight: 600;
    border-left: 1px solid rgba(173, 188, 215, 0.12);
  }
  
  .focus-card__metric-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .focus-card__metric-icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
  }
  
  /* responsive */
  @media (max-width: 1200px) {
    .champion-focus__grid {
      grid-template-columns: repeat(5, 1fr);
    }
  }
  
  @media (max-width: 992px) {
    .champion-focus__stats {
      grid-template-columns: 1fr;
    }
  
    .champion-focus__stat {
      border-left: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      min-height: 130px;
    }
  
    .champion-focus__stat:first-child {
      border-top: 0;
    }
  
    .champion-focus__header {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .champion-focus__grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .champion-focus {
      padding: 0 16px 40px;
    }
        .meta-tier-filter__btn-all {
            margin: 10px 0px !important;
        }
    .champion-focus__title {
      font-size: 24px;
    }
  
    .champion-focus__desc {
      font-size: 14px;
      text-align: justify;
    }
  
    .champion-focus__stat-text {
      font-size: 18px;
    }
  
    .champion-focus__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px 12px;
    }
  }
  
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
  
  .latest-news {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  
  .latest-news__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
  }
  
  .latest-news__title {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
  }
  
  .latest-news__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 28px;
    border-radius: 6px;
    background: #ff2346;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    transition: 0.25s ease;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: #FFF;
    text-align: justify;
    font-family: Quicksand;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .latest-news__more:hover {
    opacity: 0.92;
    transform: translateY(-1px);
  }
  
  .latest-news__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  
  .news-card {
    min-width: 0;
  }
  .latest-news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Card chính */
.news-card {
  position: relative;
  border-radius: 8px; /* Bo góc nhẹ giống ảnh mẫu */
  overflow: hidden;   /* Cực kỳ quan trọng để ẩn phần text dư thừa */
  background: #000;
}

.news-card__link {
  text-decoration: none;
  display: block;
}

/* Xử lý hình ảnh */
.news-card__image img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* Phần nội dung text */
.news-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 12px 10px 12px;
  box-sizing: border-box;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 70%, transparent 100%);
  
  /* Hiệu ứng chính */
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  
  /* Mặc định đẩy toàn bộ phần content xuống 1 khoảng 
     để che khuất phần mô tả (__desc) */
  transform: translateY(calc(100% - 65px)); 
  /* Lưu ý: 65px là ước lượng chiều cao của tiêu đề. Bạn có thể chỉnh lại tùy font-size */
}

.news-card__title {
  color: #fff;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.news-card__desc {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
  opacity: 0; /* Ẩn text ban đầu */
  transition: opacity 0.3s ease;
}

/* HIỆU ỨNG KHI HOVER */
.news-card:hover .news-card__content {
  transform: translateY(0); /* Kéo toàn bộ lên để thấy mô tả */
}

.news-card:hover .news-card__desc {
  opacity: 1; /* Hiện chữ mô tả */
}

.news-card:hover .news-card__image img {
  transform: scale(1.1); /* Phóng nhẹ hình nền cho đẹp */
  filter: brightness(0.5);
}
  .news-card__link {
    position: relative;
    display: block;
  }
  
  .news-card__image {
    width: 100%;
    aspect-ratio: 596 / 389;
    overflow: hidden;
    background: #111827;
  }
  
  .news-card__image img {
    width: 100%;
    height: 103%;
    object-fit: cover;
  }
  

  
  .news-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .news-card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #FFF;
    text-align: justify;
    font-family: Quicksand;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  /* responsive */
  @media (max-width: 1600px) {
    .latest-news {
      padding: 40px 48px 100px;
    }
  
    .latest-news__title {
      font-size: 20px;
    }
  
    .latest-news__more {
      min-width: 180px;
      height: 54px;
      font-size: 19px;
    }
  
    .news-card__content {
      padding: 5px 5px 5px 5px;
    }
  
    .news-card__title {
      font-size: 18px;
    }
  
    .news-card__desc {
      font-size: 14px;
    }
  }
  
  @media (max-width: 1200px) {
    .latest-news__grid {
      grid-template-columns: 1fr;
      gap: 40px;
    }
  
    .news-card__link {
      padding-bottom: 0px;
    }
  }
  
  @media (max-width: 768px) {
    .latest-news {
      padding: 28px 16px 72px;
    }
    .champ-card__stats {
      /* right: -90px; */
    }
    .latest-news__head {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 28px;
    }
  
    .latest-news__title {
      font-size: 28px;
    }
  
    .latest-news__more {
      min-width: 160px;
      height: 46px;
      padding: 0 18px;
      font-size: 16px;
    }
  
    .news-card__content {
      padding: 5px 5px 5px 5px;
    }
  
    .news-card__title {
      font-size: 17px;
      margin-bottom: 14px;
    }
  
    .news-card__desc {
      font-size: 15px;
    }
  }

  .meta-toolbar {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-bottom: 18px;
    flex-wrap: nowrap;
}

.meta-toolbar__search {
    width: 203px;
    flex: 0 0 203px;
}

.meta-toolbar__search input {
    width: 100%;
    height: 36px;
    padding: 0 12px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #111418;
    color: #f1f4f8;
    font-size: 14px;
    font-weight: 500;
    outline: none;
}

.meta-toolbar__search input::placeholder {
    color: rgba(255, 255, 255, 0.46);
}

.meta-toolbar__search input:focus {
    border-color: rgba(255, 255, 255, 0.18);
    background: #15191e;
}

/* role group */
.meta-tier-filter {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 0;
    gap: 0;
}

.meta-tier-filter__btn {
    width: 45px;
    height: 36px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-right: 0;
    background: #111418;
    color: #f1f4f8;
    cursor: pointer;
    transition: all 0.25s ease;
}

.meta-tier-filter__btn:first-child {
    border-radius: 4px 0 0 4px;
}

.meta-tier-filter__btn:nth-child(6) {
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0 4px 4px 0;
}

.meta-tier-filter__btn:hover,
.meta-tier-filter__btn.is-active {
    background: #2b3138;
    color: #ffffff;
    box-shadow: none;
}

.meta-tier-filter__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    opacity: 0.95;
}

.meta-tier-filter__icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.image-role-all {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

/* select box */
.meta-toolbar__select {
    position: relative;
    flex: 0 0 auto;
}

.meta-toolbar__select select {
    height: 36px;
    min-width: 122px;
    padding: 0 34px 0 36px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: #111418;
    color: #f1f4f8;
    font-size: 14px;
    font-weight: 700;
    outline: none;
    cursor: pointer;
    appearance: none;
}

.meta-toolbar__select::after {
    content: "▾";
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-52%);
    color: #ffffff;
    font-size: 12px;
    pointer-events: none;
}

.meta-toolbar__select:first-of-type::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
   
    pointer-events: none;
}

.meta-toolbar__select:nth-of-type(2)::before,
.meta-toolbar__select:nth-of-type(3)::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("/assets/images/icon-ranks/challenger.svg") center / contain no-repeat;
    pointer-events: none;
}

.meta-toolbar__patch {
    height: 36px;
    display: inline-flex;
    align-items: center;
    color: #cfd4dc;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    margin-left: 4px;
}

/* Ẩn nút Tất cả tướng nếu không còn dùng */
.meta-tier-filter__btn-all {
    display: none;
}

/* Responsive */
@media (max-width: 992px) {
    .meta-toolbar {
        flex-wrap: wrap;
    }

    .meta-toolbar__search {
        width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 480px) {
    .meta-toolbar {
        column-gap: 24px;
    }

    .meta-tier-filter__btn {
        width: 38px;
        height: 32px;
        padding: 0;
    }

    .meta-toolbar__select select {
        height: 32px;
        min-width: 112px;
        font-size: 12px;
    }

    .meta-toolbar__patch {
        height: 32px;
        font-size: 12px;
    }

    .image-role-all {
        width: 18px;
        height: 18px;
    }

    .meta-tier-filter__icon img {
        width: 16px;
        height: 16px;
    }
}
.meta-toolbar__dropdown {
  position: relative;
  flex: 0 0 auto;
}

.meta-toolbar__dropdown-btn {
  height: 36px;
  min-width: 122px;
  padding: 0 12px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #111418;
  color: #f1f4f8;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.meta-toolbar__dropdown-current {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.meta-toolbar__dropdown-current img,
.meta-toolbar__dropdown-menu img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

.meta-toolbar__dropdown-arrow {
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.meta-toolbar__dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 99;
  min-width: 100%;
  padding: 6px;
  margin: 0;
  list-style: none;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #111418;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  display: none;
}

.meta-toolbar__dropdown.is-open .meta-toolbar__dropdown-menu {
  display: block;
}

.meta-toolbar__dropdown-menu li {
  height: 34px;
  padding: 0 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f1f4f8;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.meta-toolbar__dropdown-menu li:hover {
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 480px) {
  .meta-toolbar__dropdown-btn {
      height: 32px;
      min-width: 112px;
      font-size: 12px;
  }
  .hero-search__lang.is-open .hero-search__country-menu {
      display: block;
  }
  .meta-toolbar__dropdown-menu li {
      height: 32px;
      font-size: 12px;
  }
}
.meta-toolbar__dropdown-current img,
.meta-toolbar__dropdown-menu img {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    max-width: 18px;
    object-fit: contain !important;
    display: block;
    border-radius: 50%;
    background: transparent;
}

.meta-toolbar__dropdown-current,
.meta-toolbar__dropdown-menu li {
    align-items: center;
}

.meta-toolbar__dropdown-menu li span,
.meta-toolbar__dropdown-current span {
    line-height: 1;
}
.meta-toolbar__dropdown-region img {
  display: none;
} 
/* Đổi màu scrollbar toàn site */
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-track {
  background: #111418;
}

*::-webkit-scrollbar-thumb {
  background: #2b3138;
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #3a424c;
}

* {
  scrollbar-color: #2b3138 #111418;
  scrollbar-width: thin;
}
.hero-search__form {
  position: relative;
}

.hero-search__lang {
  position: relative;
}

.hero-search__lang-btn {
  cursor: pointer;
}

.hero-search__lang-arrow {
  display: inline-flex;
  margin-left: 8px;
}

.hero-search__country-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 180px;
  max-height: 260px;
  overflow-y: auto;
  z-index: 99999;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #20272e;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
}
@media (min-width: 1024px) {
.hero-search__lang.is-open .hero-search__country-menu {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px 25px;
    position: absolute !important;
    top: calc(100% + 12px) !important;
    left: 345px !important;
    transform: translateX(-50%) !important;
    width: 850px !important;
    max-width: 95vw;
    max-height: none !important;
    overflow: visible !important;
    min-width: unset !important;
    padding: 35px !important;
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.8);
    z-index: 99999;
}
}

.hero-search__country-menu li {
  padding: 9px 14px;
  color: #fff;
  font-family: Quicksand, Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: background .2s ease;
}

.hero-search__country-menu li:hover,
.hero-search__country-menu li.is-active {
  background: rgba(239, 35, 60, 0.22);
}

.hero-search__input-wrap {
  position: relative;
}

.hero-search__suggest {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  max-height: 430px;
  overflow-y: auto;
  background: #27323a;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  z-index: 99999;
  scrollbar-width: thin;
  scrollbar-color: #66737d #151b20;
}

.hero-search__suggest::-webkit-scrollbar {
  width: 6px;
}

.hero-search__suggest::-webkit-scrollbar-track {
  background: #151b20;
  border-radius: 10px;
}

.hero-search__suggest::-webkit-scrollbar-thumb {
  background-color: #66737d;
  border-radius: 10px;
}

.hero-search__suggest-section + .hero-search__suggest-section {
  border-top: 1px solid rgba(255,255,255,0.08);
}

.hero-search__suggest-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: #20272e;
  color: rgba(255,255,255,0.72);
  font-family: Quicksand, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.hero-search__suggest-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 6px 14px;
  color: #fff;
  transition: background .2s ease;
}

.hero-search__suggest-item:nth-child(even) {
  background: rgba(255,255,255,0.04);
}

.hero-search__suggest-item:hover {
  background: rgba(239, 35, 60, 0.18);
}

.hero-search__suggest-item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}

.hero-search__suggest-item span {
  color: #fff;
  font-family: Quicksand, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.hero-search__suggest-item--summoner {
  justify-content: space-between;
}

.hero-search__user {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
}

.hero-search__user-name {
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-search__user-tag {
  color: rgba(255,255,255,0.55) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  flex-shrink: 0;
}

.hero-search__rank {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain;
  flex-shrink: 0;
}

.hero-search__suggest-empty {
  padding: 14px;
  color: rgba(255,255,255,0.72);
  font-family: Quicksand, Arial, sans-serif;
  font-size: 14px;
}