/**
 * For the full copyright and license information, please view the
 * LICENSE.txt file that is bundled with this module.
 */
.eaddress-input-wrapper {
    max-width: 50%;
}

.eaddress-input-wrapper label,
.eaddress-input-wrapper input {
    display: block !important;
}

body#checkout .js-address-form .eaddress-liable-block {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

body#identity .eaddress-liable-block {
    margin-left: 0;
    margin-right: 0;
}

body#checkout:not(:has(.js-cancel-address)) .eaddress-liable-block {
    max-width: 524px;
}

@media (max-width: 767px) {
    .eaddress-input-wrapper {
        max-width: 100%;
    }
}
