/* Targeted Hide for Twenty-One Template SSL Icons */
.ssl-status, 
.ssl-status-icon,
.fa-shield-check,
.fa-shield-exclamation,
.fa-lock,
.fa-unlock,
[data-column-name="ssl-status"],
[data-column-name="sslStatus"] {
    display: none !important;
}

/* Hide the column header and cell by index if needed */
/* This targets the standard 5th column in the domains table */
#tableDomainsList thead th:nth-child(5),
#tableDomainsList tbody td:nth-child(5) {
    display: none !important;
}