.doctors-map {
	width: 100%;
	max-width: 100%;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(6, 58, 6, 0.12);
	background: #f5f7f5;
}

.doctors-map-notice {
	padding: 12px 16px;
	border-left: 4px solid #2271b1;
	background: #f0f6fc;
	color: #2c3338;
	font-size: 14px;
}

.doctors-map-label {
	position: absolute;
	transform: translate(-50%, calc(-100% - 52px));
	z-index: 2;
	pointer-events: none;
	max-width: min(280px, calc(100vw - 48px));
}

.doctors-map-label__card {
	position: relative;
	display: inline-block;
	background: #ffffff;
	border-radius: 12px;
	padding: 12px 18px 14px;
	box-shadow:
		0 10px 28px rgba(6, 58, 6, 0.16),
		0 2px 8px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(6, 58, 6, 0.1);
	overflow: hidden;
}

.doctors-map-label__card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--doctors-map-accent, #063a06);
}

.doctors-map-label__text {
	display: block;
	margin: 0;
	padding-top: 2px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	color: var(--doctors-map-accent, #063a06);
	text-align: center;
	font-family: inherit;
	word-break: break-word;
}

.doctors-map-label__arrow {
	position: absolute;
	left: 50%;
	bottom: -7px;
	transform: translateX(-50%) rotate(45deg);
	width: 14px;
	height: 14px;
	background: #ffffff;
	border-right: 1px solid rgba(6, 58, 6, 0.1);
	border-bottom: 1px solid rgba(6, 58, 6, 0.1);
	box-shadow: 3px 3px 6px rgba(6, 58, 6, 0.08);
}
