/**
 * Blog-post internal-linking footer (see includes/class-post-enrichment.php).
 * Author box + practice CTA + related-guides cluster, appended to single posts.
 */

.as-post-enrichment {
    margin: 2.5rem 0 0;
    padding: 1.25rem 1.5rem;
    border: 1px solid #d7e7dc;
    border-left: 4px solid #15803d;
    border-radius: 10px;
    background: #f4faf6;
    font-size: 1rem;
    line-height: 1.55;
}

.as-post-enrichment p {
    margin: 0 0 0.75rem;
}

.as-post-enrichment .as-pe-review {
    color: #1f2937;
}

.as-post-enrichment a {
    color: #15803d;
    text-decoration: underline;
}

.as-post-enrichment a:hover,
.as-post-enrichment a:focus-visible {
    color: #0f5d2c;
}

.as-post-enrichment .as-pe-cta {
    display: inline-block;
    min-height: 44px;
    padding: 0.65rem 1.1rem;
    margin: 0.25rem 0 0.5rem;
    border-radius: 8px;
    background: #15803d;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.4;
}

.as-post-enrichment .as-pe-cta:hover,
.as-post-enrichment .as-pe-cta:focus-visible {
    background: #0f5d2c;
    color: #ffffff;
}

.as-post-enrichment .as-pe-related {
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid #d7e7dc;
}

.as-post-enrichment .as-pe-related h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
}

.as-post-enrichment .as-pe-related ul {
    margin: 0;
    padding-left: 1.2rem;
}

.as-post-enrichment .as-pe-related li {
    margin: 0.35rem 0;
}

@media (max-width: 768px) {
    .as-post-enrichment {
        padding: 1.1rem 1.15rem;
    }
}
