:root {
  color-scheme: light;
  --bg: #f3f6f1;
  --surface: #ffffff;
  --surface-soft: #f8faf4;
  --surface-hero: #111111;
  --text: #15181a;
  --muted: #5f6b68;
  --line: #dbe4da;
  --line-strong: #c8d3c8;
  --green: #5f8f13;
  --green-deep: #1f6c1b;
  --blue: #2f6db3;
  --red: #cc3b2c;
  --shadow: 0 24px 60px rgba(22, 34, 20, 0.08);
  --shadow-soft: 0 10px 24px rgba(22, 34, 20, 0.05);
  --radius-xl: 13px;
  --radius-lg: 10px;
  --radius-md: 9px;
  --radius-sm: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Noto Sans JP", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background:
    radial-gradient(circle at top left, rgba(123, 173, 54, 0.08), transparent 28%),
    linear-gradient(180deg, #f9fbf7 0%, var(--bg) 100%);
}

body {
  margin: 0;
  color: var(--text);
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

.tpl102-page {
  min-height: 100vh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(219, 228, 218, 0.9);
  backdrop-filter: blur(14px);
}

.site-header__inner,
.tpl102-main,
.site-footer {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.site-header__logo {
  width: auto;
  height: 42px;
  max-width: none;
  max-height: none;
  flex: none;
}

.site-header__copy {
  display: grid;
  align-content: center;
  gap: 1px;
  min-width: 0;
  padding-bottom: 0;
}

.site-header__name {
  display: none;
}

.site-header__tagline {
  font-size: 13px;
  line-height: 1.2;
  color: var(--text);
  white-space: nowrap;
}

.tpl102-main {
  padding: 0 0 36px;
}

.tpl102-article {
  display: grid;
  gap: 64px;
}

.article-hero {
  position: relative;
  height: 420px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #111;
  box-shadow: var(--shadow);
}

.article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.72) 34%, rgba(0, 0, 0, 0.42) 62%, rgba(0, 0, 0, 0.08) 82%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.04) 100%);
  pointer-events: none;
}

.article-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  grid-template-rows: auto auto auto auto 1fr;
  gap: 12px;
  width: min(100%, 640px);
  height: 100%;
  padding: 34px 36px 28px;
  color: #fff;
  background: none;
}

.article-hero__chips {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.article-hero__chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.article-hero__chip--primary {
  color: var(--green-deep);
  background: #eef8e6;
  border: 1px solid #d5e8bf;
}

.article-hero__chip--secondary {
  color: #111;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.58);
}

.article-hero h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 600;
  max-width: 16.5ch;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

.article-hero__lead {
  max-width: 58ch;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  color: rgba(255,255,255,0.9);
}

.article-hero__meta {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-top: 2px;
}

.article-hero__meta > div {
  display: grid;
  grid-template-columns: 4.8em minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
}

.article-hero__meta dt {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,0.72);
  white-space: nowrap;
}

.article-hero__meta dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(255,255,255,0.98);
  min-width: 0;
  overflow-wrap: anywhere;
}

.article-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.article-hero__tag {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  height: 16px;
  min-height: 16px;
  padding: 0 7px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  color: rgba(255,255,255,0.92);
}

.article-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
  background: #111;
}

.article-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.article-minute-overview {
  padding: 24px 24px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.96);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 20px;
}

.article-minute-overview__head {
  display: grid;
  gap: 20px;
}

.article-minute-overview__eyebrow {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef8e6;
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 400;
}

.article-minute-overview__head h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.article-minute-overview__body {
  display: grid;
  gap: 10px;
}

.article-minute-overview__item {
  display: grid;
  grid-template-columns: 8.2em minmax(0, 1fr);
  column-gap: 10px;
  align-items: start;
}

.article-minute-overview__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #2f3a36;
  white-space: nowrap;
}

.article-minute-overview__label-icon {
  width: 8px;
  height: 8px;
  flex: none;
  display: inline-grid;
  place-items: center;
}

.article-minute-overview__label-dot {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #5f8f13;
}

.article-minute-overview__label-text {
  min-width: 0;
}

.article-minute-overview__value {
  min-width: 0;
  color: #2f3a36;
  font-size: 14px;
  font-weight: 400;
}

.article-minute-overview__body p {
  margin: 0;
  color: #2f3a36;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 400;
}

.article-first-action {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.95);
  box-shadow: var(--shadow-soft);
}

.article-first-action__head {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}

.article-first-action__head h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.article-first-action__duration {
  margin: 0;
  display: none;
}

.first-action-cards {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.first-action-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  gap: 12px;
  min-height: 0;
  padding: 20px;
  border: 1px solid #e3eadf;
  border-radius: 9px;
  background: linear-gradient(180deg, #fff 0%, #fbfcfa 100%);
  box-shadow: 0 12px 28px rgba(22, 34, 20, 0.04);
}

.first-action-card:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  color: var(--green-deep);
  font-size: 18px;
  font-weight: 600;
  z-index: 1;
}

