.shapes-jump-nav {
  display: flex;
  gap: 8px;
  margin: 0 auto;
  max-width: 1180px;
  overflow-x: auto;
  padding: 14px 20px;
}

.shapes-jump-nav a {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brand-dark);
  flex: 0 0 auto;
  font-size: 0.84rem;
  font-weight: 900;
  padding: 8px 13px;
  text-decoration: none;
}

.shapes-jump-nav a:hover {
  background: var(--chip);
  border-color: #cfd8ff;
}

.page-layout-wrapper > .container.shapes-article-page {
  max-width: 940px;
  padding: 28px 20px 50px;
}

.shapes-article-meta {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 8px 18px;
  margin-bottom: 14px;
  padding: 13px 16px;
}

.shapes-article-meta span + span::before {
  color: #b6bfcc;
  content: "•";
  margin-right: 18px;
}

.shapes-article-meta a {
  color: var(--brand-dark);
  margin-left: auto;
  text-decoration: none;
}

.shapes-bridge {
  align-items: center;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 20px;
  grid-template-columns: 110px minmax(0, 1fr);
  margin-bottom: 30px;
  padding: 20px 22px;
}

.shapes-bridge-symbols {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.shapes-bridge-symbols span {
  background: var(--brand);
  display: block;
  height: 27px;
  width: 27px;
}

.shapes-bridge-symbols span:first-child {
  border-radius: 50%;
}

.shapes-bridge-symbols span:nth-child(2) {
  background: var(--accent);
  border-radius: 4px;
}

.shapes-bridge-symbols span:last-child {
  background: transparent;
  border-bottom: 27px solid var(--ok);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  height: 0;
  width: 0;
}

.shapes-bridge p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.shapes-bridge a,
.shapes-article-page a {
  color: var(--brand-dark);
}

.shapes-article-page > .section {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 18px;
  padding: clamp(22px, 4vw, 38px);
  scroll-margin-top: 140px;
}

.shapes-article-page .section-title {
  border-bottom: 0;
  color: var(--ink);
  display: block;
  font-size: clamp(1.55rem, 4vw, 2rem);
  letter-spacing: 0;
  margin: 0 0 24px;
  padding: 0;
}

.shapes-article-page .intro-text {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #3f495b;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 20px;
  padding: 0;
}

.shapes-article-page .subsection {
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 22px 0;
  padding: 24px;
}

.shapes-article-page .subsection h3 {
  color: var(--ink);
  font-size: 1.22rem;
  letter-spacing: 0;
  margin-bottom: 14px;
}

.shapes-article-page .subsection p,
.shapes-article-page .subsection li {
  color: #3f495b;
  font-size: 0.96rem;
  line-height: 1.72;
}

.shapes-article-page .subsection ul {
  margin-left: 18px;
}

.shapes-article-page .inl-002 {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: none;
  margin-bottom: 12px;
  max-width: 800px;
}

.shapes-article-page .inl-003 {
  color: var(--muted);
}

.shapes-article-page .adsense-top {
  margin: 24px 0;
}

.shapes-article-page .web-design-section {
  background: var(--ink);
  border: 0;
  border-radius: 8px;
  color: #eef1f6;
}

.shapes-article-page .web-design-section h2 {
  color: #fff;
  font-size: 1.55rem;
  letter-spacing: 0;
}

.shapes-related {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.shapes-related a {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 14px 16px;
  text-decoration: none;
}

.shapes-related a:hover {
  background: var(--chip);
  border-color: #cfd8ff;
}

.shapes-related span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shapes-related strong {
  color: var(--brand-dark);
  font-size: 0.9rem;
  margin-top: 3px;
}

@media (max-width: 620px) {
  .shapes-jump-nav {
    padding-left: 14px;
    padding-right: 14px;
  }

  .page-layout-wrapper > .container.shapes-article-page {
    padding-left: 14px;
    padding-right: 14px;
  }

  .shapes-article-meta a {
    flex-basis: 100%;
    margin-left: 0;
  }

  .shapes-bridge {
    grid-template-columns: 1fr;
  }

  .shapes-article-page > .section,
  .shapes-article-page .subsection {
    padding: 20px 16px;
  }

  .shapes-related {
    grid-template-columns: 1fr;
  }
}
