.fspa-attachments {
	margin: 18px 0 0;
	width: 100%;
}

.fspa-attachments h2 {
	color: #212f3d;
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 8px;
}

.fspa-files {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fspa-file-item {
	border-bottom: 1px solid #e8e8e8;
	padding: 9px 0;
}

.fspa-file-item:last-child {
	border-bottom: 0;
}

.fspa-file-title {
	color: #212f3d;
	display: block;
	font-weight: 600;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.fspa-file-link {
	align-items: center;
	color: #ff7202;
	display: inline-flex;
	gap: 6px;
	margin-top: 3px;
	text-decoration: none;
}

.fspa-file-link:hover,
.fspa-file-link:focus {
	color: #ff7202;
	text-decoration: underline;
}

.fspa-file-icon {
	color: #ff7202;
	display: inline-flex;
}

.fspa-file-size {
	color: #ff7202;
}

@media (max-width: 480px) {
	.fspa-file-link {
		flex-wrap: wrap;
	}
}
