.xsgz-info-lead {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--theme-text-muted);
  margin: 0 0 1.5rem;
  max-width: 52rem;
}

.xsgz-info-grid {
  margin-bottom: 1rem;
}

.xsgz-info-card {
  background: #fff;
  border: 1px solid var(--theme-border-light);
  border-radius: 0.5rem;
  padding: 1.75rem 1.25rem 1.5rem;
  height: 100%;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

a.xsgz-info-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.xsgz-info-card:hover {
  border-color: color-mix(in srgb, var(--theme-primary) 30%, var(--theme-border-light));
  box-shadow: 0 8px 28px rgba(var(--theme-primary-rgb), 0.12);
  transform: translateY(-3px);
}

.xsgz-info-card__icon {
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--theme-primary) 10%, #fff);
  color: var(--theme-primary);
  font-size: 1.35rem;
}

.xsgz-info-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--theme-heading);
  margin: 0 0 0.5rem;
}

.xsgz-info-card__desc {
  font-size: 0.8125rem;
  line-height: 1.65;
  color: var(--theme-text-muted);
  margin: 0;
}

.xsgz-info-note {
  font-size: 0.8125rem;
  color: var(--theme-text-muted);
  margin: 1rem 0 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.xsgz-info-note a {
  color: var(--theme-primary);
  text-decoration: none;
}

.xsgz-info-note a:hover,
.xsgz-info-note a:focus-visible {
  text-decoration: underline;
}

.xsgz-info-note--compact {
  margin-top: 0.9rem;
}

.xsgz-enlist {
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid var(--theme-border-light);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.xsgz-enlist__row {
  align-items: stretch;
}

.xsgz-enlist__visual {
  position: relative;
  overflow: hidden;
  min-height: 260px;
}

.xsgz-enlist__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.xsgz-enlist__badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.45rem 1rem;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.xsgz-enlist__content {
  padding: 1.75rem 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.xsgz-enlist__lead {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--theme-text);
  margin: 0 0 1.25rem;
}

.xsgz-enlist__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.xsgz-enlist__item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

a.xsgz-enlist__item {
  text-decoration: none;
  color: inherit;
}

.xsgz-enlist__item-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  background: color-mix(in srgb, var(--theme-primary) 10%, #fff);
  color: var(--theme-primary);
  font-size: 1.1rem;
}

.xsgz-enlist__item h5 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--theme-heading);
  margin: 0 0 0.2rem;
}

.xsgz-enlist__item p {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--theme-text-muted);
  margin: 0;
}

.xsgz-enlist-news,
.xsgz-mental-news {
  margin-top: 2rem;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid var(--theme-border-light);
  padding: 1.5rem 1.75rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.xsgz-news-panel--standalone {
  margin-top: 0;
}

.xsgz-enlist-news__title,
.xsgz-mental-news__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--theme-heading);
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--theme-section-muted-bg);
}

.xsgz-news-panel--standalone .xsgz-enlist-news__title,
.xsgz-news-panel--standalone .xsgz-mental-news__title {
  margin-bottom: 1rem;
}

.xsgz-news-title__main {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.xsgz-enlist-news__title i,
.xsgz-mental-news__title i {
  font-size: 1.25rem;
  color: var(--theme-primary);
}

.xsgz-enlist-news__title .xsgz-view-more,
.xsgz-mental-news__title .xsgz-view-more {
  position: static !important;
  top: auto !important;
  right: auto !important;
  transform: none !important;
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.875rem;
  white-space: nowrap;
}

.xsgz-enlist-news__list,
.xsgz-mental-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.xsgz-enlist-news__item,
.xsgz-mental-news__item {
  border-bottom: 1px solid var(--theme-border-light);
}

.xsgz-enlist-news__item:last-child,
.xsgz-mental-news__item:last-child {
  border-bottom: none;
}

.xsgz-enlist-news__item a,
.xsgz-mental-news__item a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0.5rem;
  text-decoration: none;
  transition: all 0.25s ease;
}

