.ft-dwe-downloads {
	display: grid;
	gap: 18px;
	width: 100%;
}

.ft-dwe-download-product {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 0;
	overflow: hidden;
}

.ft-dwe-download-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 100px;
	padding: 10px 18px;
	cursor: pointer;
	list-style: none;
}

.ft-dwe-download-summary::-webkit-details-marker {
	display: none;
}

.ft-dwe-download-product-main {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.ft-dwe-download-thumb {
	width: 80px;
	height: 80px;
	flex: 0 0 80px;
	object-fit: cover;
	border-radius: 6px;
	background: #f2f2f2;
}

.ft-dwe-download-product-title {
	font-size: 15px;
	line-height: 1.9;
	font-weight: 500;
	color: inherit;
}

.ft-dwe-chevron {
	width: 10px;
	height: 10px;
	flex: 0 0 10px;
	border-inline-start: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(-45deg);
	transition: transform .18s ease;
	margin-inline: 8px 4px;
}

.ft-dwe-download-product[open] .ft-dwe-chevron {
	transform: rotate(135deg);
}

.ft-dwe-download-files {
	padding: 0 10px 12px;
}

.ft-dwe-download-files-label {
	padding: 12px 10px 8px;
	border-top: 1px solid #ececec;
	color: #777;
	font-size: 12px;
	text-align: center;
}

.ft-dwe-download-file-row {
	display: flex;
	justify-content: center;
	padding: 8px 10px 14px;
	border-top: 1px solid #ececec;
}

.ft-dwe-download-button,
.ft-dwe-download-button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 6px 18px;
	border-radius: 10px;
	background: #078b0a;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	text-decoration: none;
}

.ft-dwe-download-button:hover,
.ft-dwe-download-button:focus {
	background: #067708;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 549px) {
	.ft-dwe-downloads {
		gap: 12px;
	}

	.ft-dwe-download-summary {
		min-height: 86px;
		padding: 8px 12px;
		gap: 10px;
	}

	.ft-dwe-download-product-main {
		gap: 10px;
	}

	.ft-dwe-download-thumb {
		width: 66px;
		height: 66px;
		flex-basis: 66px;
	}

	.ft-dwe-download-product-title {
		font-size: 14px;
	}
}
