.mfs-price-per-round-wrapper {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 0.95em;
    color: #555;
}

.mfs-price-per-round-wrapper.mfs-loop {
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 0.9em;
}

.mfs-price-per-round {
    font-weight: 600;
    color: #c78b2a;
}

.mfs-round-count-info {
    font-size: 0.9em;
    color: #777;
    font-style: italic;
}

.woocommerce ul.products li.product .mfs-price-per-round-wrapper {
    text-align: center;
}

.single-product .mfs-price-per-round-wrapper {
    clear: both;
    display: block;
}

@media (max-width: 768px) {
    .mfs-price-per-round-wrapper {
        font-size: 0.9em;
    }
    
    .mfs-price-per-round-wrapper.mfs-loop {
        font-size: 0.85em;
    }
}