
.collections-risk-green {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 10px;
    background-color: #27ae60;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

.collections-risk-yellow {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 10px;
    background-color: #f39c12;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

.collections-risk-red {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 10px;
    background-color: #e74c3c;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

.collections-risk-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle;
}

.collections-risk-dot.green { background-color: #27ae60; }
.collections-risk-dot.yellow { background-color: #f39c12; }
.collections-risk-dot.red { background-color: #e74c3c; }

.collections-stats-card {
    display: inline-block;
    padding: 15px 20px;
    margin: 5px;
    border-radius: 6px;
    text-align: center;
    min-width: 120px;
}

.collections-stats-card .number {
    font-size: 28px;
    font-weight: bold;
}

.collections-stats-card .label {
    font-size: 11px;
    text-transform: uppercase;
    opacity: 0.8;
}

.collections-stats-card.green { background-color: #d5f5e3; border-left: 4px solid #27ae60; }
.collections-stats-card.yellow { background-color: #fef5e7; border-left: 4px solid #f39c12; }
.collections-stats-card.red { background-color: #fdedec; border-left: 4px solid #e74c3c; }
.collections-stats-card.total { background-color: #eaf2f8; border-left: 4px solid #3498db; }
