#girls {
  text-align: center;
}

.yun-girls-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0 0.5rem;
}

.yun-girls-tab {
  padding: 0.35rem 1rem;
  font-size: 0.875rem;
  color: var(--hty-text-color);
  background: var(--hty-card-bg-color, #fff);
  border: 1px solid var(--hty-border-color, rgba(0, 0, 0, 0.1));
  border-radius: 2rem;
  cursor: pointer;
  transition: all 0.3s;
}

.yun-girls-tab:hover {
  border-color: var(--hty-theme-color);
  color: var(--hty-theme-color);
}

.yun-girls-tab.active {
  background: var(--hty-theme-color);
  border-color: var(--hty-theme-color);
  color: #fff;
}

.girl-banner {
  font-family: serif;
  font-size: 1.1rem;
  padding: 0.75rem 0;
  margin-top: 1rem;
  color: var(--hty-theme-color);
}

.girl-reason {
  font-size: 12px;
  line-height: 1.4;
  max-height: 3.6em;
  overflow: hidden;
  color: var(--hty-secondary-text-color);
  padding: 0 0.2rem;
  margin-top: 0.25rem;
}

.girl-reason::before {
  content: "「";
}

.girl-reason::after {
  content: "」";
}
