.lp-pr-customer-files {
	background: #fff;
	border: 1px solid #e4ece8;
	border-radius: 18px;
	padding: 22px;
}

.lp-pr-customer-files h3 {
	margin: 0 0 6px;
}

.lp-pr-customer-files p {
	color: #6f7f79;
	margin: 0 0 18px;
}

.lp-pr-customer-file-list {
	display: grid;
	gap: 12px;
}

.lp-pr-customer-file {
	align-items: center;
	background: #f7faf8;
	border: 1px solid #e5ede8;
	border-radius: 16px;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 14px;
}

.lp-pr-customer-file strong,
.lp-pr-customer-file small {
	display: block;
}

.lp-pr-customer-file small {
	color: #6f7f79;
	margin-top: 3px;
}

.lp-pr-customer-file-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

@media (max-width: 640px) {
	.lp-pr-customer-file {
		align-items: stretch;
		flex-direction: column;
	}

	.lp-pr-customer-file-actions {
		justify-content: flex-start;
	}
}
