.atlas-seo-read-next {
    margin: 40px 0 0;
    padding: 24px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 14px;
    background: #fff;
}

.atlas-seo-read-next__header h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1.2;
}

.atlas-seo-read-next__header p {
    margin: 8px 0 0;
    color: #4b5563;
}

.atlas-seo-read-next__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.atlas-seo-read-next__item {
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 10px;
    background: #f9fafb;
}

.atlas-seo-read-next__image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.atlas-seo-read-next__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.atlas-seo-read-next__content {
    padding: 15px;
}

.atlas-seo-read-next__content h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.35;
}

.atlas-seo-read-next__content a {
    color: inherit;
    text-decoration: none;
}

.atlas-seo-read-next__content a:hover,
.atlas-seo-read-next__content a:focus {
    text-decoration: underline;
}

.atlas-seo-read-next__content p {
    margin: 8px 0 0;
    color: #4b5563;
    font-size: 0.94rem;
}

@media (max-width: 640px) {
    .atlas-seo-read-next {
        padding: 18px;
    }

    .atlas-seo-read-next__grid {
        grid-template-columns: 1fr;
    }
}

.atlas-seo-read-next__icon {
    display: inline-block;
    margin-right: 0.4em;
    line-height: 1;
}