.first-action-card__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.first-action-card__number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--green-deep);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.first-action-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  color: #1c6b18;
  font-weight: 500;
  align-self: center;
}

.first-action-card p {
  margin: 0;
  color: #212529;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
  align-items: start;
}

.article-content {
  display: grid;
  gap: 20px;
}

.article-editor-comment,
.article-solution-steps,
.sidebar-unresolved,
.sidebar-related,
.sidebar-share,
.tpl102Ad {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,0.95);
  box-shadow: var(--shadow-soft);
}

.article-editor-comment {
  position: relative;
  padding: 24px;
  border-color: #d9e5f5;
  background:
    radial-gradient(circle at 86% 0%, rgba(47,109,179,0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fe 100%);
  overflow: hidden;
}

.article-editor-comment::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #2f6db3 0%, #5f8f13 100%);
}

.article-editor-comment__head {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}

.article-editor-comment__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 6px 13px;
  border-radius: 9px;
  background: #e8f0ff;
  color: #1960c8;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(25, 96, 200, 0.08);
}

.article-editor-comment__body {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.article-editor-comment__portrait {
  width: 84px;
  height: 84px;
  border: 1px solid #d1d5db;
  border-radius: 50%;
  background: #f8fafc;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08);
}

.article-editor-comment__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-editor-comment__copy {
  display: grid;
  gap: 8px;
}

.article-editor-comment__name {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  letter-spacing: 0.01em;
}

.article-editor-comment__copy p {
  margin: 0;
  color: #243245;
  font-size: 14px;
  line-height: 1.82;
  font-weight: 400;
}

.article-solution-steps {
  padding: 20px;
  border-color: #dde7dc;
  background: linear-gradient(180deg, #fff 0%, #fbfdf8 100%);
}

.article-solution-steps__head {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}

.article-solution-steps__head h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.article-solution-steps__head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

.solution-step-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.solution-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 250px);
  gap: 20px;
  align-items: center;
  padding: 20px;
  border: 1px solid #dde7dc;
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(250,253,247,0.96) 100%);
  box-shadow: 0 12px 26px rgba(22, 34, 20, 0.04);
  overflow: hidden;
}

.solution-step::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #5f8f13 0%, #2f6db3 100%);
}

.solution-step__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  grid-column: 1;
  grid-row: 1;
}

.solution-step__number {
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #146b16 0%, #4d8f13 100%);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 18px rgba(20, 107, 22, 0.18);
}

.solution-step__title {
  margin: 0;
  color: #0f6410;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.solution-step__body {
  display: grid;
  gap: 12px;
  grid-column: 1;
  grid-row: 2;
}

.solution-step__body p {
  margin: 0;
  color: #25313e;
  font-size: 14px;
  line-height: 1.82;
  font-weight: 400;
}

.solution-step__media {
  margin: 0;
  align-self: center;
  grid-column: 2;
  grid-row: 1 / 3;
  width: min(100%, 250px);
  max-width: 250px;
  min-height: 160px;
  border: 1px solid #dce6dc;
  border-radius: 9px;
  background:
    radial-gradient(circle at 22% 18%, rgba(47,109,179,0.1), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f8faf4 100%);
  overflow: hidden;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4);
}

.solution-step__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.solution-step--no-media {
  grid-template-columns: minmax(0, 1fr);
}

.solution-step--no-media .solution-step__media {
  display: none;
}

.article-sidebar {
  display: grid;
  gap: 20px;
  position: sticky;
  top: 98px;
}

.sidebar-unresolved,
.sidebar-related,
.sidebar-share {
  padding: 20px;
}

.sidebar-unresolved {
  background: #fff7f5;
  border: 1px solid #f1c8c1;
}

.sidebar-related {
  background: #fbfff7;
  border: 1px solid #dce9c9;
}

.sidebar-share {
  background: #f7fbff;
  border: 1px solid #d6e5fb;
}

.sidebar-unresolved h2,
.sidebar-related h2,
.sidebar-share h2 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
}

