.coach-committee-page {
  color: #243b53;
  font-family: "Poppins", sans-serif;
}

.coach-committee-page--logged-in {
  background: transparent !important;
  padding-bottom: 2rem;
}

.coach-committee-hero,
.coach-committee-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}

.coach-committee-hero {
  align-items: center;
  background:
    radial-gradient(circle at 92% 10%, rgba(46, 115, 197, 0.18), transparent 34%),
    linear-gradient(135deg, #f7fbff 0%, #eaf4ff 100%);
  border: 1px solid #d6e5f5;
  border-top: 5px solid #2e73c5;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 14px 32px rgba(36, 59, 83, 0.08);
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
  padding: 1.75rem 2rem;
}

.coach-committee-hero__icon {
  align-items: center;
  background: #dcecff;
  border-radius: 18px;
  color: #2e73c5;
  display: flex;
  flex: 0 0 70px;
  font-size: 1.75rem;
  height: 70px;
  justify-content: center;
}

.coach-committee-eyebrow {
  color: #60758b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
}

.coach-committee-hero h1,
.coach-committee-public-hero h1 {
  color: #203a56;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.coach-committee-hero__subtitle {
  color: #60758b;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0.4rem 0 0;
}

.coach-committee-hero__image {
  border: 1px solid rgba(46, 115, 197, 0.25);
  border-radius: 17px;
  box-shadow: 0 10px 24px rgba(36, 59, 83, 0.14);
  flex: 0 0 225px;
  height: 112px;
  margin: 0 0 0 auto;
  overflow: hidden;
}

.coach-committee-hero__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  width: 100%;
}

@media (min-width: 768px) {
  .coach-committee-hero > .coach-committee-hero__icon,
  .coach-committee-public-hero__content > .coach-committee-hero__icon {
    display: none;
  }
}

.coach-committee-page--logged-in > .section-tabs {
  padding-bottom: 1rem;
  padding-top: 0;
}

.coach-committee-page--logged-in > .section-tabs > .container-new {
  max-width: 1300px;
}

.coach-committee-page--logged-in .section-tabs .tab-content,
.coach-committee-page--public .section-tabs .tab-content {
  padding-top: 1.5rem;
}

.coach-committee-page .section-tabs .tab-pane > h4:first-child {
  color: #60758b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.coach-committee-page .section-tabs .table-wrap {
  background: #fff;
  border-color: #dbe5ef;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(36, 59, 83, 0.07);
  overflow: hidden;
  padding: 1rem 1.25rem 0;
}

.coach-committee-page .section-tabs .table {
  background: #fff;
}

.coach-committee-page .section-tabs .table tr {
  background: #fff !important;
  flex-wrap: nowrap;
}

.coach-committee-page .section-tabs .table thead tr {
  background: #f3f7fb !important;
  border-radius: 11px;
}

.coach-committee-page .section-tabs .table th,
.coach-committee-page .section-tabs .table td {
  min-width: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.coach-committee-page .section-tabs .table th {
  color: #526a80;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  text-transform: uppercase;
}

.coach-committee-page .section-tabs .table tbody tr:hover,
.coach-committee-page .section-tabs .table tbody tr:hover td {
  background: #f8fbff !important;
}

.coach-committee-page .section-tabs .table td,
.coach-committee-page .section-tabs .table tbody th {
  background: inherit;
}

.coach-committee-content {
  display: grid;
  gap: 1.25rem;
}

.coach-committee-certification,
.coach-committee-panel {
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(36, 59, 83, 0.07);
}

.coach-committee-certification {
  align-items: flex-start;
  background: linear-gradient(135deg, #f2f9f6 0%, #f8fcfa 100%);
  border-color: #c5e4d6;
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
}

.coach-committee-certification__icon {
  align-items: center;
  background: #d9f1e6;
  border-radius: 13px;
  color: #167d62;
  display: flex;
  flex: 0 0 50px;
  font-size: 1.25rem;
  height: 50px;
  justify-content: center;
}

.coach-committee-page .coach-committee-content h2,
.coach-committee-page .coach-committee-content h3,
.coach-committee-page .coach-committee-content h4 {
  color: #203a56;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.coach-committee-page .coach-committee-content h2 {
  font-size: 28px;
  line-height: 1.3;
  margin: 0;
}

.coach-committee-page .coach-committee-content h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
}

.coach-committee-page .coach-committee-content h4 {
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
}

.coach-committee-certification p:last-child,
.coach-committee-panel__header p,
.coach-committee-training-card p {
  color: #60758b;
  line-height: 1.65;
  margin: 0.45rem 0 0;
}

.coach-committee-panel {
  padding: 1.75rem;
}

.coach-committee-panel__header {
  margin-bottom: 1.25rem;
}

.coach-committee-mission-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.5rem;
}

