html {
  scroll-behavior: smooth;
}

body.yhseo-server-page,
body.yhseo-server-page * {
  box-sizing: border-box;
}

body.yhseo-server-page {
  margin: 0;
  color: #122a36;
  background: #eef2f2;
  font-family: Mulish, Arial, sans-serif;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.yhseo-server-home-main,
.yhseo-server-news-main {
  min-height: 70vh;
  padding: 22px 0 64px;
}

.yhseo-server-home-main > *,
.yhseo-server-news-main > * {
  width: min(1180px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.yhseo-server-home-main .yhseo-daily-edition {
  width: min(1180px, calc(100% - 32px));
  margin-top: 0;
}

.yhseo-server-section {
  margin-top: 52px;
}

.yhseo-server-section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(18, 42, 54, .18);
}

.yhseo-server-kicker {
  margin: 0 0 7px;
  color: #14765f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1.2;
  text-transform: uppercase;
}

.yhseo-server-section-header h2,
.yhseo-server-newsletter h2,
.yhseo-server-discovery-row h2,
.yhseo-server-trust h2,
.yhseo-server-participate h2 {
  margin: 0;
  color: #122a36;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3.6vw, 42px);
  font-weight: 600;
  line-height: 1.1;
  text-wrap: balance;
}

.yhseo-server-section-header > a {
  flex: 0 0 auto;
  color: #0f654f;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.yhseo-server-grid {
  display: grid;
  gap: 18px;
}

.yhseo-server-grid--latest,
.yhseo-server-grid--news {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yhseo-server-home-main .yhseo-server-grid--latest {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yhseo-server-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yhseo-server-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 42, 54, .14);
  border-radius: 9px;
}

.yhseo-server-card > a {
  display: grid;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.yhseo-server-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0a2a39;
}

.yhseo-server-card__media img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--yhseo-card-focus, 50% 50%);
}

.yhseo-server-card__fallback {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 4px;
  padding: 18px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 18%, rgba(89, 212, 187, .28), transparent 26%),
    linear-gradient(145deg, #123e4b 0%, #082331 58%, #061c29 100%);
}

.yhseo-server-card__fallback::before,
.yhseo-server-card__fallback::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.yhseo-server-card__fallback::before {
  right: -8%;
  bottom: -28%;
  width: 76%;
  height: 65%;
  border-radius: 50% 50% 0 0;
  background: rgba(89, 212, 187, .12);
  transform: rotate(-8deg);
}

.yhseo-server-card__fallback::after {
  right: 12%;
  bottom: 12%;
  width: 42%;
  height: 2px;
  background: rgba(255, 255, 255, .32);
  box-shadow: 0 7px 0 rgba(255, 255, 255, .16), 0 14px 0 rgba(255, 255, 255, .08);
}

.yhseo-server-card__fallback-mark,
.yhseo-server-card__fallback-topic,
.yhseo-server-card__fallback-place {
  position: relative;
  z-index: 1;
}

