.bonus-pdf-section {
    margin: 20px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.bonus-pdf-info {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.info-card {
    flex: 1;
    padding: 15px;
    background: white;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.info-card h4 {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #666;
}

.info-card .amount {
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
    margin: 0;
}

.info-card .amount-available {
    font-size: 28px;
    font-weight: bold;
    color: #27ae60;
    margin: 0;
}

.info-card .rate {
    font-size: 16px;
    color: #7f8c8d;
    margin: 10px 0 0 0;
}

.breakdown small {
    color: #7f8c8d;
    font-size: 12px;
    line-height: 1.4;
}

.bonus-pdf-history {
    margin-top: 20px;
}

.history-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 6px;
    overflow: hidden;
}

.history-table th,
.history-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.history-table th {
    background: #34495e;
    color: white;
    font-weight: 500;
}
.calculation-info {
    background: #e8f4fd;
    padding: 15px;
    border-radius: 6px;
    margin: 15px 0;
    border-left: 4px solid #3498db;
}

.calculation-info h4 {
    margin: 0 0 10px 0;
    color: #2c3e50;
}

.calculation-info ul {
    margin: 0;
    padding-left: 20px;
}

.calculation-info li {
    margin-bottom: 5px;
    color: #34495e;
}

.status-current {
    background: #27ae60;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
}

.status-past {
    background: #95a5a6;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
}
.monthly-breakdown {
    margin-top: 20px;
}

.breakdown-table {
    width: 100%;
    border-collapse: collapse;
}

.breakdown-table th {
    background: #34495e;
    color: white;
    padding: 12px;
    text-align: left;
}

.breakdown-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.breakdown-table tr:hover {
    background: #f8f9fa;
}

.doctor-info-cards {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    flex-wrap: wrap;
}

.doctor-info-cards .info-card {
    flex: 1;
    min-width: 200px;
    padding: 15px;
    background: white;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.doctor-info-cards .info-card h4 {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #666;
}

.doctor-info-cards .info-card p {
    margin: 0;
    font-size: 16px;
    color: #2c3e50;
}

.doctor-info-cards .doctor-name {

    font-size: 18px;
}

.doctor-info-cards .bonus-total {
    font-weight: bold;
    color: #27ae60;
    font-size: 20px;
}
