.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.language-link {
  padding: 5px 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.language-link:hover,
.language-link.active {
  color: var(--orange);
}

html[lang="ko"] body {
  word-break: keep-all;
}

html[lang="ko"] h1,
html[lang="ko"] h2,
html[lang="ko"] .result-title h3,
html[lang="ko"] .product-info h3,
html[lang="ko"] .featured-lesson h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -2px;
}

@media (max-width: 620px) {
  .header-actions > .button {
    display: none;
  }

  .header-actions > .dslitex-link {
    display: inline-flex;
    padding: 9px 11px;
    gap: 7px;
    font-size: 11px;
  }

  .header-actions {
    gap: 0;
  }

  .language-switcher {
    font-size: 10px;
  }
}
.product-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  text-align: right;
}

.product-actions .shop-link {
  color: var(--green);
}
