.site-shell-header {
  padding-top: 0;
}

.site-shell-header .navigation-bar {
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 21px 0 rgba(254, 119, 101, 0.2);
  padding: 15px 0;
}

.site-shell-main {
  min-height: 50vh;
  padding: 48px 0 80px;
}

.internal-content {
  color: #646464;
  font-size: 16px;
  line-height: 1.75;
}

.internal-content h1,
.internal-content h2,
.internal-content h3,
.internal-content h4 {
  color: #121212;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.75em;
  margin-bottom: 0.75em;
}

.internal-content h1 {
  font-size: 2rem;
  margin-top: 0;
}

.internal-content h2 {
  font-size: 1.5rem;
}

.internal-content h3 {
  font-size: 1.25rem;
}

.internal-content p,
.internal-content ul,
.internal-content ol {
  margin-bottom: 1em;
}

.internal-content ul,
.internal-content ol {
  padding-left: 1.5em;
}

.internal-content a {
  color: #9b2142;
  text-decoration: underline;
}

.internal-content a:hover {
  color: #7a1a35;
}

.internal-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
}

.internal-content code {
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 0.9em;
  padding: 0.15em 0.4em;
}

.internal-content pre {
  background: #f5f5f5;
  border-radius: 8px;
  overflow-x: auto;
  padding: 1em;
}

.internal-content pre code {
  background: none;
  padding: 0;
}

.legal-content > h1:first-child {
  color: #121212;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.internal-content blockquote {
  border-left: 4px solid #9b2142;
  color: #646464;
  margin: 1.5em 0;
  padding-left: 1em;
}

.page-kicker {
  color: #9b2142;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.page-title {
  color: #121212;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}

.page-header {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 32px;
  padding-bottom: 24px;
}

.docs-sidebar {
  margin-bottom: 32px;
}

.docs-sidebar nav a {
  border-radius: 8px;
  color: #646464;
  display: block;
  font-size: 14px;
  padding: 8px 12px;
  text-decoration: none;
}

.docs-sidebar nav a:hover,
.docs-sidebar nav a.is-active {
  background: #fce8ef;
  color: #9b2142;
}

.docs-toc nav a {
  color: #646464;
  display: block;
  font-size: 14px;
  padding: 4px 0;
  text-decoration: none;
}

.docs-toc nav a:hover {
  color: #9b2142;
}

.blog-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  display: block;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.blog-card:hover {
  border-color: rgba(155, 33, 66, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}

.blog-card time {
  color: #888;
  font-size: 12px;
  font-weight: 500;
}

.blog-card h2 {
  color: #121212;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 12px 0 8px;
}

.blog-card p {
  color: #646464;
  font-size: 14px;
  margin-bottom: 16px;
}

.blog-card .read-more {
  color: #9b2142;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .site-shell-main {
    padding: 64px 0 96px;
  }

  .docs-sidebar {
    margin-bottom: 0;
    position: sticky;
    top: 100px;
  }

  .docs-toc {
    position: sticky;
    top: 100px;
  }
}
