/* =========================================================
   UZIGABEK.COM — FORUM RANGLARI VA MATN IERARXIYASI
   Faqat .forum-section-table ichidagi forum elementlariga ta'sir qiladi.
   ========================================================= */

.forum-section-table {
  --forum-heading: #183b63;
  --forum-muted: #687384;
  --forum-link: #b4232d;
  --forum-link-hover: #e11d2e;
  --forum-user: #315b86;
  --forum-user-hover: #24476b;
  --forum-subforum: #226a64;
  --forum-subforum-hover: #174f4b;
  --forum-section-bg: #172033;
  --forum-section-bg-hover: #202c43;
}

/* Bo'limning yuqori paneli */
.forum-section-table .gTableTop {
  color: #fff;
  background: linear-gradient(135deg, var(--forum-section-bg), #223657);
  transition: background-color 0.2s ease;
}

.forum-section-table .gTableTop:hover {
  background: var(--forum-section-bg-hover);
}

.forum-section-table .catLink.forum-title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

/* Forum nomlari — asosiy o'qish nuqtasi */
.forum-section-table a.forum {
  color: var(--forum-heading);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.18s ease;
}

.forum-section-table a.forum:hover,
.forum-section-table a.forum:focus-visible {
  color: var(--forum-link-hover);
}

/* Forum qatori ustiga borganda yengil ajratish */
.forum-section-table .forum-item > td {
  transition: background-color 0.18s ease;
}

.forum-section-table .forum-item:hover > td {
  background-color: #f4f8fc;
}

/* Oxirgi mavzu, sana va tegishli ikkilamchi linklar */
.forum-section-table .forumLastPostLink,
.forum-section-table .forumDescr a {
  color: var(--forum-link);
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 0.18s ease;
}

/* Sana mavzudan kuchsizroq, mavzu esa aniqroq ko'rinadi */
.forum-section-table .forum-last-post-date .forumLastPostLink {
  color: var(--forum-muted);
  font-weight: 400;
}

.forum-section-table .forum-last-post-topic .forumLastPostLink {
  color: var(--forum-link);
  font-weight: 700;
}

/* Quyi forumlar oxirgi xabar linklaridan alohida rangda */
.forum-section-table .subforumDescr a {
  color: var(--forum-subforum);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 0.18s ease;
}

.forum-section-table .subforumDescr a:hover,
.forum-section-table .subforumDescr a:focus-visible {
  color: var(--forum-subforum-hover);
  text-decoration: underline;
}

.forum-section-table .forumLastPostLink:hover,
.forum-section-table .forumLastPostLink:focus-visible,
.forum-section-table .forumDescr a:hover,
.forum-section-table .forumDescr a:focus-visible {
  color: var(--forum-link-hover);
  text-decoration: underline;
}

/* Foydalanuvchi va moderator linklari */
.forum-section-table .lastPostUserLink,
.forum-section-table a.forumModer {
  color: var(--forum-user);
  font-weight: 700;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 0.18s ease;
}

.forum-section-table .lastPostUserLink:hover,
.forum-section-table .lastPostUserLink:focus-visible,
.forum-section-table a.forumModer:hover,
.forum-section-table a.forumModer:focus-visible {
  color: var(--forum-user-hover);
  text-decoration: underline;
}

/* Oddiy yordamchi matn */
.forum-section-table .forumModer:not(a),
.forum-section-table .forum-description,
.forum-section-table .forum-item-description {
  color: var(--forum-muted);
}

/* Klaviatura bilan navigatsiyada ko'rinadigan fokus */
.forum-section-table a:focus-visible {
  outline: 2px solid rgba(225, 29, 46, 0.42);
  outline-offset: 3px;
  border-radius: 3px;
}

@media (max-width: 640px) {
  .forum-section-table .gTableTop {
    padding: 13px 16px;
  }

  .forum-section-table .catLink.forum-title {
    font-size: 17px;
  }

  .forum-section-table a.forum {
    font-size: 16px;
    line-height: 1.45;
  }

  .forum-section-table .forumLastPostLink,
  .forum-section-table .lastPostUserLink {
    font-size: 12px;
    line-height: 1.5;
  }

  .forum-section-table .subforumDescr a {
    font-size: 12px;
    font-weight: 700;
  }
}
/* Desktopda forum paneli ustun kengligiga avtomatik teng */
@media (min-width: 1025px) {
  .forum-page-header {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0 0 20px;
    padding: 13px 20px;
  }

  .forum-page-title {
    margin: 0;
    font-size: 23px;
    line-height: 1.3;
  }

  .forum-page-description {
    margin: 3px 0 0;
    font-size: 13px;
    line-height: 1.4;
  }
}