#csection {
	padding-top: 3em;
}
.csection-cells {
	
}
.csection-cells > * {
	
}
.csection-cells .cell {
	margin-bottom: 3em;
}
@media only screen and (max-width: 640px) {
	#csection {
		padding-top: var(--share-smp-space);
	}
	.csection-cells .cell {
		margin-bottom: var(--share-smp-space);
	}
}

/*cat: hgroup*/
.csection-cells [data-type="hgroup"] {
	margin-bottom: 1em;
	padding-left: 1em;
	border-left: solid 8px #000;
}
	.csection-cells [data-type="hgroup"] .ti-primary {
		font-size: 1.5em;
		line-height: 1.0em;
		font-weight: 500;
		margin-bottom: 0;
	}
	.csection-cells [data-type="hgroup"] .ti-secondary {
		font-size: 1.0em;
		line-height: 1.0em;
		font-weight: 400;
		padding-top: 1em;
		padding-bottom: 0.2em;
		margin-bottom: 0;
		opacity: 0.6;
	}
	@media only screen and (max-width: 640px) {
		.csection-cells [data-type="hgroup"] .ti-primary {
			line-height: 1.4em;
			font-size: 5vw;
		}
		.csection-cells [data-type="hgroup"] .ti-secondary {
			line-height: 1.4em;
			font-size: 3vw;
		}
	}

.csection-cells [data-type="hgroup"] {
	padding-left: 1em;
	border-left: solid 8px #000;
	margin-bottom: 1.6em;
	text-align: start;
}
.csection-cells [data-type="hgroup"][data-align="center"] {
	text-align: center;
}
.csection-cells [data-type="hgroup"][data-align="end"] {
	text-align: end;
}

/*cat: text*/
.csection-cells [data-type="text"] {
	text-align: start;
}
.csection-cells [data-type="text"][data-align="center"] {
	text-align: center;
}
.csection-cells [data-type="text"][data-align="end"] {
	text-align: end;
}

/*cat: image*/
.csection-cells figure {
	position: relative;
	z-index: 0;
}
.csection-cells figure a.cover {
	display: block;
	position: relative;
	z-index: 0;
}
	@media only screen and (min-width: 800px){
		.csection-cells figure a.cover:hover::before {
			position: absolute;
			z-index: 5;
			content: "";
			display: block;
			right: 1.2em;
			bottom: 1.2em;
			width: 1.2em;
			height: 0.9em;
			border: solid 1px rgba(255, 255, 255, 0.8);
			background-color: rgba(0, 0, 0, 0.31);
			background-image: url(../../../share/im/mrk_focus-line-wh.svg);
			background-size: 80% auto;
			background-repeat: no-repeat;
			background-position: center center;
			box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
		}
	}
.csection-cells [data-type="image"] .cover {
	text-align: center;
}
.csection-cells [data-type="image"] .cover > img {
	
}
.csection-cells [data-type="imset-A"] .content {
	font-size: 0.92em;
}
.csection-cells [data-type="imset-A"] figure {
	width: 40%;
	margin-left: 1.4em;
	margin-top: 0.4em;
	margin-bottom: 1.0em;
	display: inline-block;
	text-align: center;
	float: right;
}
.csection-cells [data-type="imset-A"][data-float="left"] figure {
	margin-left: 0em;
	margin-right: 1.4em;
	float: left;
}
	.csection-cells [data-type="imset-A"] figure img {
		max-width: 100%;
		height: auto;
	}

.csection-cells [data-isfullwideimage="false"] .cover {
	background-color: #f1f1f1;
	/* border: solid 0px #fff; */
	/* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12); */
	border-radius: 0.3em;
	padding: 0.6em 0;
	pointer-events: none;
	cursor: default;
}
.csection-cells figure a.mrk-drop {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
	.csection-cells figure a.mrk-drop > * {
		display: none;
		visibility: hidden;
	}
.csection-cells figure a.csec-dl {
	z-index: 10;
	width: 2em;
	height: 2em;
	top: 1em;
	right: 1em;
}
	.csection-cells figure a.csec-dl.mrk-drop::before {
		background-image: url(/share/im/mrk_download-b-wh.svg);
	}

/*cat: youtube*/
.csection-cells [data-type="youtube"] {
	position: relative;
	z-index: 0;
	background-color: #000;
	border: solid 7px #000;
	border-top-width: 2em;
	border-bottom-width: 2em;
}
	.csection-cells [data-type="youtube"]::before {
		content: "";
		display: block;
		padding-top: 62%;
		z-index: 0;
	}
	.csection-cells [data-type="youtube"] iframe {
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border: none;
	}

/*cat: gmap*/
.csection-cells [data-type="gmap"] {
	position: relative;
	z-index: 0;
	border: solid 1px #eee;
}
	.csection-cells [data-type="gmap"]::before {
		content: "";
		display: block;
		padding-top: 50%;
		z-index: 0;
	}
	.csection-cells [data-type="gmap"] iframe {
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border: none;
	}
	
/*cat: acord-text*/
.csection-cells [data-type="acord-text"] {
	
}
.csection-cells [data-type="acord-text"] summary {
	font-size: 1.04em;
	font-weight: 500;
}
.csection-cells [data-type="acord-text"][open] summary {
	border-bottom: solid 3px #000;
	padding-bottom: 1em;
}
.csection-cells [data-type="acord-text"] .content {
	margin-top: 0;
	border: solid 1px #f6f6f6;
	background-color: #fafafa;
	padding: 0.7em 1em;
}
	
/*cat: misc*/
.csection-cells hr[data-type="hr"] {
	display: block;
	border: none;
	height: 2px;
	background-color: #f0f0f0;
	margin-top: 4em;
	margin-bottom: 4em;
}
