/* Stats Card Container */
.mtp-stats-card {
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    border-radius: 4px;
    margin-top: 20px;
}

.mtp-balance-section h2, 
.mtp-payout-section h2 {
    font-size: 14px;
    color: #1d2327;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #f0f0f1;
    padding-bottom: 10px;
    margin-bottom: 15px !important;
}

.mtp-balance-section p {
    margin: 8px 0;
    font-size: 13px;
    color: #50575e;
}

.mtp-balance-section strong {
    color: #2c3338;
}

/* Payout Section Highlight */
.mtp-payout-section {
    background-color: #f8f9fa;
    margin: -15px; /* Pulls it into the padding of the parent */
    padding: 15px;
    border-radius: 0 4px 4px 0;
}

.mtp-payout-section p strong {
    color: #2271b1; /* WordPress Blue */
    display: block;
}

/* Status Badges */
.mtp-status-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    background: #e5e5e5;
}

/* Button overrides for "Remove Key" */
.button-link-delete {
    color: #d63638 !important;
}
.button-link-delete:hover {
    color: #bc0b0d !important;
}