#xqbj-container #home-main-content:has(.message-page) {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 24px !important;
}

.message-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding: 0 0 40px;
  box-sizing: border-box;
}

.message-page-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

.message-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 20px;
  min-height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.48);
}

.message-breadcrumb a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
}

.message-breadcrumb a:hover {
  color: #f09834;
}

.message-breadcrumb-split {
  color: rgba(255, 255, 255, 0.28);
}

.message-breadcrumb-current {
  color: rgba(255, 255, 255, 0.88);
}

.message-filter {
  margin-bottom: 1rem;
  border-bottom: 1px solid #303030;
}

.message-filter-tab {
  display: inline-block;
  color: #c7873e;
  font-size: 0.95rem;
  line-height: 1.4;
  padding: 0 0 0.75rem;
  position: relative;
}

.message-filter-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #c7873e;
  border-radius: 1px;
}

#message-list {
  min-height: 160px;
}

.message-list-item {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #1f1f1f;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.message-list-item:hover {
  border-color: rgba(240, 152, 52, 0.38);
  background: #262626;
}

#pagination-container:empty {
  display: none;
}

@media (max-width: 768px) {
  #xqbj-container #home-main-content:has(.message-page) {
    padding: 16px 12px 0 !important;
    box-sizing: border-box;
  }

  .message-page {
    padding-bottom: 28px;
  }

  .message-page-title {
    font-size: 20px;
  }

  .message-breadcrumb {
    gap: 6px;
    margin: 8px 0 16px;
    font-size: 13px;
  }
}
