/**
 * ArtistPro QBO Admin Styles
 *
 * @package ArtistPro_QBO
 * @since 1.0.0
 */

#artistpro-qbo-settings .card,
.wrap .card {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

#artistpro-qbo-settings .form-table th {
    width: 160px;
    padding: 15px 10px 15px 0;
}

#artistpro-qbo-settings .form-table td {
    padding: 10px;
}

#artistpro-qbo-settings code {
    background: #f0f0f1;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 13px;
}

/* Sync progress bar */
#qbo-sync-progress {
    padding: 5px 0;
}

#qbo-progress-bar {
    min-width: 2px;
}

#qbo-progress-message {
    color: #50575e;
    font-style: italic;
}

/* Status indicators */
.dashicons-yes-alt {
    vertical-align: middle;
    margin-right: 4px;
}

.dashicons-warning {
    vertical-align: middle;
    margin-right: 4px;
}

/* Widefat table tweaks inside cards */
.card .widefat {
    border: 1px solid #e0e0e0;
}

.card .widefat th,
.card .widefat td {
    padding: 8px 12px;
}
