.yoaa-sms-options {
    padding: 0 10px !important;
}

.yoaa-sms-options-first {
    padding-bottom: 6px !important;
}

#verified {
    width: 2ch;
}

.column-label, .column-slug {
    width: 12% !important;
}

.column-icon {
    width: 22%;
}
.column-content {
    width: 32%;
}
.column-order {
    width: 7%;
}

.column-visible {
    width: 6.5ch !important;
}

.column-remove {
    width: 2ch;
}

/* Premium */
.premium-upgrade, .premium-upgrade th, .premium-upgrade .description {
    color: #aaaaaa !important;
}

.premium-label {
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    background-color: #d63638;
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 5px;
}
.premium-label::before{
    font-family: 'dashicons';
    content: "\f160";
    margin-right: 4px;
}

.premium-label:hover {
    color: #ffffff;
    background-color: rgb(26, 156, 26);
}

.premium-label:hover::before {
    content: "\f528";
}