.seo-guides,
.seo-article {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.seo-guide-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    gap: .35rem;
    padding: 1.1rem;
    color: inherit;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: .75rem;
    background: #fff;
    transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.seo-guide-card:hover,
.seo-guide-card:focus-visible {
    color: inherit;
    border-color: #198754;
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08);
}

.seo-guide-card span {
    color: #6c757d;
}

.seo-article-inner {
    padding: clamp(1.25rem, 3vw, 2.5rem);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .05);
}

.seo-article h2 {
    margin-top: 1.75rem;
    font-size: 1.5rem;
}

.seo-article h2:first-child {
    margin-top: 0;
}

.seo-article h3 {
    margin-top: 1.25rem;
    font-size: 1.15rem;
}

.seo-article p {
    line-height: 1.7;
}

.seo-faq,
.seo-cta {
    margin-top: 2rem;
}

.seo-related {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem 1rem;
}
