.eh-of-section .eh-of-field-list {
	margin: 0;
	padding: 0;
}

.eh-of-field-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 6px 0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 13px;
}

.eh-of-field-row:last-child {
	border-bottom: none;
}

.eh-of-field-row dt {
	color: #777;
	font-weight: 500;
	flex-shrink: 0;
}

.eh-of-field-row dd {
	margin: 0;
	text-align: right;
	font-weight: 600;
	color: #222;
}

.eh-of-doc-buttons {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.eh-of-doc-label {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #aaa;
	margin: 0 0 2px;
}

.eh-of-doc-buttons .eh-btn {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	justify-content: center;
	width: 100%;
}
