.news-list-header {
  padding: 4.8rem 11.2rem;
  background-color: #fafafa;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 3.2rem;
}

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

.breadcrumb-separator {
  color: #999;
}

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

.header-flex {
  display: flex;
  align-items: flex-start;
  gap: 3.2rem;
  margin-bottom: 2.4rem;
}

.news-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  margin: 0 0 2.4rem 0;
  flex: 1;
}
.news-list-header .search-wrapper {
  width: 100%;
  max-width: 60rem;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  margin: 0 auto 4rem;
}

section.news-list-header .search-wrapper {
  max-width: 60rem;
  flex-shrink: 0;
  margin: auto 0px 1.2rem;
}

.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.search-icon {
  position: absolute;
  left: 1.6rem;
  font-size: 1.4rem;
  color: #999;
  pointer-events: none;
}

.search-input {
  width: 100%;
  padding: 1.2rem 1.6rem 1.2rem 4rem;
  border: 1px solid #ddd;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  color: #555;
  background-color: #fff;
  transition: border-color 0.2s ease;
  max-width: 60rem;
}

.search-input::placeholder {
  color: #999;
}

.search-input:focus {
  outline: none;
  border-color: #0066cc;
  box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.1);
}

.results-info {
  font-size: 1.4rem;
  color: #999;
}

.blog-section {
  padding: 6.4rem 0;
  background: #fff;
  font-family: "Inter", sans-serif;
}

.blog-container {
  width: 100%;
  max-width: 121.6rem;
  margin: 0 auto;
}

.blog-featured {
  display: flex;
  gap: 3.2rem;
  margin-bottom: 12.8rem;
}

.blog-featured img {
  max-width: 69.5rem;
  max-height: 39.1rem;
  object-fit: cover;
  border-radius: 0.8rem;
  width: 100%;
  height: 100%;
}

.blog-featured__content {
  flex: 1;
}

.blog-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #111827;
  margin-bottom: 1.2rem;
}
article.blog-featured h2.blog-title {
  font-size: 3.2rem;
  font-weight: 800;
}

article.blog-featured:hover h2.blog-title {
  text-decoration: underline;
}

article.blog-featured a.blog-link {
  font-size: 1.6rem;
}
.blog-text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #6b7280;
  margin-bottom: 0.8rem;
}

.blog-date {
  display: block;
  font-size: 1.4rem;
  color: #6b7280;
  margin-bottom: 2.4rem;
}

.blog-link {
  font-size: 1.4rem;
  color: #0070ad;
  text-decoration: none;
  align-items: center;
  display: flex;
  gap: 0.8rem;
  font-weight: 500;
}

.blog-link:hover {
  text-decoration: underline;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem 3.2rem;
}

.blog-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
  margin-bottom: 1.2rem;
  max-width: 38.4rem;
  max-height: 21.6rem;
}

.blog-item .blog-title {
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
}
article.blog-item:hover h3.blog-title {
  text-decoration: underline;
}

article.blog-item {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-top: 5.6rem;
}

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

.page-num {
  font-size: 1.4rem;
  color: #555;
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  transition: all 0.2s ease;
}

.page-num:hover {
  background: #f0f0f0;
}

.page-num.active {
  color: #000;
  font-weight: 600;
}

.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;
}

.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;
}

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

/* ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ (375px - 834px) */
@media (max-width: 834px) {
  .news-list-header {
    padding: 2.8rem 1.4rem;
    background-color: #fafafa;
  }

  .breadcrumb {
    font-size: 1.2rem;
    gap: 0.4rem;
    margin-bottom: 2.4rem;
    padding: 0;
  }

  .header-flex {
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .news-title {
    font-size: 2.8rem;
    line-height: normal;
    margin: 0 0 1.6rem 0;
  }

  .search-wrapper {
    max-width: 100%;
    margin: auto 0 2.4rem;
  }

  .search-input-wrapper {
    width: 100%;
  }

  .search-icon {
    left: 1.2rem;
    font-size: 1.2rem;
  }

  .search-input {
    padding: 1rem 1.2rem 1rem 3.2rem;
    font-size: 1.4rem;
    border-radius: 0.6rem;
    max-width: 100%;
  }

  .results-info {
    font-size: 1.2rem;
  }

  .blog-section {
    padding: 2.8rem 0;
  }

  .blog-container {
    max-width: 100%;
    padding: 0 1.4rem;
  }

  .blog-featured {
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 5.5rem;
  }

  .blog-featured img {
    max-width: 100%;
    max-height: 24rem;
    border-radius: 0.6rem;
  }

  .blog-featured__content {
    max-width: 100%;
  }

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

  article.blog-featured h2.blog-title {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: normal;
  }
  .blog-text {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 0.8rem;
  }

  .blog-date {
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
    font-weight: 600;
  }

  .blog-link {
    font-size: 1.2rem;
    gap: 0.4rem;
    padding-top: 1.6rem;
    padding-bottom: 1rem;
  }

  .blog-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.8rem;
  }

  .blog-item img {
    max-width: 100%;
    max-height: 15rem;
    border-radius: 0.6rem;
    margin-bottom: 2rem;
  }

  .blog-item .blog-title {
    font-size: 2rem;
    margin-bottom: 0.8rem;
    line-height: normal;
  }

  .blog-pagination {
    margin-top: 4rem;
  }

  .page-num {
    font-size: 1.2rem;
    padding: 0.4rem 0.6rem;
  }

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

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

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

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

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

  .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;
  }
  .main-content__section {
    flex-direction: column;
    gap: 2.8rem;
  }
}

/* ÐŸÐ»Ð°Ð½ÑˆÐµÑ‚Ð½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ (834px - 1200px) */
@media (min-width: 835px) and (max-width: 1200px) {
  .news-list-header {
    padding: 4.8rem 3.2rem;
    background-color: #fafafa;
  }

  .breadcrumb {
    font-size: 1.3rem;
    gap: 0.6rem;
    margin-bottom: 3.2rem;
    padding: 0;
  }

  .header-flex {
    gap: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .news-title {
    font-size: 3.2rem;
    line-height: 1.4;
    margin: 0 0 2.4rem 0;
  }

  .search-wrapper {
    max-width: 60rem;
    margin: auto 0 3.2rem;
  }

  .search-input-wrapper {
    width: 100%;
  }

  .search-icon {
    left: 1.6rem;
    font-size: 1.3rem;
  }

  .search-input {
    padding: 1.2rem 1.6rem 1.2rem 4rem;
    font-size: 1.5rem;
    border-radius: 0.8rem;
    max-width: 60rem;
  }

  .results-info {
    font-size: 1.3rem;
  }

  .blog-section {
    padding: 4.8rem 3.2rem;
  }

  .blog-container {
    max-width: 100%;
    padding: 0;
  }

  .blog-featured {
    gap: 2.4rem;
    margin-bottom: 9.6rem;
    flex-direction: column;
  }

  .blog-featured img {
    max-width: 100%;
    max-height: 37rem;
    border-radius: 0.6rem;
  }

  .blog-featured__content {
    max-width: 100%;
  }

  .blog-title {
    font-size: 3.2rem;
    line-height: 1.4;
    margin-bottom: 1.2rem;
  }
  article.blog-featured h2.blog-title {
    font-size: 3.2rem;
    font-weight: 800;
  }
  .blog-text {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 0.8rem;
  }

  .blog-date {
    font-size: 1.3rem;
    margin-bottom: 2.4rem;
  }

  .blog-link {
    font-size: 1.3rem;
    gap: 0.4rem;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 2.4rem;
  }

  .blog-item img {
    max-width: 100%;
    max-height: 18rem;
    border-radius: 0.6rem;
    margin-bottom: 0.8rem;
  }

  .blog-item .blog-title {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
  }

  .blog-pagination {
    margin-top: 4.8rem;
  }

  .page-num {
    font-size: 1.3rem;
    padding: 0.4rem 0.8rem;
  }

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

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

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

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

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

  .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: 20rem;
    height: 4.5rem;
  }
  .main-content__section {
    flex-direction: column;
  }
  .membership-image img {
    width: 100%;
    height: 39rem;
  }
}