.coach-committee-mission-card {
  align-items: flex-start;
  background: #f8fbff;
  border: 1px solid #d9e7f5;
  border-radius: 15px;
  display: flex;
  gap: 0.85rem;
  padding: 1.15rem;
}

.coach-committee-mission-card i {
  align-items: center;
  background: #e3f0ff;
  border-radius: 10px;
  color: #2e73c5;
  display: flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
}

.coach-committee-mission-card p {
  color: #435b71;
  line-height: 1.6;
  margin: 0;
}

.coach-committee-responsibilities {
  border-top: 1px solid #e3ebf3;
  padding-top: 1.35rem;
}

.coach-committee-responsibilities ul {
  display: grid;
  gap: 0.75rem 2.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0.9rem 0 0;
  padding: 0;
}

.coach-committee-responsibilities li {
  color: #435b71;
  line-height: 1.55;
  margin: 0;
  padding-left: 1.35rem;
  position: relative;
}

.coach-committee-responsibilities li::before {
  color: #2e73c5;
  content: "\f058";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 0.05rem;
}

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

.coach-committee-training-card {
  background: #f8fbff;
  border: 1px solid #d9e7f5;
  border-radius: 15px;
  padding: 1.25rem;
}

.coach-committee-training-card__icon {
  align-items: center;
  background: #e3f0ff;
  border-radius: 11px;
  color: #2e73c5;
  display: flex;
  font-size: 1.05rem;
  height: 42px;
  justify-content: center;
  margin-bottom: 0.9rem;
  width: 42px;
}

.coach-committee-training-card a {
  color: #2468b3;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.coach-committee-training-card a:hover,
.coach-committee-training-card a:focus-visible {
  color: #174f8d;
}

.coach-committee-action {
  align-items: center;
  background: #2e73c5;
  border-radius: 10px;
  color: #fff !important;
  display: inline-flex;
  gap: 0.55rem;
  margin-top: 1rem;
  min-height: 44px;
  padding: 0.7rem 0.9rem;
  text-decoration: none !important;
}

.coach-committee-action:hover,
.coach-committee-action:focus-visible {
  background: #225d9f;
  color: #fff !important;
}

.coach-committee-content__data-sources {
  display: none;
}

.coach-committee-public-hero {
  background:
    radial-gradient(circle at 84% 12%, rgba(46, 115, 197, 0.15), transparent 35%),
    linear-gradient(135deg, #f7fbff 0%, #edf5ff 100%);
  height: auto;
  min-height: 0;
  padding: 3.25rem 0 1.75rem;
  text-align: left;
}

.coach-committee-public-hero .breadcrumb {
  margin-bottom: 1.75rem;
}

.coach-committee-public-hero__content {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  margin: 0 auto;
  max-width: 1120px;
}

.coach-committee-page--public > .section-tabs {
  padding-bottom: 4rem;
  padding-top: 2.5rem;
}

.coach-committee-page--public > .section-tabs > .container-new {
  max-width: 1300px;
}

@media (max-width: 1399px) {
  .coach-committee-hero {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (max-width: 991px) {
  .coach-committee-hero__image {
    flex-basis: 190px;
    height: 100px;
  }

  .coach-committee-training-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .coach-committee-page--logged-in {
    padding-bottom: 1rem;
  }

  .coach-committee-hero {
    align-items: flex-start;
    border-radius: 0 0 18px 18px;
    gap: 0.9rem;
    margin: 0 0.75rem 1rem;
    padding: 1.25rem;
  }

  .coach-committee-hero__icon {
    border-radius: 13px;
    flex-basis: 50px;
    font-size: 1.2rem;
    height: 50px;
  }

  .coach-committee-hero__subtitle {
    font-size: 0.9rem;
  }

  .coach-committee-hero__image {
    display: none;
  }

  .coach-committee-page .section-tabs .nav-tabs .nav-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .coach-committee-page--logged-in > .section-tabs > .container-new,
  .coach-committee-page--public > .section-tabs > .container-new {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .coach-committee-page .section-tabs .table-wrap {
    overflow-x: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .coach-committee-page .section-tabs .table th,
  .coach-committee-page .section-tabs .table td {
    min-width: 9rem;
  }

  .coach-committee-certification {
    padding: 1.2rem;
  }

  .coach-committee-panel {
    padding: 1.25rem;
  }

  .coach-committee-page .coach-committee-content h2 {
    font-size: 24px;
  }

  .coach-committee-mission-grid {
    grid-template-columns: 1fr;
  }

  .coach-committee-responsibilities ul {
    grid-template-columns: 1fr;
  }

  .coach-committee-public-hero {
    padding: 3rem 0 1.25rem;
  }

  .coach-committee-public-hero .breadcrumb {
    margin-bottom: 1.25rem;
  }

  .coach-committee-public-hero__content {
    align-items: flex-start;
    gap: 0.9rem;
  }

  .coach-committee-page--public > .section-tabs {
    padding-bottom: 2.5rem;
    padding-top: 1.25rem;
  }
}
