.wma-frontend-banner {
	padding: 18px 22px;
	margin-bottom: 0;
}

.wma-frontend-banner h2 {
	margin: 0;
}

.wma-frontend-banner p {
	margin: 6px 0 0;
}

.wma-frontend-panel {
	border: 1px solid #dcdcde;
	border-top: 0;
	padding: 22px;
}

.wma-frontend-text {
	padding: 16px 18px;
	margin-bottom: 18px;
}

.wma-frontend-check {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 18px 0 22px;
}

.wma-frontend-check input {
	margin-top: 4px;
}

.wma-frontend-download {
	text-align: center;
	padding: 4px 0 8px;
	margin-bottom: 16px;
}

.wma-frontend-accordion {
	border: 1px solid #dcdcde;
	overflow: hidden;
}

.wma-frontend-accordion > summary {
	list-style: none;
	cursor: pointer;
	padding: 16px 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
}

.wma-frontend-accordion > summary::-webkit-details-marker {
	display: none;
}

.wma-frontend-accordion > summary::before {
	content: "+";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	flex: 0 0 1rem;
	font-weight: 700;
	line-height: 1;
}

.wma-frontend-accordion[open] > summary::before {
	content: "−";
}

.wma-frontend-accordion[open] > summary {
	border-bottom: 1px solid #dcdcde;
}

.wma-frontend-accordion__content {
	padding: 18px;
}

.wma-frontend-download__badge {
	display: inline-block;
	margin: 0 0 10px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.wma-frontend-download__thanks {
	margin: 0 0 12px;
}

.wma-frontend-download .button,
.wma-frontend-download .button-primary,
.wma-frontend-download .wp-element-button,
.wma-frontend-download .wma-frontend-download__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	margin: 0 auto;
	padding: 0 18px;
	min-height: 40px;
	text-decoration: none;
}

.wma-frontend-signed-agreement {
	margin-top: 22px;
	text-align: left;
}

.wma-frontend-signed-agreement h3 {
	margin: 0 0 12px;
}

.wma-frontend-actions .button {
	padding: 0 18px;
	height: 40px;
	line-height: 38px;
}
