.woocommerce-MyAccount-content .col2-set {
	display: flex;
	flex-direction: column;
	gap: 3em;
}

.woocommerce-MyAccount-content .col2-set :where(.col-1, .col-2) {
	float: initial !important;
	width: 100% !important;
}

.woocommerce-MyAccount-content .col2-set :where(.col-1, .col-2) .woocommerce-Address-title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5em 0;
}

.woocommerce-MyAccount-content .col2-set :where(.col-1, .col-2) .woocommerce-Address-title h2 {
	margin-right: 2em;
}

.woocommerce-MyAccount-content .col2-set :where(.col-1, .col-2) .woocommerce-Address-title .edit {
	margin-left: auto;
	width: auto !important;
}

.woocommerce-MyAccount-content .col2-set :where(.col-1, .col-2) address {
	font-sty;e: normal;
}

.woocommerce-MyAccount-content .shipping_addresses {
	margin-top: 1em;
}

.woocommerce-MyAccount-content .shipping_address_buttons button {
	padding: 0.5em 1em !important;
	font-size: 0.85em !important;
}



.woocommerce-EditAccountForm.edit-account > :nth-child(1) {
	width: 100% !important;
}

.woocommerce-EditAccountForm.edit-account > :nth-child(2) {
	display: none !important;
}


.woocommerce-column--billing-address {
	display: none !important;
}

