/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Сheckout fastlane shipping
 *
 * Copyright (c) 2001-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */
.checkout_fastlane_shipping-details {
    margin-top: 20px;
    position: relative;

    .detail-header {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .detail-content {
        width: 90%;
        word-break: break-word;
    }

    .shipping-detail + .shipping-detail {
        margin-top: 20px;
    }
    
    address {
        margin-top: 20px;
    }
}
