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

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: #666;
  max-width: 121.6rem;
  margin: 0 auto;
}

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

.breadcrumb-separator {
  color: #999;
}

.breadcrumb-link {
  color: #0070ad;
  text-decoration: none;
}
a.breadcrums_item {
  align-items: center;
  align-self: center;
  display: flex;
  color: #374151;
}

.article {
  display: flex;
  justify-content: center;
  padding: 8rem 2rem;
  flex-direction: column;
  justify-content: center;
  gap: 12.8rem;
}

.article__container {
  max-width: 80rem;
  width: 100%;
  margin: auto;
}

.article__header {
  margin-bottom: 4.8rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.article__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
  text-align: center;
}

.article__meta {
  font-size: 1.4rem;
  color: #6b7280;
  text-align: center;
}

.article__content p {
  font-size: 1.6rem;
  color: #374151;
  margin-bottom: 4.8rem;
}

.article__content h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
  color: #111827;
}

.article__content ul,
.article__content ol {
  margin: 2rem 0 2rem 0rem;
  font-size: 1.6rem;
  color: #374151;
}

.article__content li {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.article__image {
  padding: 0 0 4.8rem;
  text-align: center;
  border-bottom: solid 1px #e5e7eb;
}

.article__image img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}

.article__image figcaption {
  font-size: 1.4rem;
  color: #9ca3af;
  margin-top: 1.2rem;
  text-align: left;
}

.article__quote {
  border-left: 0.4rem solid #3b82f6;
  padding-left: 2rem;
  margin: 3rem 0;
  font-style: italic;
  color: #1f2937;
  font-size: 1.8rem;
}

.section-text {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.6;
  margin: 0 0 1.6rem 0;
}

.content-section {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4.8rem 0 0 0;
}

.article__content ul,
.article__content ol {
  margin: 2rem 0 2rem 0rem;
  font-size: 1.6rem;
  color: #374151;
}

.quote {
  font-size: 1.8rem;
  font-style: italic;
  color: #333;
  padding: 1.6rem 2rem;
  border-left: 0.4rem solid #0066cc;
  margin: 2.4rem 0;
  line-height: 1.5;
  background-color: #f9f9f9;
  border-radius: 0.4rem;
}

blockquote.quote p {
  font-size: 2rem;
  font-style: italic;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0;
}

.related-articles {
  max-width: 121.6rem;
  margin: auto;
}

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

.related-article {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.related-article__image-placeholder {
  width: 100%;
  height: 21.6rem;
  margin-bottom: 1.2rem;
}
img.related-article__image.wp-post-image {
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  max-width: 38.4rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  max-height: 21.6rem;
  object-fit: cover;
}

.related-article__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #111827;
  margin: 0;
}

.related-article__excerpt {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #6b7280;
  margin: 0;
  flex-grow: 1;
}

.related-article__date {
  font-size: 1.2rem;
  color: #999;
  margin: 0;
}

.related-article__link {
  font-size: 1.4rem;
  color: #0070ad;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 2.4rem;
}

.related-article__link:hover {
  text-decoration: underline;
}

.membership-cta {
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #f6f8fa;
  overflow: hidden;
  padding: 4.8rem 11.2rem;
  gap: 3.2rem;
}

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

.membership-image {
  flex: 0 0 50%;
  max-width: 58.6rem;
}

.membership-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 58.6rem;
  max-height: 33rem;
}

.membership-content {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.membership-content h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  line-height: 4rem;
  color: #111827;
}

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

.membership-content li {
  position: relative;
  padding-left: 3rem;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.membership-content 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;
  position: absolute;
  left: 0;
  flex-shrink: 0;
}

a.btn-membership {
  background: #0070ad;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 10rem;
  padding: 1.2rem 2.4rem;
  transition: background 0.3s;
  max-width: 22rem;
  font-size: 2rem;
  line-height: normal;
  display: flex;
  gap: 0.5rem;
}

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

a.btn-membership svg {
  position: relative;
  top: 0.2rem;
}

