.supplieshear-loyalty-dashboard {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #e9ecef;
}

.supplieshear-loyalty-dashboard h3 {
    margin-top: 0;
}

.supplieshear-loyalty-stats {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.supplieshear-loyalty-stats > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.supplieshear-loyalty-stat-label {
    margin-bottom: 5px;
    font-size: 0.9em;
    color: #6c757d;
}

.supplieshear-loyalty-stat-value {
    font-size: 1.5em;
    font-weight: bold;
}

.supplieshear-loyalty-stat-value.highlight {
    color: #007cba;
}

.supplieshear-loyalty-next-tier-value {
    font-weight: 500;
}

.supplieshear-loyalty-progress-bar {
    margin-top: 15px;
    background: #e9ecef;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.supplieshear-loyalty-progress-fill {
    background: #007cba;
    height: 100%;
}

.supplieshear-loyalty-progress-text {
    font-size: 0.85em;
    color: #6c757d;
    margin-top: 5px;
    text-align: right;
}
