/* 030 «Почва и климат участка». Всё явно: у темы свои стили кнопок, ссылок, картинок и списков в .content. */
.ogplot {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 760px;
	margin: 20px 0;
	font-size: 16px;
	line-height: 1.45;
}

.ogplot [hidden] {
	display: none !important;
}

.ogplot p {
	margin: 0 0 10px;
	padding: 0;
}

/* Поиск */
.ogplot .ogplot-search {
	display: block;
	margin: 0 0 12px;
}

.ogplot .ogplot-label {
	display: block;
	margin: 0 0 6px;
	font-weight: 700;
}

.ogplot .ogplot-search-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}

.ogplot .ogplot-q {
	display: block;
	box-sizing: border-box;
	flex: 1 1 240px;
	min-width: 0;
	height: 44px;
	margin: 0;
	padding: 0 12px;
	border: 1px solid #b9c9ad;
	border-radius: 8px;
	background: #fff;
	color: #222;
	font-size: 16px;
}

.ogplot .ogplot-btn {
	display: inline-block;
	box-sizing: border-box;
	height: 44px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid #6a9a4f;
	border-radius: 8px;
	background: #fff;
	color: #2f5a1f;
	font-size: 16px;
	font-weight: 700;
	line-height: 42px;
	text-transform: none;
	box-shadow: none;
	cursor: pointer;
}

.ogplot .ogplot-btn--main {
	background: #6a9a4f;
	color: #fff;
}

.ogplot .ogplot-btn:disabled {
	opacity: 0.6;
	cursor: default;
}

.ogplot .ogplot-found {
	display: block;
	margin: 10px 0 0;
}

.ogplot .ogplot-place {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 6px;
	padding: 10px 12px;
	border: 1px solid #d9e4cf;
	border-radius: 8px;
	background: #f6f9f2;
	color: #222;
	font-size: 15px;
	line-height: 1.3;
	text-align: left;
	text-transform: none;
	cursor: pointer;
}

.ogplot .ogplot-place:hover,
.ogplot .ogplot-place:focus {
	border-color: #6a9a4f;
}

/* Карта. Тема задаёт картинкам рамки и отступы — плитки их не терпят. */
.ogplot .ogplot-map {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 380px;
	margin: 0 0 16px;
	border: 1px solid #d9e4cf;
	border-radius: 10px;
	background: #e8eee3;
	z-index: 0;
}

.ogplot .leaflet-container img,
.ogplot .leaflet-container svg {
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.ogplot .leaflet-container a {
	border: 0;
	text-decoration: none;
}

.ogplot .leaflet-control-attribution {
	font-size: 11px;
	line-height: 1.4;
}

/* Карточка */
.ogplot .ogplot-card {
	display: block;
	box-sizing: border-box;
	padding: 18px 20px;
	border: 1px solid #d9e4cf;
	border-radius: 10px;
	background: #f6f9f2;
}

.ogplot .ogplot-hint {
	display: block;
	margin: 0;
	color: #5b6b52;
}

.ogplot .ogplot-h {
	display: block;
	margin: 0 0 6px;
	padding: 0;
	font-size: 22px;
	line-height: 1.25;
}

.ogplot .ogplot-h3 {
	display: block;
	margin: 18px 0 8px;
	padding: 0;
	font-size: 18px;
	line-height: 1.3;
}

.ogplot .ogplot-region {
	display: block;
	color: #3d4a36;
}

.ogplot .ogplot-row {
	display: block;
}

.ogplot .ogplot-note {
	display: block;
	color: #5b6b52;
	font-size: 14px;
}

.ogplot .ogplot-more {
	display: block;
	margin: 0 0 6px;
	color: #2f6b1f;
	font-weight: 700;
}

.ogplot .ogplot-group {
	display: block;
	margin: 10px 0 6px;
	color: #3d4a36;
	font-weight: 700;
}

.ogplot .ogplot-crops {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 10px;
}

.ogplot .ogplot-crop {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #cddbc1;
	border-radius: 14px;
	background: #fff;
	color: #2c3a25;
	font-size: 15px;
	line-height: 1.3;
	text-decoration: none;
}

.ogplot a.ogplot-crop:hover,
.ogplot a.ogplot-crop:focus {
	border-color: #6a9a4f;
	color: #2f6b1f;
}

.ogplot .ogplot-save {
	display: block;
	margin: 10px 0 4px;
}

.ogplot .ogplot-btn--save {
	height: auto;
	min-height: 44px;
	padding: 8px 16px;
	line-height: 1.3;
	white-space: normal;
	text-align: left;
}

.ogplot .ogplot-save-msg {
	display: block;
	margin: 8px 0 0;
	font-weight: 700;
	color: #2f5a1f;
}

.ogplot .ogplot-src {
	display: block;
	margin: 14px 0 0;
	color: #6b7766;
	font-size: 13px;
}

@media (max-width: 600px) {
	.ogplot .ogplot-map {
		height: 300px;
	}

	.ogplot .ogplot-card {
		padding: 14px;
	}

	.ogplot .ogplot-btn {
		flex: 1 1 auto;
	}
}