.sidebar-unresolved p,
.sidebar-related li,
.sidebar-share p,
.sidebar-related__url {
  margin: 0;
  color: #3b4a44;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

.sidebar-unresolved li {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
}

.sidebar-unresolved ul {
  margin: 10px 0 0;
  padding-left: 20px;
  color: #3b4a44;
}

.sidebar-related__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.sidebar-related__item {
  display: block;
}

.sidebar-related__item::before {
  content: none;
}

.sidebar-related__title {
  color: #0f172a;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.sidebar-related__icon {
  width: 14px;
  height: 14px;
  color: #1f7a27;
  flex: none;
  margin-top: 2px;
}

.sidebar-related__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.sidebar-related__text {
  min-width: 0;
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.social-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px 0 10px;
  border-radius: 4px;
  border: 1px solid #d7ddd9;
  background: #fff;
  color: #111827;
  font-weight: 400;
  cursor: pointer;
  box-shadow: none;
}

.social-link__badge {
  width: 16px;
  height: 16px;
  border-radius: 0;
  display: grid;
  place-items: center;
  flex: none;
  background: transparent;
}

.social-link__icon {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.social-link__label {
  white-space: nowrap;
}

.social-link--x .social-link__badge {
  background: #111827;
}

.social-link--facebook .social-link__badge {
  background: #1877f2;
}

.social-link--line .social-link__badge {
  background: #1dc943;
}

.social-link--instagram .social-link__badge {
  background: linear-gradient(135deg, #f97316 0%, #db2777 100%);
}

.social-link--copy-link .social-link__badge {
  background: #94a3b8;
}

.tpl102Ad {
  padding: 16px 18px;
}

.tpl102AdLabel {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.tpl102AdFrame {
  min-height: 124px;
}

.tpl102AdLink,
.tpl102AdImage {
  display: grid;
  place-items: center;
  border: 1px dashed #cbd5e1;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(37,99,235,.04), rgba(16,185,129,.04)), #f8fafc;
}

.tpl102AdImage {
  width: 100%;
  min-height: 124px;
  border-style: solid;
  object-fit: cover;
}

.tpl102Ad.is-hidden {
  display: none !important;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: nowrap;
  padding: 20px 0 18px;
  border-top: 1px solid #dbe4da;
  color: var(--green-deep);
}

.site-footer__company {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  min-width: 0;
  white-space: nowrap;
}

.site-footer__separator {
  flex: none;
  color: #c4d0c7;
  font-size: 13px;
  line-height: 1;
  align-self: center;
}

.site-footer__follow-group {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  flex-wrap: nowrap;
  min-width: 0;
  white-space: nowrap;
}

.site-footer__follow-copy {
  margin: 0;
  color: #3b4a44;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 400;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}

.site-footer__links a {
  font-size: 12px;
  font-weight: 400;
}

.site-footer__follow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer__follow-link {
  display: inline-flex;
  align-items: center;
  color: #0f172a;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}

.site-footer__follow-link[aria-disabled="true"] {
  pointer-events: none;
  cursor: default;
}

.site-footer__follow-link + .site-footer__follow-link {
  margin-left: 0;
}

.site-footer__copyright {
  margin: 0;
  color: #8ca19a;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 400;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header__inner,
  .tpl102-main,
  .site-footer {
    width: min(100% - 20px, 1280px);
  }

  .site-header__inner {
    min-height: 66px;
  }

  .site-header__brand {
    gap: 10px;
    align-items: center;
  }

  .site-header__logo {
    width: auto;
    height: 36px;
  }

  .site-header__tagline {
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
    max-width: none;
    overflow: hidden;
    text-overflow: clip;
  }

  .article-hero__media {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 0;
  }

  .article-hero {
    height: 300px;
  }

  .article-hero__content {
    width: auto;
    max-width: calc(100% - 72px);
    padding: 16px 18px 14px;
    gap: 6px;
    grid-template-columns: minmax(0, 1fr);
  }

  .article-hero h1 {
    font-size: 24px;
    line-height: 1.18;
    max-width: none;
    word-break: keep-all;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .article-hero__lead {
    font-size: 14px;
    line-height: 1.5;
    max-width: 100%;
  }

  .article-hero__chip {
    min-height: 30px;
    padding: 0 11px;
  }

  .article-hero__tag {
    height: 16px;
    min-height: 16px;
    padding: 0 7px;
    font-size: 10px;
  }

  .article-hero__meta > div {
    grid-template-columns: 4.2em minmax(0, 1fr);
    column-gap: 8px;
  }

  .article-minute-overview,
  .article-first-action {
    padding: 16px;
  }

  .first-action-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .first-action-card {
    grid-template-columns: 1fr;
  }

  .first-action-card__icon {
    width: 72px;
    height: 72px;
  }

  .article-first-action__head {
    gap: 10px;
    margin-bottom: 14px;
  }

  .article-first-action__head h2 {
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: 0;
    max-width: 100%;
  }

  .article-editor-comment__body {
    grid-template-columns: 1fr;
  }

  .article-editor-comment__portrait {
    width: 92px;
    height: 92px;
  }

  .article-solution-steps__head h2,
  .sidebar-unresolved h2,
  .sidebar-related h2,
  .sidebar-share h2 {
    font-size: 20px;
  }

  .article-layout {
    gap: 14px;
  }

  .article-sidebar {
    gap: 12px;
  }

  .solution-step {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .solution-step__media {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
    width: min(100%, 210px);
    max-width: 210px;
    min-height: 128px;
  }

  .first-action-card:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: auto;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
  }

  .first-action-card {
    min-height: 0;
    grid-template-rows: auto auto auto auto;
  }

  .first-action-card__icon {
    width: 72px;
    height: 72px;
  }

  .site-footer {
    gap: 12px;
    flex-wrap: wrap;
  }

  .site-footer__company {
    gap: 12px;
    flex-wrap: wrap;
  }

  .site-footer__follow-group {
    gap: 8px;
    flex-wrap: wrap;
    white-space: normal;
    align-items: flex-start;
    margin-left: 0;
  }

  .site-footer__follow {
    gap: 10px;
  }

  .site-footer__follow-link {
    font-size: 12px;
  }
}
