.-m-cms-cont-cd-accordion2 .cd_checkboxes {
	margin-bottom:1.6em;
}

.-m-cms-cont-cd-accordion2 {
	& u2-accordion {
		gap:0;
		& h3.-handle.-video::after {
			content:'';
			display:inline-block;
			margin-left:10px;
			width:24px;
			height:12px;
			background:url(/qg/cms.layout.custom.6/pub/img/video.svg) center;
			background-size:cover;
		}

		&::part(trigger) {
			text-decoration:none;
			font-weight:bold;
			-webkit-tap-highlight-color: transparent;
			border-top:1px solid #e5e5e5;
			padding:.3em 0;
			background-color:transparent;
			background-image::url(/qg/cms.layout.custom.6/pub/img/open.svg);
			background-repeat:no-repeat;
			background-position:100% 50%;
			background-position:top 12px right 8px;
			background-size:24px 20px;
			position:relative;
			align-items:center;
		}
		&::part(icon) {
			color: var(--color);
			--size:1.8em;
		}
		&::part(content) {
			padding:0;
		}
	}
}

.-m-cms-cont-cd-accordion2 .cd_cols_2,
.-m-cms-cont-cd-accordion2 .cd_cols_3 {
	margin: 1em 0 2em 0;
}