/* ÃÅ“ÃÂ¾ÃÂ±ÃÂ¸ÃÂ»Ã‘Å’ÃÂ½ÃÂ°Ã‘Â ÃÂ²ÃÂµÃ‘â‚¬Ã‘ÂÃÂ¸Ã‘Â (375px - 834px) */
@media (max-width: 834px) {
  .news-list-header {
    padding: 2.8rem 1.4rem 0;
    background-color: #fafafa;
  }

  .breadcrumb {
    font-size: 1.2rem;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  a.breadcrums_item {
    width: 100%;
    max-width: fit-content;
    min-width: min-content;
  }
  span.breadcrumb-link {
    white-space: nowrap;
    width: 10%;
  }
  .article {
    padding: 2rem 1.4rem;
    gap: 5.5rem;
  }

  .article__container {
    max-width: 100%;
    width: 100%;
  }

  .article__header {
    margin-bottom: 3.2rem;
    gap: 1.6rem;
  }

  .article__title {
    font-size: 2.8rem;
    line-height: Ã‘â€š;
    text-align: center;
  }

  .article__meta {
    font-size: 1.2rem;
    text-align: center;
  }

  .article__content p {
    font-size: 1.4rem;
    margin-bottom: 3.2rem;
  }

  .article__content h2 {
    font-size: 2rem;
    margin: 0 0 1.2rem;
  }

  .article__content ul,
  .article__content ol {
    margin: 1.6rem 0;
    font-size: 1.4rem;
  }

  .article__content li {
    margin-bottom: 0.8rem;
  }

  .article__image {
    padding: 0 0 3.2rem;
    border-bottom: solid 1px #e5e7eb;
  }

  .article__image img {
    width: 100%;
    height: auto;
    border-radius: 0.6rem;
  }

  .article__image figcaption {
    font-size: 1.2rem;
    margin-top: 0.8rem;
    text-align: left;
  }

  .article__quote {
    border-left: 0.4rem solid #3b82f6;
    padding-left: 1.6rem;
    margin: 2rem 0;
    font-size: 1.6rem;
  }

  .section-text {
    font-size: 1.4rem;
    margin: 0 0 1.2rem 0;
  }

  .content-section {
    max-width: 100%;
    padding: 3.2rem 0 0 0;
  }

  .feature-list li,
  .numbered-list li {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 0.8rem;
    padding-left: 1.2rem;
  }

  .numbered-list li::before {
    content: counter(item) ". ";
    font-weight: bold;
  }

  .quote {
    font-size: 1.6rem;
    padding: 1.2rem 1.6rem;
    margin: 1.6rem 0;
    line-height: 1.4;
    border-radius: 0.4rem;
  }

  blockquote.quote p {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .related-articles {
    max-width: 100%;
    padding: 0;
  }

  .related-articles__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }

  .related-article {
    gap: 0.8rem;
  }

  .related-article__image-placeholder {
    height: 19.3rem;
    border-radius: 0.6rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 0.8rem;
  }
  img.related-article__image.wp-post-image {
    max-height: 19.3rem;
    object-fit: cover;
    border-radius: 0.6rem;
  }

  .related-article__title {
    font-size: 2rem;
    line-height: 2.8rem;
  }

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

  .related-article__date {
    font-size: 1.2rem;
  }

  .related-article__link {
    font-size: 1.2rem;
    margin-top: 1.6rem;
  }

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

  .main-content__section {
    flex-direction: column;
    gap: 2.4rem;
    max-width: 100%;
    padding: 0;
  }

  .membership-image {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .membership-image img {
    max-width: 100%;
    max-height: 24rem;
    object-fit: cover;
  }

  .membership-content {
    flex: 0 0 100%;
    justify-content: flex-start;
  }

  .membership-content h2 {
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
    line-height: 1.4;
  }

  .membership-content ul {
    margin: 0 0 3.2rem 0;
  }

  .membership-content li {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    padding-left: 2.4rem;
  }

  .membership-content li::before {
    width: 2rem;
    height: 2rem;
    left: 0;
  }

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

  a.btn-membership svg {
    top: 0.1rem;
  }
  blockquote.quote p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

@media (min-width: 835px) and (max-width: 1200px) {
  .news-list-header {
    padding: 4rem 3.2rem 0;
    background-color: #ffffff;
  }

  .breadcrumb {
    font-size: 1.3rem;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  span.breadcrumb-link {
    white-space: nowrap;
    width: 10%;
  }

  a.breadcrums_item {
    width: 100%;
    max-width: fit-content;
    min-width: min-content;
  }
  .article {
    padding: 3.2rem;
    gap: 10rem;
  }

  .article__container {
    max-width: 100%;
    width: 100%;
  }

  .article__header {
    margin-bottom: 4rem;
    gap: 2rem;
  }

  .article__title {
    font-size: 2.8rem;
    line-height: 1.4;
  }

  .article__meta {
    font-size: 1.3rem;
    text-align: center;
  }

  .article__content p {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }

  .article__content h2 {
    font-size: 2.2rem;
    margin: 0 0 1.2rem;
  }

  .article__content ul,
  .article__content ol {
    margin: 1.6rem 0;
    font-size: 1.5rem;
  }

  .article__content li {
    margin-bottom: 0.8rem;
  }

  .article__image {
    padding: 0 0 4rem;
    border-bottom: solid 1px #e5e7eb;
  }

  .article__image img {
    width: 100%;
    height: auto;
    border-radius: 0.6rem;
  }

  .article__image figcaption {
    font-size: 1.3rem;
    margin-top: 1rem;
    text-align: left;
  }

  .article__quote {
    border-left: 0.4rem solid #3b82f6;
    padding-left: 1.6rem;
    margin: 2.4rem 0;
    font-size: 1.6rem;
  }

  .section-text {
    font-size: 1.5rem;
    margin: 0 0 1.2rem 0;
  }

  .content-section {
    max-width: 100%;
    padding: 4rem 0 0 0;
  }

  .feature-list li,
  .numbered-list li {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 0.8rem;
    padding-left: 1.2rem;
  }

  .feature-list li::before {
    content: "Ã¢â‚¬Â¢";
    left: 0;
    font-weight: bold;
  }

  .numbered-list li::before {
    content: counter(item) ". ";
    font-weight: bold;
  }

  .quote {
    font-size: 1.6rem;
    padding: 1.2rem 1.6rem;
    margin: 2rem 0;
    line-height: 1.4;
    border-radius: 0.4rem;
  }

  blockquote.quote p {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .related-articles {
    max-width: 100%;
    padding: 0;
  }

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

  .related-article {
    gap: 1.2rem;
  }

  .related-article__image-placeholder {
    border-radius: 0.6rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.2rem;
    width: 100%;
    height: 21rem;
  }

  .related-article__title {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .related-article__excerpt {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .related-article__date {
    font-size: 1.2rem;
  }

  .related-article__link {
    font-size: 1.3rem;
    margin-top: 2rem;
  }

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

  .main-content__section {
    gap: 2.4rem;
    max-width: 100%;
    padding: 0;
    flex-direction: column;
  }

  .membership-image {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .membership-image img {
    max-width: 100%;
    max-height: 39.6rem;
    object-fit: cover;
  }

  .membership-content {
    flex: 0 0 100%;
    justify-content: flex-start;
  }

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

  .membership-content ul {
    margin: 0 0 4rem 0;
  }

  .membership-content li {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    padding-left: 2.4rem;
  }

  .membership-content li::before {
    width: 2.2rem;
    height: 2.2rem;
    left: 0;
  }

  a.btn-membership {
    font-size: 1.8rem;
    padding: 1.2rem 2rem;
    max-width: 20rem;
    justify-content: center;
  }

  a.btn-membership svg {
    top: 0.1rem;
  }
  img.related-article__image.wp-post-image {
    width: 100%;
    height: 21rem;
    border-radius: 0.6rem;
    object-fit: cover;
  }
}