.yhseo-server-card__fallback-mark {
  font-family: Mulish, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.yhseo-server-card__fallback-topic {
  max-width: 80%;
  color: #71dcc6;
  font-family: Mulish, Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.yhseo-server-card__fallback-place {
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
}

.yhseo-server-card__body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 17px 18px 18px;
}

.yhseo-server-card__meta {
  margin-bottom: 8px;
  color: #14765f;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.yhseo-server-card h3 {
  margin: 0;
  color: #122a36;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.2vw, 27px);
  font-weight: 600;
  line-height: 1.16;
  text-wrap: pretty;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.yhseo-server-card p {
  margin: 11px 0 16px;
  color: #5d7078;
  font-size: 14px;
  line-height: 1.58;
}

.yhseo-server-card__action {
  margin-top: auto;
  color: #0f654f;
  font-size: 11px;
  font-weight: 900;
}

.yhseo-server-card--compact .yhseo-server-card__body {
  min-height: 145px;
}

.yhseo-server-card--compact h3 {
  font-size: 21px;
}

.yhseo-server-card--fresh > a {
  grid-template-columns: 118px minmax(0, 1fr);
}

.yhseo-server-card--fresh .yhseo-server-card__media {
  height: 100%;
  min-height: 142px;
  aspect-ratio: auto;
}

.yhseo-server-card--fresh .yhseo-server-card__fallback {
  padding: 12px;
}

.yhseo-server-card--fresh .yhseo-server-card__fallback-place,
.yhseo-server-card--fresh .yhseo-server-card__action {
  display: none;
}

.yhseo-server-card--fresh .yhseo-server-card__body {
  min-height: 142px;
  padding: 15px 14px;
}

.yhseo-server-card--fresh h3 {
  font-size: 19px;
  line-height: 1.18;
}

.yhseo-server-explore__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.yhseo-server-explore__grid a {
  display: grid;
  align-content: start;
  min-height: 150px;
  padding: 19px;
  color: #e7f0f5;
  background: #0c2633;
  border-radius: 8px;
  text-decoration: none;
}

.yhseo-server-explore__grid span {
  margin-bottom: 9px;
  color: #55d2b5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.yhseo-server-explore__grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
}

.yhseo-server-discovery-row {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
  gap: 28px;
  align-items: center;
  margin-top: 40px;
  padding: 20px 22px;
  color: #e7f0f5;
  background: #0c2633;
  border-radius: 8px;
}

.yhseo-server-discovery-row h2 {
  color: #fff;
  font-size: clamp(24px, 3vw, 32px);
}

.yhseo-server-discovery-row nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.yhseo-server-discovery-row nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 10px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.yhseo-server-discovery-row nav a:last-child {
  color: #071a2d;
  background: #55d2b5;
  border-color: #55d2b5;
}

.yhseo-server-newsletter {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
  gap: 30px;
  align-items: center;
  margin: 0;
  padding: 26px;
  color: #fff;
  background: #0c2633;
  border-right: 1px solid rgba(18, 42, 54, .15);
  border-bottom: 1px solid rgba(18, 42, 54, .15);
  border-left: 1px solid rgba(18, 42, 54, .15);
}

.yhseo-server-newsletter h2,
.yhseo-server-newsletter .yhseo-server-kicker {
  color: #fff;
}

.yhseo-server-newsletter > div > p:not(.yhseo-server-kicker) {
  margin: 10px 0 0;
  color: #c8d7df;
  font-size: 13px;
  line-height: 1.5;
}

.yhseo-server-newsletter__form {
  min-width: 0;
  padding: 17px;
  background: #071a2d;
  border-radius: 7px;
}

.yhseo-server-newsletter__form .mailerlite-form-title,
.yhseo-server-newsletter__form .mailerlite-form-description,
.yhseo-server-newsletter__form .mailerlite-form-loader {
  display: none;
}

.yhseo-server-newsletter__form .mailerlite-form-inputs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
}

.yhseo-server-newsletter__form .mailerlite-form-field,
.yhseo-server-newsletter__form .mailerlite-subscribe-button-container {
  margin: 0;
}

.yhseo-server-newsletter__form label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.yhseo-server-newsletter__form input[type="email"],
.yhseo-server-newsletter__form button {
  width: 100%;
  height: 46px;
  margin: 0;
  border: 0;
  border-radius: 4px;
  font: 800 13px/1 Mulish, Arial, sans-serif;
}

.yhseo-server-newsletter__form input[type="email"] {
  padding: 0 13px;
  color: #122a36;
  background: #fff;
}

.yhseo-server-newsletter__form button {
  padding: 0 15px;
  color: #071a2d;
  background: #55d2b5;
  cursor: pointer;
}

.yhseo-server-newsletter__form > p {
  margin: 9px 0 0;
  color: #94aab8;
  font-size: 9px;
}

.yhseo-server-trust,
.yhseo-server-participate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 52px;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(18, 42, 54, .14);
  border-radius: 9px;
}

.yhseo-server-home-main .yhseo-server-trust {
  margin-top: 32px;
}

.yhseo-server-trust p:not(.yhseo-server-kicker),
.yhseo-server-participate p:not(.yhseo-server-kicker) {
  max-width: 740px;
  margin: 10px 0 0;
  color: #5d7078;
  line-height: 1.5;
}

.yhseo-server-trust nav,
.yhseo-server-participate nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
}

.yhseo-server-trust nav a,
.yhseo-server-participate nav a {
  padding: 10px 12px;
  color: #0f654f;
  border: 1px solid rgba(15, 101, 79, .25);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.yhseo-server-news-hero {
  padding: 42px 0 24px;
}

.yhseo-server-news-hero h1 {
  margin: 0;
  color: #122a36;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 7vw, 82px);
  line-height: .95;
}

.yhseo-server-news-hero > p:last-child {
  max-width: 760px;
  margin: 15px 0 0;
  color: #5d7078;
  font-size: 17px;
  line-height: 1.5;
}

.yhseo-server-news-filters {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  padding: 13px;
  background: #fff;
  border: 1px solid rgba(18, 42, 54, .14);
  border-radius: 7px;
}

.yhseo-server-news-filters a {
  padding: 9px 11px;
  color: #39535e;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.yhseo-server-news-filters a[aria-current="page"] {
  color: #fff;
  background: #14765f;
}

.yhseo-server-news-main .yhseo-server-section {
  margin-top: 0;
}

.yhseo-news-priority {
  display: grid;
  gap: 18px;
}

.yhseo-news-lead,
.yhseo-news-secondary,
.yhseo-news-brief-list {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 42, 54, .14);
  border-radius: 9px;
}

