.ss-guides {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.ss-guides main {
  flex: 1;
}

.link-highlight {
  color: #0077cc;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.2s ease;
}

.link-highlight:hover {
  color: #004a99;
  text-decoration: none;
}

.cta-link {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 18px;
  background-color: #0077cc;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.2s ease;
}

.cta-link:hover {
  background-color: #005fa3;
}

.intro-text .author-box {
  margin: 32px 0 18px 0;
  padding-top: 14px;
  border-top: 1px solid #e0e0e0;
}

.intro-text .article-author {
  margin: 32px 0 18px 0;
  padding: 14px 16px 12px;
  background: #fafafa;
  border-top: 1px solid #e0e0e0;
  border-radius: 4px;
}

.intro-text .article-author p {
  font-size: 1.25rem;
  line-height: 1.45;
  margin: 0 0 4px 0;
}

.intro-text .article-author p:first-child {
  color: #555;
  font-weight: 500;
}

.intro-text .article-author strong {
  font-weight: 600;
}

.intro-text .article-author p:last-child {
  color: #777;
  margin-bottom: 0;
}

.intro-text .article-author a {
  color: #0077cc;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.intro-text .article-author a:hover {
  color: #004a99;
  text-decoration: none;
}

.intro-text .author-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #555;
  margin-bottom: 4px;
}

.intro-text .author-description {
  font-size: 1.2rem;
  color: #777;
  line-height: 1.5;
}


.guide-index-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.guide-index-list li {
  margin-bottom: 14px;
}

.guide-index-list li a {
  display: block;
  padding: 12px 14px;
  border-radius: 6px;
  text-decoration: none;
  background: #f7f7f7;
  transition: background 0.2s ease;
}

.guide-index-list li a:hover {
  background: #ececec;
}

.guide-index-list li p {
  margin: 8px 0 0 0;
}
