.ccm-lab{
	--ccm-lab-accent: currentColor;
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 1px 2px rgba(0,0,0,.04);
  font-size: inherit;
  line-height: inherit;
}

.ccm-lab__title{
	margin: 0 0 10px 0;
	font-size: 1.25rem;
	line-height: 1.2;
}

.ccm-lab__short{
	margin: 0 0 14px 0;
	opacity: .92;
}

.ccm-lab__grid{
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

@media (min-width: 782px){
	.ccm-lab__grid{
		grid-template-columns: 1.1fr .9fr;
		gap: 18px;
	}
}

.ccm-lab__row{
	margin: 0 0 10px 0;
}

.ccm-lab__label{
	font-weight: 600;
	margin: 0 0 4px 0;
}

.ccm-lab__value{
	opacity: .95;
}

.ccm-lab__maps{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,.2);
	padding-bottom: 2px;
	color: var(--ccm-lab-accent);
}

.ccm-lab__maps:hover{
	border-bottom-color: currentColor;
}

.ccm-lab__map{
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.10);
	min-height: 220px;
	background: rgba(0,0,0,.03);
}

.ccm-lab__map iframe{
	width: 100%;
	height: 260px;
	border: 0;
	display: block;
}

.ccm-lab__map--placeholder{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	text-align: center;
}

.ccm-lab__placeholder a{
	color: var(--ccm-lab-accent);
	text-decoration: underline;
}

.ccm-lab__contact{
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px dashed rgba(0,0,0,.18);
}

/* Forțează textul din bloc să urmeze font-size-ul din Gutenberg, EXCEPTÂND titlul */
.ccm-lab *:not(.ccm-lab__title) {
  font-size: inherit;
  line-height: inherit;
}

