
/* Moved from class-sfs-admin.php */
.sfseo-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px;align-items:start;}
            @media (max-width:1200px){.sfseo-grid{grid-template-columns:1fr;}}
            .sfseo-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.04);}
            .sfseo-card h2{margin:16px;font-size:16px;line-height:1.3;}
            .sfseo-card .sfseo-body{padding:0 16px 16px;}
            .sfseo-kpis{display:flex;gap:8px;margin:0 16px 12px;}
            .sfseo-kpis .k{flex:1;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:10px;text-align:center;}
            .sfseo-kpis .k .v{font-size:18px;font-weight:600;}
            .sfseo-tips ul{margin:0;padding-left:18px;}
            .sfseo-tips li{margin:8px 0;}
            .sfseo-tips .actions a{margin-left:8px;}

/* Moved from class-sfs-admin.php */
.sfseo-branding{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;margin:8px 0;background:#fff;border:1px solid #e5e7eb;border-radius:6px}
            .sfseo-branding img{height:22px;vertical-align:middle}
            .sfseo-branding .button-primary{margin-left:8px}

/* Moved from class-sfs-redirects.php */
.sfs-redirects .sfs-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.sfs-redirects .sfs-flex{display:flex;gap:24px;align-items:flex-start}.sfs-redirects .sfs-table{border-collapse:collapse;width:100%;background:#fff}.sfs-redirects .sfs-table tbody{background:none !important}.sfs-redirects .sfs-table tbody tr:nth-child(odd){background:#f9f9f9}.sfs-redirects .sfs-table tbody tr:nth-child(even){background:#fff}.sfs-redirects h1,.sfs-redirects h2{margin-top:0}
