/* TOPSTONE — Казпочта: пикер пункта выдачи. */

#ts-kazpost-chosen {
	margin-top: 8px;
	color: #0a7d28;
	line-height: 1.35;
}

#ts-kz-open {
	cursor: pointer;
}

.ts-kz-modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .55);
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
}

.ts-kz-box {
	background: #fff;
	width: min(920px, 95vw);
	height: min(620px, 90vh);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .3);
}

.ts-kz-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
}

.ts-kz-close {
	cursor: pointer;
	font-size: 26px;
	line-height: 1;
	color: #888;
}
.ts-kz-close:hover { color: #222; }

.ts-kz-body {
	display: flex;
	flex: 1;
	min-height: 0;
}

#ts-kz-map {
	flex: 1;
	min-height: 300px;
}

#ts-kz-list {
	width: 330px;
	overflow-y: auto;
	border-left: 1px solid #eee;
}

.ts-kz-item {
	padding: 10px 14px;
	border-bottom: 1px solid #f0f0f0;
	cursor: pointer;
	font-size: 13px;
	line-height: 1.4;
}
.ts-kz-item:hover { background: #f6f9f6; }
.ts-kz-item .sch { color: #888; }

.ts-kz-msg {
	padding: 16px;
	color: #777;
}

@media (max-width: 640px) {
	.ts-kz-body { flex-direction: column; }
	#ts-kz-list {
		width: auto;
		border-left: none;
		border-top: 1px solid #eee;
		max-height: 42vh;
	}
	#ts-kz-map { min-height: 240px; }
}
