/* SEO GO LIVE V1 */

.seo-setting-card {
    border-color: rgba(199, 128, 40, .22) !important;
    background:
        radial-gradient(circle at 96% 0%, rgba(199,128,40,.10), transparent 32%),
        #fff !important;
}

.seo-preview {
    display: grid !important;
    gap: 6px !important;
    align-items: start !important;
}

.seo-preview span {
    color: #071f3b !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
}

@media (max-width: 900px) {
    .seo-setting-card {
        grid-template-columns: 1fr !important;
    }
}
