/**
 * Super Duper Two-Factor Login – Users list column styles.
 *
 * Loaded only on the Users → All Users screen.
 *
 * @package SDTFA
 */

.column-sdtfa_status {
    width: 90px;
    text-align: center;
}

.sdtfa-col {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    line-height: 1;
}

.sdtfa-col .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.sdtfa-col-on {
    color: #117a37;
    font-weight: 600;
}

.sdtfa-col-off {
    color: #b32d2e;
}
