.mad-dual-price {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mad-dual-price-row {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.mad-dual-price-label {
    font-size: 11px;
    color: #6b7280;
}

.mad-dual-price-normal del {
    font-size: 13px;
    color: #9ca3af;
    opacity: 1;
}

.mad-dual-price-rep .mad-dual-price-label {
    color: #b45309;
    font-weight: 600;
}

.mad-dual-price-rep ins {
    text-decoration: none;
    font-weight: 700;
    color: #111827;
}
