/*LOCATIONS*/
.location-detail .wp-block-column .wp-block-button a{
	width: auto;
	display: inline-block;
}

.location-detail .wp-block-column h2 {
	margin-bottom: 10px;
}

.location-detail .wp-block-column>* {
	margin-block-start: 10px !important;
}
.post-25295 .wp-block-uagb-container.uagb-block-fe16f2e9::before{
	background: unset;
}
.post-25295 .wm-pattern-styles-wmx11-locations ul{
	margin: 0;
}
@media (max-width: 992px) {
	.location-detail {
		flex-direction: column;
	}

	.address-detail {
		display: flex;
		justify-content: center;
	}

	.address-detail .wp-block-columns {
		width: 30%;
		flex-direction: column;
		text-align: center;
		gap: 0;
	}
	.address-detail .wp-block-columns .wp-block-column .uagb-icon-wrapper{
		text-align: center;
	} 
	
	.address-detail .wmx-location-hours-table {
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.address-detail {
		flex-direction: column;
	}

	.address-detail .wp-block-columns {
		width: 100%;
	}

	.address-detail {
		text-align: center;
	}

	.address-detail .wp-container-core-columns-is-layout-34eb0de6 {
		gap: 0;
	}

	.address-detail .get-directions .wp-block-button {
		display: flex;
		justify-content: center;
	}

	.location-detail .wp-block-column .wp-block-button a {
		width: 50%;
	}
}