/*
 * 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.
 */

@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;
	}
}
