.wfmp-measurement-wrapper {
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.wfmp-roll-info {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.wfmp-input-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.wfmp-input-field {
    display: flex;
    align-items: center;
    max-width: 200px;
}

.wfmp-input-field input[type="number"] {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 4px 0 0 4px;
    margin: 0 !important;
    height: 44px; /* Altezza tipica pulsanti Rey */
}

.wfmp-input-field .wfmp-unit {
    background-color: #eee;
    padding: 0 15px;
    height: 44px;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    font-weight: 600;
    color: #555;
}

.wfmp-help-text {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #777;
}

.wfmp-live-price-wrapper {
    margin-top: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    border-left: 4px solid #333; /* Colore scuro stile Rey */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wfmp-live-price-label {
    font-weight: 600;
    font-size: 15px;
}

.wfmp-live-price-amount {
    font-size: 24px;
    font-weight: 700;
    color: #111;
}

/* Nascondiamo di default il selettore quantità di Woo solo se il nostro wrapper è attivo (lo fa il JS, ma come fallback) */
.wfmp-measurement-wrapper ~ .quantity {
    display: none !important;
}