.tts-promo.tts-demo {
	top: auto;
	bottom: 10px;
	color: #1e3a8a;
	background: #dbeafe;
}

.tts-ad-mobile_sticky {
	display: none;
}

.tts-hide-services [data-profile-tab="services"],
.tts-hide-services [data-profile-panel="services"],
.tts-hide-facilities [data-profile-tab="facilities"],
.tts-hide-facilities [data-profile-panel="facilities"],
.tts-hide-reviews [data-profile-tab="reviews"],
.tts-hide-reviews [data-profile-panel="reviews"],
.tts-hide-location [data-profile-tab="location"],
.tts-hide-location [data-profile-panel="location"] {
	display: none;
}

@media (max-width: 760px) {
	.tts-ad-mobile_sticky {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 64px;
		z-index: 90;
		margin: 0;
		padding: 3px;
		background: #fff;
		box-shadow: 0 -4px 12px rgba(15, 42, 74, .12);
	}

	.tts-ad-mobile_sticky img {
		max-height: 100px;
	}
}

.tts-map-frame {
	display: block;
	width: 100%;
	height: 360px;
	border: 0;
	border-radius: 14px;
	margin-top: 18px;
}

.tts-profile-wrap .tts-profile-tabs button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #0f2a4a !important;
	background: #f8fafc !important;
	border: 1px solid #dbe4ef !important;
	font-weight: 700;
	opacity: 1 !important;
	cursor: pointer;
}

.tts-profile-wrap .tts-profile-tabs button:hover,
.tts-profile-wrap .tts-profile-tabs button:focus-visible {
	color: #1d4ed8 !important;
	background: #eff6ff !important;
	border-color: #93c5fd !important;
}

.tts-profile-wrap .tts-profile-tabs button[aria-selected="true"] {
	color: #fff !important;
	background: var(--tts-primary) !important;
	border-color: var(--tts-primary) !important;
}
