.suho-downloads {
  border-top: 1px solid var(--line, rgba(133, 147, 153, 0.24));
  margin-top: 64px;
  padding-top: 30px;
}

.services + .suho-downloads {
  margin-top: 0;
  margin-bottom: 96px;
}

.suho-downloads__locale {
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

html:lang(ja) .suho-downloads__locale[data-download-language="ja"],
html:lang(ko) .suho-downloads__locale[data-download-language="ko"],
html:lang(en) .suho-downloads__locale[data-download-language="en"] {
  display: grid;
}

.suho-downloads__eyebrow {
  color: var(--cyan, #65e5f5);
  font-size: 11px;
  margin: 0 0 8px;
}

.suho-downloads__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0 0 8px;
}

.suho-downloads__description {
  color: var(--muted, #aeb9bf);
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}

.suho-downloads__link {
  align-items: center;
  border-bottom: 1px solid currentColor;
  color: var(--cyan, #65e5f5);
  display: inline-flex;
  font-size: 14px;
  gap: 14px;
  justify-self: end;
  padding: 10px 0;
  white-space: nowrap;
}

.suho-downloads__link::after {
  content: "\2193";
  font-size: 18px;
  line-height: 1;
}

.suho-downloads__link:hover {
  color: #bdf7ff;
}

.suho-downloads__link:focus-visible {
  outline: 2px solid var(--cyan, #65e5f5);
  outline-offset: 5px;
}

@media (max-width: 600px) {
  .suho-downloads {
    margin-top: 40px;
    padding-top: 24px;
  }

  .services + .suho-downloads {
    margin-bottom: 60px;
  }

  .suho-downloads__locale {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .suho-downloads__title {
    font-size: 20px;
  }

  .suho-downloads__link {
    justify-self: start;
  }
}
