@import "style-dynamic.css";

/* Grid columns + gap: question_setting_grid_column / question_setting_grid_gap in style-dynamic */
.module-question .question-items {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* Dohne-style toggle layout (_style-template-toggle.scss) */
.module-question .toggle-item {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px 15px;
	overflow: hidden;
	text-align: left;
}

.module-question .toggle-title {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	cursor: pointer;
	border: 0;
	background: transparent;
	font: inherit;
	color: inherit;
	text-align: left;
	box-sizing: border-box;
}

.module-question .toggle-title:hover,
.module-question .toggle-title:focus-visible {
	/* outline: 2px solid currentColor;
	outline-offset: 2px; */
}

.module-question .toggle-label {
	margin-bottom: 5px;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.module-question .toggle-icon {
	display: table-cell;
	line-height: inherit;
	padding-left: 15px;
	vertical-align: middle;
	width: 1%;
	white-space: nowrap;
}

.module-question .toggle-description {
	height: 0;
	overflow: hidden;
	padding: 0;
	transition: height 0.5s ease;
}

.module-question .faq_answer,
.module-question .question-answer {
	margin: 0;
}

.module-question .question-answer :first-child {
	margin-top: 0;
}

.module-question .question-answer :last-child {
	margin-bottom: 0;
}
