.news-list-header {
  padding: 4.8rem 11.2rem 0;
}

.breadcrumb,
.breadcrumb-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: #666;
}
.breadcrumb-current {
  color: #0070ad;
}

.breadcrumb-home {
  color: #666;
  text-decoration: none;
}

.breadcrumb-separator {
  color: #999;
}

.breadcrumb-link {
  color: #0066cc;
  text-decoration: none;
}

.committee {
  font-family: "Inter", sans-serif;
  color: #1e1e1e;
  line-height: 1.4;
  padding: 4.8rem 0;
}

.committee .container {
  max-width: 121.6rem;
  margin: 0 auto;
  padding: 0;
}

.committee__title {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  line-height: 4.4rem;
  color: #111827;
}

.committee__desc {
  text-align: center;
  font-size: 1.8rem;
  color: #374151;
  margin-bottom: 6rem;
  line-height: 2.8rem;
}

.committee__subtitle {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 4rem;
  line-height: 4rem;
  color: #111827;
}

.committee__members {
  display: grid;
  grid-template-columns: repeat(4, minmax(22rem, 1fr));
  gap: 4rem 3.2rem;
  justify-items: normal;
  margin-bottom: 6.4rem;
}

.committee__member {
  text-align: center;
  max-width: 24rem;
}

.committee__member img {
  width: 6.4rem;
  height: 6.4rem;
  margin-bottom: 1.6rem;
}

.committee__name {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
  line-height: 2.4rem;
  color: #111827;
}

.committee__role {
  font-size: 1.4rem;
  color: #6b7280;
  line-height: 2rem;
}

p.committee__phone a,
p.committee__email a {
  color: #545454;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0rem;
}

.join {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 8rem;
  background: #f6f8fa;
  border-radius: 1.6rem;
  overflow: hidden;
  padding: 4.8rem 12rem;
}

.membership-cta {
  display: flex;
  align-items: center;
  padding: 5.6rem 11.2rem;
  background-color: #fafafa;
  width: 100%;
}

.membership-image {
  flex: 1;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.08);
  max-width: 58.6rem;
  max-height: 33rem;
}

.membership-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.membership-content {
  flex: 1;
  max-width: 50rem;
}

.membership-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2.4rem;
  line-height: 1.2;
}

.membership-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 5.7rem 0;
}

.membership-benefits li {
  font-size: 1.6rem;
  color: #374151;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  line-height: 2.4rem;
  align-items: center;
}

.main-content__section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3.2rem;
  max-width: 121.6rem;
  width: 100%;
  margin: auto;
}

.membership-benefits li::before {
  content: "";
  background-image: url("/wp-content/themes/ref/img/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

.btn-membership {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  background-color: #0070ad;
  color: white;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 10rem;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  max-width: 22.2rem;
  height: 4.9rem;
  line-height: normal;
}

.btn-membership:hover {
  background-color: #006094;
}

/* Мобильная версия (375px - 834px) */
@media (max-width: 834px) {
  .news-list-header {
    padding: 2.8rem 1.4rem 0;
  }

  .breadcrumb {
    font-size: 1.2rem;
    padding: 0;
  }

  .breadcrumb svg {
    width: 1.8rem;
    height: 1.8rem;
  }

  .committee {
    padding: 2.4rem 1.4rem 0;
  }

  .committee__title {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
    line-height: 3.6rem;
  }

  .committee__desc {
    font-size: 1.6rem;
    margin-bottom: 2.8rem;
    line-height: normal;
  }

  .committee__subtitle {
    font-size: 2.4rem;
    margin: 0 0 3.2rem;
    line-height: 2.8rem;
    padding: 0;
  }

  .committee__members {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem 0;
    justify-items: center;
    margin-bottom: 4.8rem;
    padding: 0;
  }

  .committee__member {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }

  .committee__member img {
    width: 5.6rem;
    height: 5.6rem;
    margin-bottom: 1.2rem;
  }

  .committee__name {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
    line-height: 2.2rem;
  }

  .committee__role {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .join {
    flex-direction: column;
    margin-top: 4.8rem;
    padding: 3.2rem 2rem;
    border-radius: 1.2rem;
  }

  .main-content__section {
    flex-direction: column;
  }
  .membership-cta {
    flex-direction: column;
    padding: 2.4rem 1.4rem 2.8rem;
    gap: 2.4rem;
  }

  .membership-image {
    max-width: 100%;
    max-height: 24rem;
    border-radius: 0;
  }

  .membership-content {
    max-width: 100%;
    padding: 0;
  }

  .membership-title {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    line-height: normal;
    text-align: left;
  }

  .membership-benefits {
    margin: 0 0 3.2rem 0;
    padding: 0 2rem;
  }

  .membership-benefits li {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    line-height: 2rem;
    gap: 0.8rem;
  }

  .membership-benefits li::before {
    width: 2rem;
    height: 2rem;
  }

  .btn-membership {
    font-size: 1.6rem;
    padding: 1rem 1.6rem;
    max-width: 100%;
    height: auto;
    justify-content: center;
    margin: 0 auto;
  }
}

/* Планшетная версия (834px - 1200px) */
@media (min-width: 835px) and (max-width: 1200px) {
  .news-list-header {
    padding: 4.8rem 3.2rem 0;
  }

  .breadcrumb {
    font-size: 1.3rem;
    padding: 0;
  }

  .breadcrumb svg {
    width: 1.8rem;
    height: 1.8rem;
  }
  .committee {
    padding: 0;
  }
  .committee .container {
    padding: 3.2rem 1.6rem 0;
  }
  .committee__title {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
    line-height: 4rem;
  }

  .committee__desc {
    font-size: 1.6rem;
    margin-bottom: 4.8rem;
    line-height: 2.4rem;
  }

  .committee__subtitle {
    font-size: 3.2rem;
    margin: 0 0 4rem;
    line-height: 4rem;
    padding: 0 3.2rem;
  }
  .committee__members:list-child {
    margin-bottom: 0;
  }
  .committee__members {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.2rem 2.4rem;
    justify-items: center;
    margin-bottom: 4.8rem;
  }

  .committee__member {
    max-width: 22rem;
    width: 100%;
  }

  .committee__member img {
    width: 6.4rem;
    height: 6.4rem;
    margin-bottom: 1.6rem;
  }

  .committee__name {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
    line-height: 2.4rem;
  }

  .committee__role {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .main-content__section {
    flex-direction: column;
  }
  .join {
    margin-top: 6.4rem;
    padding: 4.8rem 3.2rem;
    border-radius: 1.6rem;
  }

  .membership-cta {
    gap: 3.2rem;
    padding: 3.2rem 1.6rem 4.8rem;
  }

  .membership-image {
    max-width: 100%;
    max-height: 39rem;
    border-radius: 0;
  }

  .membership-content {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }

  .membership-title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    line-height: 1.4;
  }

  .membership-benefits {
    margin: 0 0 4.8rem 0;
    padding: 0 2rem;
  }

  .membership-benefits li {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    line-height: 2.2rem;
    gap: 0.8rem;
  }

  .membership-benefits li::before {
    width: 2.2rem;
    height: 2.2rem;
  }

  .btn-membership {
    font-size: 1.8rem;
    padding: 1.2rem 2rem;
    max-width: 22.2rem;
    height: auto;
  }
}
