.seo-lite {
    width: min(1120px, calc(100% - 28px));
    margin: 26px auto 4px;
    padding: 18px;
    border: 1px solid #dbe6f1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(19, 34, 54, .055);
}

.seo-lite h2 {
    margin: 0 0 12px;
    color: #132236;
    font-size: clamp(20px, 3vw, 26px);
    line-height: 1.2;
    letter-spacing: 0;
}

.seo-lite details {
    border-top: 1px solid #e5edf6;
}

.seo-lite details:first-of-type {
    border-top: 0;
}

.seo-lite summary {
    cursor: pointer;
    list-style: none;
    padding: 13px 0;
    color: #132236;
    font-weight: 900;
    line-height: 1.35;
}

.seo-lite summary::-webkit-details-marker {
    display: none;
}

.seo-lite summary::after {
    content: "+";
    float: right;
    color: #0b8ed0;
    font-weight: 900;
}

.seo-lite details[open] summary::after {
    content: "-";
}

.seo-lite p {
    margin: 0 0 13px;
    color: #5f6f82;
    font-size: 15px;
    line-height: 1.65;
}

.seo-lite-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.seo-lite-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid #dbe6f1;
    border-radius: 8px;
    background: #f8fbff;
    color: #145ec7;
    font-weight: 900;
    text-decoration: none;
    line-height: 1.2;
}

@media (max-width: 640px) {
    .seo-lite {
        width: calc(100% - 16px);
        margin-top: 18px;
        padding: 15px;
    }

    .seo-lite-links {
        display: grid;
        grid-template-columns: 1fr;
    }
}
