/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_ShippingCost
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mpshippingcost-rates.opc-wrapper {
    width: auto;
    padding: 0;
    margin-bottom: 0;
    position: unset;
    float: unset;
}

.mpshippingcost-rates.opc-wrapper > .step-content,
.modal-content .mpshippingcost-form .fieldset:last-child,
.product.data.items .mpshippingcost-fieldset.fieldset:last-child,
.mpshippingcost-rates > .step-title {
    margin-bottom: 0;
}

.mpshippingcost-block > .step-title {
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 2.6rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.mpshippingcost-address,
.mpshippingcost-fieldset,
.mpshippingcost-block .step-description,
.mpshippingcost-form > .messages {
    margin-bottom: 20px;
}

.mpshippingcost-address > .step-title {
    font-weight: 600;
}

table.table-checkout-shipping-method {
    min-width: unset;
    width: 100%;
}

.table-checkout-shipping-method tbody tr td.col-more,
.table-checkout-shipping-method.first-rate tbody tr td {
    padding-top: 0;
}

.table-checkout-shipping-method.first-rate tbody tr td.col-first-rate {
    width: auto;
}