.xsgz-enlist-news__item a:hover,
.xsgz-mental-news__item a:hover,
.xsgz-enlist-news__item a:focus-visible,
.xsgz-mental-news__item a:focus-visible {
  background: color-mix(in srgb, var(--theme-primary) 4%, transparent);
  padding-left: 0.75rem;
}

.xsgz-enlist-news__item time,
.xsgz-mental-news__item time {
  flex-shrink: 0;
  font-size: 0.8125rem;
  color: var(--theme-text-muted);
  font-weight: 500;
}

.xsgz-enlist-news__text,
.xsgz-mental-news__text {
  flex: 1;
  font-size: 0.9375rem;
  color: var(--theme-text);
  transition: color 0.25s ease;
}

.xsgz-enlist-news__item a:hover .xsgz-enlist-news__text,
.xsgz-enlist-news__item a:focus-visible .xsgz-enlist-news__text,
.xsgz-mental-news__item a:hover .xsgz-mental-news__text,
.xsgz-mental-news__item a:focus-visible .xsgz-mental-news__text {
  color: var(--theme-primary);
}

.xsgz-enlist-news__item i,
.xsgz-mental-news__item i {
  flex-shrink: 0;
  font-size: 0.875rem;
  color: var(--theme-text-muted);
  transition: transform 0.25s ease, color 0.25s ease;
}

.xsgz-enlist-news__item a:hover i,
.xsgz-enlist-news__item a:focus-visible i,
.xsgz-mental-news__item a:hover i,
.xsgz-mental-news__item a:focus-visible i {
  transform: translateX(3px);
  color: var(--theme-primary);
}

.xsgz-mental-grid {
  margin-bottom: 1.25rem;
}

.xsgz-mental-card {
  background: #fff;
  border: 1px solid var(--theme-border-light);
  border-radius: 0.5rem;
  padding: 1.5rem 1.15rem 1.35rem;
  height: 100%;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  position: relative;
  overflow: hidden;
}

a.xsgz-mental-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.xsgz-mental-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--theme-primary), var(--theme-primary-light));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.xsgz-mental-card:hover::before {
  transform: scaleX(1);
}

.xsgz-mental-card:hover {
  border-color: color-mix(in srgb, var(--theme-primary) 25%, var(--theme-border-light));
  box-shadow: 0 8px 28px rgba(var(--theme-primary-rgb), 0.12);
  transform: translateY(-3px);
}

.xsgz-mental-card__icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--theme-primary) 10%, #fff);
  color: var(--theme-primary);
  font-size: 1.25rem;
}

.xsgz-mental-card h4 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--theme-heading);
  margin: 0 0 0.45rem;
}

.xsgz-mental-card p {
  font-size: 0.8125rem;
  line-height: 1.65;
  color: var(--theme-text-muted);
  margin: 0;
}

.xsgz-mental-contact {
  margin-top: 0.5rem;
}

.xsgz-mental-contact__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
  background: color-mix(in srgb, var(--theme-primary) 6%, #fff);
  border: 1px solid var(--theme-border-light);
  border-radius: 0.4rem;
  padding: 0.85rem 1.25rem;
  font-size: 0.8125rem;
  color: var(--theme-text);
}

.xsgz-mental-contact__inner > i {
  color: var(--theme-primary);
  font-size: 1rem;
}

.xsgz-mental-contact__sep {
  color: var(--theme-border-subtle);
  font-weight: 300;
  user-select: none;
}

@media (max-width: 767.98px) {
  .xsgz-enlist__content {
    padding: 1.25rem 1rem;
  }

  .xsgz-mental-contact__sep {
    display: none;
  }

  .xsgz-mental-contact__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

@media (max-width: 575.98px) {
  .xsgz-enlist-news__title,
  .xsgz-mental-news__title {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .xsgz-enlist-news,
  .xsgz-mental-news {
    padding: 1.25rem 1rem;
  }

  .xsgz-enlist-news__item a,
  .xsgz-mental-news__item a {
    flex-wrap: wrap;
    gap: 0.35rem;
  }

  .xsgz-enlist-news__item time,
  .xsgz-mental-news__item time {
    width: 100%;
    font-size: 0.75rem;
  }
}
