.sku-quantity-discount-message {
    margin: 12px 0;
}

.sku-quantity-discount-message__tier {
    background: #f3f8ff;
    border: 1px solid #c9def7;
    border-radius: 4px;
    color: #1f4f82;
    margin-bottom: 8px;
    padding: 10px 12px;
}

.sku-quantity-discount-message__headline {
    font-size: 14px;
    font-weight: 600;
}

.sku-quantity-discount-message__general-note {
    color: #5a6b7d;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 4px;
}

.sku-quantity-discount-message__tier:last-of-type {
    margin-bottom: 0;
}
