/**
 * Feature: Môj účet – firemné údaje
 * Verzia:  1.1.0
 * Umiestnenie: /custom-features/account/moj-ucet-firma.css
 */

.woocommerce-MyAccount-content {
	--zz-border: rgba(0, 0, 0, 0.12);
}

/* === FIREMNÁ SEKCIA === */
.woocommerce-MyAccount-content .zz-ucet-firma {
	margin-top: 50px;
	margin-bottom: 50px;
}

.woocommerce-MyAccount-content .zz-ucet-firma h2 {
	margin-bottom: 15px;
	font-family: "SeasonSansTRIAL-Regular", sans-serif;
	font-weight: 600;
	color: var(--awb-color6);
}

.woocommerce-MyAccount-content .zz-firma-polia {
	margin-top: 15px;
}

/* === ZMENA HESLA (z novej šablóny) === */
.woocommerce-MyAccount-content h2 {
	margin-top: 25px;
	margin-bottom: 15px;
	font-family: "SeasonSansTRIAL-Regular", sans-serif;
	font-weight: 600;
	color: var(--awb-color6);
}

.woocommerce-MyAccount-content .zz-zmena-hesla {
	margin-top: 15px;
	padding-bottom: 20px;
}

.woocommerce-MyAccount-content #b2bking_js_based_invalid_field {
	display: none !important;
}

@media only screen and (max-width: 640px) {

	.woocommerce-MyAccount-content {
		margin-left: 0 !important;
	}

}