.crp-wrap {
	margin: 18px 0;
	width: 100%;
}

.crp-accordion {
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.crp-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 14px 16px;
	background: #f7f7f7 !important;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	text-align: left;
	color: #333 !important;
	text-decoration: none;
}

.crp-toggle:hover,
.crp-toggle:focus,
.crp-toggle:active {
	background: #f0f0f0 !important;
	color: #333 !important;
	box-shadow: none;
	outline: none;
}

.crp-toggle-icon {
	flex: 0 0 auto;
	width: 12px;
	height: 12px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform .2s ease;
	margin-top: -4px;
}

.crp-toggle[aria-expanded="true"] .crp-toggle-icon {
	transform: rotate(-135deg);
	margin-top: 2px;
}

.crp-panel {
	padding: 0 16px;
}

.crp-panel[hidden] {
	display: none;
}

.crp-panel-inner {
	padding: 4px 0 16px;
	font-size: 14px;
	line-height: 1.6;
}

.crp-panel-inner p:first-child {
	margin-top: 0;
}

.crp-panel-inner p:last-child {
	margin-bottom: 0;
}

.crp-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.5;
	cursor: pointer;
}

.crp-checkbox input[type="checkbox"] {
	margin-top: 3px;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.crp-checkbox .required {
	color: #e2401c;
	border: 0;
	text-decoration: none;
}
