#bulk-seo-table th,
#bulk-seo-table td {
    white-space: normal !important;
    vertical-align: top;
}

#bulk-seo-table th:nth-child(1),
#bulk-seo-table td:nth-child(1) { width: 3% !important; }

#bulk-seo-table th:nth-child(2),
#bulk-seo-table td:nth-child(2) { width: 8% !important; }

#bulk-seo-table th:nth-child(3),
#bulk-seo-table td:nth-child(3) { width: 12% !important; }

#bulk-seo-table th:nth-child(4),
#bulk-seo-table td:nth-child(4) { width: 4% !important; }

#bulk-seo-table th:nth-child(5),
#bulk-seo-table td:nth-child(5) { width: 13% !important; }

#bulk-seo-table th:nth-child(6),
#bulk-seo-table td:nth-child(6) { width: 13% !important; }

#bulk-seo-table th:nth-child(7),
#bulk-seo-table td:nth-child(7) { width: 25% !important; }

#bulk-seo-table th:nth-child(8),
#bulk-seo-table td:nth-child(8) { width: 10% !important; }

#bulk-seo-table th:nth-child(9),
#bulk-seo-table td:nth-child(9) { width: 12% !important; }

/* 🔧 Resize preview images */
#bulk-seo-table td:nth-child(2) img {
    max-width: 100%;
    max-height: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
}