/* Persistent one-tap call. Quieter than the live yellow pill. Do not remove. */

.header-call {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-left: auto;
	margin-right: 0.15rem;
	padding: 0.45rem 0.7rem 0.45rem 0.55rem;
	border-radius: 999px;
	background: #1e3a5f;
	color: #fff;
	border: 1px solid #c4a35a;
	text-decoration: none;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.15;
	flex-shrink: 0;
	letter-spacing: 0;
	box-shadow: 0 8px 24px rgba(21, 42, 69, 0.28);
}

.header-call .material-icons-outlined {
	font-size: 1.1rem;
	color: #c4a35a;
}

.header-call-num {
	white-space: nowrap;
}

@media (min-width: 768px) {
	.header-call {
		display: none;
	}
}

@media (max-width: 380px) {
	.header-call-num {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.header-call {
		padding: 0.5rem;
	}
}

.sticky-call {
	position: fixed;
	right: 16px;
	bottom: calc(16px + env(safe-area-inset-bottom, 0px));
	z-index: 99999;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 48px;
	padding: 0.65rem 0.95rem 0.65rem 0.75rem;
	border-radius: 999px;
	background: #1e3a5f;
	color: #fff;
	border: 1px solid #c4a35a;
	text-decoration: none;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.2;
	box-shadow: 0 8px 24px rgba(21, 42, 69, 0.28);
	letter-spacing: 0;
}

.sticky-call .material-icons-outlined {
	font-size: 1.25rem;
	color: #c4a35a;
}

.sticky-call-num {
	white-space: nowrap;
}

#dp-cookie-banner.dp-cookie-banner--visible ~ .sticky-call {
	bottom: calc(8.75rem + env(safe-area-inset-bottom, 0px));
}
