.pdfdm-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 24px 28px;
	margin: 24px 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	font-family: -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
}
.pdfdm-card-excerpt {
	color: #444;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 18px;
}
.pdfdm-card-excerpt p:last-child {
	margin-bottom: 0;
}
.pdfdm-buttons {
	display: flex;
	gap: 10px;
	margin: 0;
	font-family: -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
}
.pdfdm-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 18px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.4;
	border: 1px solid #1e3a5f;
	transition: background .15s ease, color .15s ease;
}
.pdfdm-btn-outline {
	background: #fff;
	color: #1e3a5f;
}
.pdfdm-btn-outline:hover {
	background: #1e3a5f;
	color: #fff;
}
.pdfdm-btn-solid {
	background: #1e3a5f;
	color: #fff;
}
.pdfdm-btn-solid:hover {
	background: #16304d;
	color: #fff;
}
.pdfdm-icon {
	font-size: 14px;
	line-height: 1;
}
