/* Blok „Wyprawy organizacji” — front i podgląd w edytorze */

.she-org-block {
	margin: 1em 0;
}

.she-org-title {
	margin: 0 0 .5em;
}

.she-org-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.she-org-item {
	border: 1px solid #dcdcde;
	border-radius: 6px;
	margin: 0 0 8px;
	padding: 0;
}

.she-org-item summary {
	cursor: pointer;
	padding: 10px 14px;
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: baseline;
}

.she-org-item summary::-webkit-details-marker {
	display: none;
}

.she-org-term {
	color: #50575e;
	font-size: .9em;
	white-space: nowrap;
}

.she-org-details {
	padding: 0 14px 12px;
	border-top: 1px solid #f0f0f1;
}

.she-org-details p {
	margin: 8px 0 4px;
}

.she-org-parcels {
	margin: 4px 0 0 18px;
}

.she-org-locked {
	padding: 12px 14px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 6px;
}

.she-exp-map {
	width: 100%;
	height: 360px;
	margin: 10px 0;
	border: 1px solid #dcdcde;
	border-radius: 6px;
}

.she-org-sub {
	margin: 8px 0;
}

.she-org-sub > summary {
	cursor: pointer;
	font-weight: 600;
	margin: 6px 0;
}

.she-join-row {
	margin-top: 10px;
}

.she-join-btn {
	cursor: pointer;
}

/* Trwała etykieta numeru działki na mapie frontu. */
.she-parcel-label.leaflet-tooltip {
	background: transparent;
	border: none;
	box-shadow: none;
	color: #14532d;
	font-weight: 700;
	font-size: 12px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	padding: 0;
}

.she-parcel-label.leaflet-tooltip::before {
	display: none;
}

.she-hide-labels .she-parcel-label.leaflet-tooltip {
	display: none !important;
}

.she-org-block-preview {
	border: 1px dashed #c3c4c7;
	border-radius: 6px;
	padding: 12px 14px;
	background: #f6f7f7;
}

.she-zoom-info {
	background: #fff;
	padding: 2px 8px;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	color: #333;
	box-shadow: 0 1px 3px rgba( 0, 0, 0, .2 );
}