.yhseo-news-lead > a {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(370px, .82fr);
  min-height: 410px;
  color: inherit;
  text-decoration: none;
}

.yhseo-news-story__media {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #0a2a39;
}

.yhseo-news-story__media img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--yhseo-card-focus, 50% 50%);
}

.yhseo-news-lead__body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 48px);
}

.yhseo-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 13px;
  align-items: center;
  color: #62747c;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
}

.yhseo-news-meta > span,
.yhseo-news-meta time {
  position: relative;
}

.yhseo-news-meta > :not(:last-child)::after {
  position: absolute;
  left: calc(100% + 6px);
  color: #b1bdc1;
  content: "·";
}

.yhseo-news-meta__category {
  color: #0f654f;
  font-weight: 900;
}

.yhseo-news-meta__place {
  color: #294b58;
}

.yhseo-news-lead h2 {
  margin: 15px 0 0;
  color: #122a36;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3.6vw, 42px);
  font-weight: 600;
  line-height: 1.08;
  text-wrap: balance;
}

.yhseo-news-lead__body > p {
  margin: 16px 0 20px;
  color: #536a74;
  font-size: 15px;
  line-height: 1.62;
}

.yhseo-news-story__action {
  margin-top: auto;
  color: #0f654f;
  font-size: 12px;
  font-weight: 900;
}

.yhseo-news-secondary-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.yhseo-news-secondary > a {
  display: grid;
  grid-template-columns: minmax(150px, .78fr) minmax(0, 1.22fr);
  min-height: 210px;
  color: inherit;
  text-decoration: none;
}

.yhseo-news-secondary__body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
}

.yhseo-news-secondary h3,
.yhseo-news-brief h3 {
  color: #122a36;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  text-wrap: pretty;
}

