
.wc-aov-progress-container {
    font-family: inherit;
}

.wc-aov-progress-container * {
    box-sizing: border-box;
}

.progress-tiers {
    position: relative;
}

.progress-tiers::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    height: 2px;
    background: #ddd;
    z-index: 1;
}

.tier-point {
    position: relative;
    z-index: 2;
}

.tier-icon {
    transition: all 0.3s ease;
}

.tier-info {
    transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
    .wc-aov-progress-container {
        padding: 15px;
        margin: 15px 0;
    }
    
    .tier-info {
        font-size: 10px !important;
    }
    
    .tier-icon {
        width: 25px !important;
        height: 25px !important;
        font-size: 12px;
    }
}
