/* SAUTTAT page: committee */
/* Committee page */
.committee-page {
  background: var(--page-bg-standard);
}

.committee-title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
}

.committee-subtitle {
  max-width: 54ch;
}

.committee-lead-card {
  border-radius: 1rem;
  border: 1px solid rgba(35, 59, 119, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
  box-shadow: 0 10px 24px rgba(25, 45, 92, 0.08);
  padding: 1.35rem 1.3rem;
}

.lead-badge {
  display: inline-block;
  padding: 0.3rem 0.68rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #1f4fa7;
  background: #e9f1ff;
}

.lead-role {
  margin-top: 0.85rem;
  margin-bottom: 0.45rem;
  font-size: 1.07rem;
  font-weight: 700;
  color: #15356e;
}

.lead-name {
  margin: 0;
  font-weight: 700;
  color: #122a56;
}

.committee-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.committee-block {
  grid-column: span 6;
  border: 1px solid #e2e8f4;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(27, 47, 90, 0.06);
  padding: 1.25rem 1.2rem;
}

.committee-block-wide {
  grid-column: span 12;
}

.committee-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.7rem;
}

.committee-block-head h2 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  color: #18376f;
}

.committee-block-head span {
  font-size: 0.76rem;
  font-weight: 700;
  color: #2458b2;
  background: #edf3ff;
  border: 1px solid #dbe8ff;
  padding: 0.24rem 0.6rem;
  border-radius: 999px;
  white-space: nowrap;
}

.committee-block-note {
  margin-bottom: 0.75rem;
  color: #5d6a7f;
  font-size: 0.92rem;
}

.committee-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.committee-block li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.45rem;
  color: #1d2940;
}

.committee-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #2c64be;
}

.committee-block li:last-child {
  margin-bottom: 0;
}

.committee-block li span {
  color: #4b607f;
  font-weight: 600;
}

.two-col-list {
  columns: 2;
  column-gap: 1.2rem;
}

.two-col-list li {
  break-inside: avoid;
}

.yk-image-figure {
  border: 1px solid #dce8fb;
  border-radius: 0.9rem;
  overflow: hidden;
  background: #f8fbff;
}

.yk-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .yk-image {
    width: 60%;
  }
}

@media (max-width: 991.98px) {

  .committee-block,
  .committee-block-wide {
    grid-column: span 12;
  }
}

@media (max-width: 991.98px) {
  .glass-badge {
    min-width: 100%;
  }
}

@media (max-width: 767.98px) {

  .committee-lead-card,
  .committee-block {
    padding: 1rem;
  }

  .two-col-list {
    columns: 1;
  }
}
