/* Custom admin bar and update styles */
#wpadminbar .wpcv-admin-bar-item .ab-label {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 7px 0 0 2px;
    padding: 0 5px;
    min-width: 18px;
    height: 18px;
    border-radius: 100px;
    background-color: #d63638;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
}

span.update-plugins-button-count {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 13px 0 0 2px;
    padding: 0 5px;
    min-width: 18px;
    height: 18px;
    border-radius: 100px;
    background-color: #fff;
    color: #000;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
}

#wp-admin-bar-wpcv_admin_bar > a > span.ab-icon.dashicons-before.dashicons-shield-alt {
    margin-top: 1px;
}

/* Widefat table header */
.widefat thead {
    display: table-header-group;
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}

/* Button wrapper */
.button-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

/* Message style */
.message {
    color: #d63638;
    padding-right: 6px;
}
