/*
 * Mobile: center “Partner With Us” (auto-detected in .bt-site-footer) and visually
 * isolate it above the rest of the footer column. Desktop keeps normal alignment.
 *
 * Footer / contact address icons: break long comma-separated addresses onto separate lines
 * from the existing CMS text (no hardcoded address copy).
 */

.bt-site-footer .mitocon-footer-address-line,
body.page-contact .mitocon-footer-address-line {
	display: block;
}

/* Bold Builder icons use flex row nowrap; allow the address text to wrap instead of clipping. */
.bt-site-footer .mitocon-footer-address-icon.bt_bb_icon,
body.page-contact .mitocon-footer-address-icon.bt_bb_icon {
	display: block;
	max-width: 100%;
	width: 100%;
}

.bt-site-footer .mitocon-footer-address-icon .bt_bb_icon_holder,
body.page-contact .mitocon-footer-address-icon .bt_bb_icon_holder {
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 100%;
	overflow: visible;
}

.bt-site-footer .mitocon-footer-address-icon .bt_bb_icon_holder > span,
body.page-contact .mitocon-footer-address-icon .bt_bb_icon_holder > span {
	min-width: 0;
	flex: 1 1 0;
	max-width: 100%;
	overflow: visible;
	overflow-wrap: break-word;
}

@media (max-width: 782px) {
	.bt-site-footer .mitocon-footer-partner-column-inner {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.bt-site-footer .mitocon-footer-partner-anchor-host {
		order: -1;
		align-self: stretch;
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center !important;
		align-items: center !important;
		text-align: center !important;
		margin: 0 0 1rem;
		padding: 0 0.75rem 1rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	}

	.bt-site-footer .mitocon-footer-partner-anchor-host .bt_bb_button,
	.bt-site-footer .mitocon-footer-partner-anchor-host .bt_bb_button_link,
	.bt-site-footer .mitocon-footer-partner-anchor-host a {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media (min-width: 783px) {
	.bt-site-footer .mitocon-footer-partner-anchor-host {
		order: 0 !important;
		width: auto !important;
		max-width: none;
		margin: 0 !important;
		padding: 0 !important;
		border-bottom: none !important;
		display: revert !important;
		justify-content: revert !important;
		text-align: revert !important;
	}

	.bt-site-footer .mitocon-footer-partner-anchor-host .bt_bb_button,
	.bt-site-footer .mitocon-footer-partner-anchor-host .bt_bb_button_link,
	.bt-site-footer .mitocon-footer-partner-anchor-host a {
		margin-left: revert !important;
		margin-right: revert !important;
	}

	.bt-site-footer .mitocon-footer-partner-column-inner {
		display: revert !important;
		flex-direction: revert !important;
		align-items: revert !important;
	}
}
