/**
 * Copyright © Inn. All rights reserved.
 * Inn_Base - Tier price block when moved below the quantity field
 */

.catalog-product-view .inn-tier-price-below-qty {
    display: block;
    width: 100%;
    margin-top: 16px;
}

/* When the moved block is the [data-role] container, the inner list keeps its
   own theme styling; just make sure there is no leftover top spacing clash. */
.catalog-product-view .inn-tier-price-below-qty.prices-tier,
.catalog-product-view .inn-tier-price-below-qty .prices-tier {
    margin-top: 0;
}
