/* Dual phone: toll-free before main number (header + footer) */
.site-phones {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	align-items: flex-start;
}

.site-phones .the_phone--tollfree {
	font-weight: 700;
}

.site-footer__contact-link--tollfree {
	font-weight: 700;
}

.site-footer__legal-entity {
	flex: 1 1 100%;
	width: 100%;
	margin: 0.35rem 0 0;
	font-size: 0.75rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.72);
}

.site-footer__bar-main {
	flex: 1 1 auto;
	min-width: 0;
}

@media (min-width: 768px) {
	.site-footer__bar {
		align-items: flex-start;
	}
}