.yhseo-news-secondary h3 {
  display: -webkit-box;
  margin: 12px 0 15px;
  overflow: hidden;
  font-size: clamp(21px, 2.2vw, 27px);
  line-height: 1.16;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.yhseo-news-chronological {
  margin-top: 46px;
}

.yhseo-news-chronological > header {
  margin-bottom: 14px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(18, 42, 54, .18);
}

.yhseo-news-chronological h2 {
  margin: 0;
  color: #122a36;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.1;
}

.yhseo-news-brief-list {
  padding: 0 22px;
}

.yhseo-news-brief + .yhseo-news-brief {
  border-top: 1px solid rgba(18, 42, 54, .13);
}

.yhseo-news-brief > a {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 142px;
  padding: 16px 0;
  color: inherit;
  text-decoration: none;
}

.yhseo-news-brief .yhseo-news-story__media {
  align-self: stretch;
  min-height: 108px;
  border-radius: 6px;
}

.yhseo-news-brief__body {
  min-width: 0;
}

.yhseo-news-brief h3 {
  max-width: 780px;
  margin: 8px 0 9px;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.18;
}

.yhseo-news-brief__read {
  color: #6a7b82;
  font-size: 11px;
  font-weight: 800;
}

.yhseo-news-secondary .yhseo-server-card__fallback,
.yhseo-news-brief .yhseo-server-card__fallback {
  padding: 12px;
}

.yhseo-news-secondary .yhseo-server-card__fallback-place,
.yhseo-news-brief .yhseo-server-card__fallback-place {
  display: none;
}

.yhseo-server-pagination {
  margin-top: 36px;
}

.yhseo-server-pagination ul {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yhseo-server-pagination a,
.yhseo-server-pagination span {
  display: grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 11px;
  color: #122a36;
  background: #fff;
  border: 1px solid rgba(18, 42, 54, .15);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.yhseo-server-pagination .current {
  color: #fff;
  background: #14765f;
}

@media (max-width: 900px) {
  .yhseo-server-grid--latest,
  .yhseo-server-grid--news,
  .yhseo-server-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yhseo-server-explore__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yhseo-server-discovery-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .yhseo-news-lead > a {
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  }

  .yhseo-news-secondary > a {
    grid-template-columns: 130px minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .yhseo-server-home-main,
  .yhseo-server-news-main {
    padding-top: 8px;
  }

  .yhseo-server-home-main > *,
  .yhseo-server-news-main > *,
  .yhseo-server-home-main .yhseo-daily-edition {
    width: calc(100% - 12px);
  }

  .yhseo-server-section {
    margin-top: 36px;
  }

  .yhseo-server-section-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .yhseo-server-grid--latest,
  .yhseo-server-grid--news,
  .yhseo-server-grid--three,
  .yhseo-server-explore__grid,
  .yhseo-server-newsletter,
  .yhseo-server-trust,
  .yhseo-server-participate {
    grid-template-columns: 1fr;
  }

  .yhseo-server-home-main .yhseo-server-grid--latest {
    grid-template-columns: 1fr;
  }

  .yhseo-server-card > a {
    grid-template-columns: minmax(0, 1fr);
  }

  .yhseo-server-card--fresh > a {
    grid-template-columns: 102px minmax(0, 1fr);
  }

  .yhseo-server-card__media {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .yhseo-server-card--fresh .yhseo-server-card__media {
    height: 100%;
    min-height: 128px;
    aspect-ratio: auto;
  }

  .yhseo-server-card--fresh .yhseo-server-card__body {
    min-height: 128px;
    padding: 13px 12px;
  }

  .yhseo-server-card--fresh h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .yhseo-server-card__body,
  .yhseo-server-card--compact .yhseo-server-card__body {
    min-height: 0;
    padding: 14px;
  }

  .yhseo-server-card h3,
  .yhseo-server-card--compact h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .yhseo-server-card--fresh .yhseo-server-card__body {
    min-height: 128px;
    padding: 13px 12px;
  }

  .yhseo-server-card--fresh h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .yhseo-server-card__meta {
    font-size: 11px;
    letter-spacing: .025em;
  }

  .yhseo-server-card p {
    font-size: 15px;
    line-height: 1.62;
  }

  .yhseo-server-card p {
    display: none;
  }

  .yhseo-server-newsletter {
    padding: 20px 16px;
  }

  .yhseo-server-discovery-row {
    padding: 18px 16px;
  }

  .yhseo-server-discovery-row nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yhseo-server-newsletter__form .mailerlite-form-inputs {
    grid-template-columns: 1fr;
  }

  .yhseo-server-trust,
  .yhseo-server-participate {
    padding: 20px;
  }

  .yhseo-server-trust nav,
  .yhseo-server-participate nav {
    justify-content: flex-start;
  }

  .yhseo-server-news-hero {
    padding: 28px 10px 18px;
  }

  .yhseo-server-news-filters {
    flex-wrap: nowrap;
    margin-bottom: 22px;
    padding: 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: inline proximity;
  }

  .yhseo-server-news-filters::-webkit-scrollbar {
    display: none;
  }

  .yhseo-server-news-filters a {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 12px;
    scroll-snap-align: start;
  }

  .yhseo-news-lead > a {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .yhseo-news-lead .yhseo-news-story__media {
    aspect-ratio: 16 / 9;
  }

  .yhseo-news-lead__body {
    padding: 22px 18px 24px;
  }

  .yhseo-news-lead h2 {
    margin-top: 12px;
    font-size: 29px;
    line-height: 1.11;
  }

  .yhseo-news-lead__body > p {
    margin: 13px 0 17px;
    font-size: 15px;
  }

  .yhseo-news-secondary-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .yhseo-news-secondary > a {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 132px;
  }

  .yhseo-news-secondary__body {
    min-width: 0;
    padding: 13px 12px;
  }

  .yhseo-news-secondary h3 {
    margin: 8px 0;
    font-size: 18px;
    line-height: 1.2;
  }

  .yhseo-news-secondary .yhseo-news-story__action {
    display: none;
  }

  .yhseo-news-chronological {
    margin-top: 36px;
  }

  .yhseo-news-brief-list {
    padding: 0 12px;
  }

  .yhseo-news-brief > a {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
    min-height: 122px;
    padding: 12px 0;
  }

  .yhseo-news-brief .yhseo-news-story__media {
    min-height: 92px;
  }

  .yhseo-news-brief h3 {
    display: -webkit-box;
    margin: 7px 0;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .yhseo-news-meta {
    gap: 4px 11px;
    font-size: 10.5px;
  }

  .yhseo-news-meta > :not(:last-child)::after {
    left: calc(100% + 5px);
  }
}
