.last-update {
    color: #3B9CFF;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.tier-hero { 
  padding-bottom: 0px;
}
.meta-grid .player-card__footer {
  line-height: 20px;
  bottom: 56%;
  left: 25px;
}
.desc { 
    color: #FFF;
    text-align: justify;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}
.rec { 
    max-width: 1200px;
    padding: 0;
}

.player-filter {
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    padding: 40px 0;
  }
  
  .filter-form {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .filter-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  
  .filter-label {
    font-size: 12px;
    color: #9fb3c8;
  }
  
  .filter-select,
  .filter-input {
    height: 36px;
    padding: 0 10px;
    border-radius: 6px;
    border: 1px solid #1f3a52;
    background: #122638;
    color: #fff;
    min-width: 120px;
  }
  
  .filter-search .filter-input {
    min-width: 220px;
  }
  
  .filter-select:focus,
  .filter-input:focus {
    outline: none;
    border-color: #4da3ff;
  }
  
  .filter-add {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #1f3a52;
    background: #122638;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
  .filter-add img {
    width: 15px;
  }
  .filter-add:hover {
    background: #1a344d;
  }
  
  .filter-result {
    margin-top: 10px;
    font-size: 13px;
    color: #b6c7d6;
  }
  
  /* Screen reader only */
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
  }
  
  .pagination-wrapper {
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }
  
  .pagination {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
  }
  
  .page-item {
    display: inline-flex;
  }
  
  .page-link {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  
    border-radius: 6px;
    border: 1px solid #1f3a52;
    background: #122638;
    color: #b6c7d6;
  
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
  }
  
  .page-link:hover {
    background: #1a344d;
    color: #ffffff;
  }
  
  /* Active page */
  .page-item.active .page-link {
    background: linear-gradient(180deg, #4da3ff, #1f6fd1);
    border-color: #4da3ff;
    color: #fff;
    font-weight: 600;
    cursor: default;
  }
  
  /* Dots */
  .page-item.dots .page-link {
    cursor: default;
    background: transparent;
    border: none;
  }
  
  /* Prev / Next */
  .page-prev,
  .page-next {
    font-size: 18px;
    padding: 0 12px;
  }
  
  /* Accessibility focus */
  .page-link:focus {
    outline: none;
    border-color: #4da3ff;
  }

  .faq-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0px;
    color: #ffffff;
  }
  
  .faq-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
  }
  
  .faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  
  .faq-item {
    background: linear-gradient(180deg, #1a2f3f, #162735);
    border: 1px solid #223d55;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .faq-question {
    cursor: pointer;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    list-style: none;
  
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .faq-question::-webkit-details-marker {
    display: none;
  }
  
  .faq-icon {
    font-size: 20px;
    color: #4da3ff;
    transition: transform 0.25s ease;
  }
  
  /* Open state */
  .faq-item[open] .faq-icon {
    transform: rotate(90deg);
  }
  
  .faq-answer {
    padding: 0 20px 10px;
    font-size: 14px;
    color: #c9d7e3;
    line-height: 1.6;
    padding-bottom: 60px;
  } 
  .guide-section {
    margin: 40px 0;
    }
  
.player-stats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 0px;
    font-family: 'Inter', system-ui, sans-serif;
    margin-top: -8px;
    margin-left: 8px;
} 
.stat-item {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #5a4a2e;
    font-size: 8px;
    width: 30px;
    color: #64553E;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
    
.stat-value {
    font-weight: 700;
    font-size: 10px
}

.stat-label {
font-weight: 600;
letter-spacing: 0.5px;
}
    
.meta-grid .player-card__inner {
    height: 250px;
}
.meta-grid .player-card {
    width: 180px;
}
.meta-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.meta-grid .player-card img.player-card__player { 
    width: 102px;
    margin-top: 50px;
}

.meta-card {
    padding: 40px 0px;
    color: #ffffff;
  }
  
  .meta-card-inner {
    max-width: 1200px;
    margin: 0 auto;
  
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px;
    backdrop-filter: blur(8px);
  }
  
  /* LEFT */
  .meta-left {
    display: flex;
    gap: 24px;
    padding: 0 20px;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #2C414F;
  }
  
  .meta-logo img {
    width: 120px;
    height: auto;
  }
  
  .meta-season {
    margin-bottom: 12px;
    font-family:'Noto Sans Georgian', sans-serif;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  .meta-score {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
  }
  
  .meta-score-label {
    color: #FFF;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  .meta-score-value {
    color: #3B9CFF;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    right: 0px;
  }
  
  .meta-criteria-label {
    color: #FFF;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .meta-grid .player-card__rating {
    margin-left: 15px;
  }
  .meta-criteria p {
    margin-top: 4px;
    color: #FFF;
    text-align: justify;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .guide-title {
    color: #FFF;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
  }
  .meta-logo {
    display: flex;
    justify-content: center;
    padding: 20px;
  }
  .meta-info {
    width: 100%;
    padding-right: 20px;
  }
  /* RIGHT */
  .meta-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #2C414F;
    padding: 20px 40px;
  }
  .content-desc {
    display: flex;
    /* gap: 40px; */
    }
  .meta-col ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
  }
  
  .meta-col li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 14px;
    color: #FFF;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  
  .meta-col li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4da3ff;
  }
  
  .meta-title {
    font-size: 16px;
    font-weight: 700;
  }
  
  .meta-title.strong,
  .meta-title.weak {
    color: #3B9CFF;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  .meta-advice-label {
    color: #FFF;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .rec__title {
    margin: 0 0 16px;
    font-size: 28px;
    letter-spacing: .2px;
    color: #FFF;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
  .meta-advice p {
    margin-top: 6px;
    color: #3B9CFF;
    text-align: justify;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  @media (max-width: 767px) { 
    .meta-logo img { 
      width: 100px;
    }
    .meta-season {
      font-size: 20px;
    }
    .meta-score-label,
    .meta-criteria-label {
      font-size: 17px;
    }
    .meta-col li {
      font-size: 14px;
    }
    .meta-criteria p {
      font-size: 13px;
    }
    .faq-answer {
      padding-bottom: 60px;
    }
    .meta-logo { 
      padding: 10px;
    }
    .meta-card-inner { 
      grid-template-columns: 1fr;
    }
    .meta-info { 
      padding-right: 0px;
    }
    .meta-score-value { 
      font-size: 20px;
    }
    .guide-section { 
      margin: 40px 20px;
    }
    .faq-section { 
      padding: 40px 20px;
    }
    .meta-left,
    .meta-right { 
      padding: 20px;
      margin: 0 20px;
    }
    .filter-form {
      padding-left: 20px;
    }
    .club-history__title, .rec__title, .stats__title {
      padding: 0 20px;
     font-size: 18px;
    }
    .meta-grid {
      grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
      padding: 0 20px;
    }
    .filter-search .filter-input {
      min-width: 200px;
    }
    .meta-grid .player-card__rating {
      margin-left: 15px;
    }
  }
  @media (max-width: 450px) {  
    .meta-left, .meta-right {
      padding: 10px;
      margin: 0 15px;
    } 
    .meta-logo {
      padding: 0px;
    }
    .meta-left { 
      gap: 10px;
    }
    .faq-answer {
      padding-bottom: 140px;
    }
  }
  @media (max-width: 400px) {   
    .filter-form {
      padding-left: 5px;
      gap: 5px;
    }
    .filter-search .filter-input {
      min-width: 205px;
    }
  }
  @media (max-width: 390px) {  
    .meta-grid {
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      padding: 0 10px;
    }
  
  }