/* SEO-теги под каталогом (node/223). Figma 7120:1532 */

.catalog-seo-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 72px;
  width: 100%;
}

.catalog-seo-tags__label,
.catalog-seo-tags__link {
  font-family: "Cera Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #917357;
}

.catalog-seo-tags__label {
  flex-shrink: 0;
  white-space: nowrap;
}

.catalog-seo-tags__link {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.catalog-seo-tags__link:hover {
  color: #AD9170;
}

@media (max-width: 710px) {
  .catalog-seo-tags {
    margin-top: 48px;
    gap: 16px 24px;
  }

  .catalog-seo-tags__label,
  .catalog-seo-tags__link {
    font-size: 13px;
    line-height: 15px;
  }
}
