.lpw-assembly-summary-box {
	clear: both;
	margin: 18px 0;
	padding: 16px;
	border: 1px solid #d9e8d2;
	border-radius: 8px;
	background: #f9fff6;
}

.lpw-assembly-summary-box h3,
.lpw-assembly-tab-content h2 {
	margin-top: 0;
}

.lpw-assembly-file-list,
.lpw-assembly-video-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lpw-assembly-file-list + .lpw-assembly-video-list,
.lpw-assembly-video-list + .lpw-assembly-file-list {
	margin-top: 10px;
}

.lpw-assembly-file-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 10px;
	padding: 12px;
	border: 1px solid #e5e5e5;
	border-radius: 7px;
	background: #fff;
}

.lpw-assembly-file-item:last-child {
	margin-bottom: 0;
}

.lpw-assembly-file-main {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.lpw-assembly-file-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	padding: 6px 7px;
	border-radius: 4px;
	background: #24890d;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.lpw-assembly-file-text {
	display: block;
	min-width: 0;
}

.lpw-assembly-file-text strong {
	display: block;
}

.lpw-assembly-file-text small {
	display: block;
	margin-top: 2px;
	color: #666;
}

.lpw-assembly-file-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.woocommerce div.product .lpw-assembly-button.button {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	line-height: 1.2;
}

@media (max-width: 600px) {
	.lpw-assembly-file-item {
		align-items: flex-start;
		flex-direction: column;
	}

	.lpw-assembly-file-actions {
		justify-content: flex-start;
		width: 100%;
	}
}
