@charset "UTF-8";
/* ============================================================
   TRANG BAN GIÁM KHẢO — Vạn Xuân
   File .scss.liquid: KHÔNG dùng clamp()/min()/max() lồng.
   ============================================================ */
.vx-judges-heading {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 32px; }

.vx-judges-heading-title {
  color: #fff;
  margin: 0;
  text-align: center; }

.vx-judges-heading-mark {
  display: block;
  height: auto;
  object-fit: contain;
  width: clamp(54px, 9vw, 132px);
  transform: translateY(-12px); }

/* ---- Tabs năm ---- */
.vx-judges-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 44px; }

.vx-judges-tab-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 25px;
  text-decoration: none;
  line-height: 1; }

.vx-judges-tab-btn.is-active {
  background: linear-gradient(77deg, #FFB73C 6.01%, #FFDC6C 36%, #FFF8B0 50%, #FFC955 76%);
  border-color: transparent;
  color: var(--vx-red); }

@media (hover: hover) and (pointer: fine) {
  .vx-judges-tab-btn:not(.is-active):hover {
    border-color: rgba(255, 255, 255, 0.6); } }

/* ---- Lưới thành viên ---- */
.vx-judges-grid {
  display: grid;
  gap: 32px 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

.vx-judges-card-image {
  background: #111;
  border: 0;
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%; }

.vx-judges-card-image img {
  aspect-ratio: 4 / 5;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%; }

.vx-judges-card-image::after {
  background: linear-gradient(180deg, rgba(103, 7, 7, 0) 55%, rgba(33, 2, 2, 0.85) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 45%;
  left: 0;
  position: absolute;
  width: 100%; }

.vx-judges-card-body {
  padding-top: 16px; }

.vx-judges-card-name {
  margin: 0 0 4px; }

.vx-judges-card-name button {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: left;
  text-decoration: none; }

.vx-judges-card-image:focus-visible,
.vx-judges-card-name button:focus-visible {
  outline: 2px solid #ffdc6c;
  outline-offset: 4px; }

.vx-judges-card-role {
  font-size: 14px;
  line-height: 1.5;
  margin: 0; }

@media (hover: hover) and (pointer: fine) {
  .vx-judges-card-name button:hover {
    color: var(--vx-gold); } }

@media (max-width: 1199.98px) {
  .vx-judges-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media (max-width: 991.98px) {
  .vx-judges-heading {
    gap: 10px;
    margin-bottom: 24px; }
  .vx-judges-heading-title {
    font-size: 26px; }
  .vx-judges-heading-mark {
    height: 26px;
    width: 76px; }
  .vx-judges-tabs {
    margin-bottom: 32px; }
  .vx-judges-grid {
    gap: 24px 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (max-width: 767.98px) {
  .vx-judges-heading-mark {
    display: none; }
  .vx-judges-tab-btn {
    font-size: 13px;
    padding: 8px 18px; } }

@media (max-width: 575.98px) {
  .vx-judges-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }
