/* ERTECH Role-Based Pricing — Frontend Styles */

/* Role badge */
.erp-role-badge {
    background: #f0f7ff;
    border: 1px solid #c3daf5;
    border-radius: 4px;
    padding: 8px 14px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #1a5276;
}

/* Pricing table */
.erp-pricing-table {
    margin: 15px 0 20px;
}
.erp-pricing-table h4 {
    font-size: 15px;
    margin-bottom: 8px;
}
.erp-pricing-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.erp-pricing-table th,
.erp-pricing-table td {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    text-align: left;
}
.erp-pricing-table thead th {
    background: #f5f5f5;
    font-weight: 600;
}
.erp-pricing-table tbody tr:nth-child(even) {
    background: #fafafa;
}
