/* Dashboard Card Styling */
.dashboard-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 20px;
    margin-bottom: 20px;
    border-left: 4px solid #E53E3E;
}

.commission-alert .alert-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background: #FDEAEA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-circle .dashicons {
    font-size: 24px;
    color: #C53030;
}

.alert-title {
    color: #C53030;
    margin: 0;
    font-weight: 600;
}

.alert-subtitle {
    color: #666;
    margin: 0;
    font-size: 14px;
}

.alert-body .warning-box {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #C05621;
    font-weight: 600;
    margin-bottom: 10px;
}

.alert-body .dashicons-warning {
    color: #ED8936;
    font-size: 18px;
}

.alert-text {
    color: #444;
    line-height: 1.5;
}

.highlight-amount {
    color: #ED8936;
    font-weight: 600;
}
