/* UXT SEO Master Frontend Styles */

.uxt-sm-seo-section,
.uxt-sm-singular-seo-section,
.uxt-sm-seo-block {
    margin-top: 60px !important;
    margin-bottom: 40px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Accent Header */
.uxt-sm-seo-title-wrap,
.seo-section-header {
    padding-left: 20px;
    border-left: 4px solid #00B3CC; /* Match theme accent color */
    margin-bottom: 30px;
}

.uxt-sm-seo-title-wrap h2 {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
    line-height: 1.2;
}

/* Premium Content Card */
.uxt-sm-seo-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 60px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    line-height: 1.7;
    color: #475569;
}

/* Typography refinements inside card */
.uxt-sm-seo-card h3, 
.uxt-sm-seo-card h4 {
    color: #1e293b;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.uxt-sm-seo-card h3:first-child {
    margin-top: 0;
}

.uxt-sm-seo-card p {
    margin-bottom: 20px;
}

.uxt-sm-seo-card ul {
    margin: 20px 0;
    padding-left: 20px;
    list-style: none;
}

.uxt-sm-seo-card ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.uxt-sm-seo-card ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .uxt-sm-seo-card {
        padding: 30px;
        border-radius: 12px;
    }
    .uxt-sm-seo-title-wrap h2 {
        font-size: 22px;
    }
}
