/* Harding Tech Functionality - frontend styles */

.htf-currency-code {
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #555;
	vertical-align: middle;
}

.htf-quote-form .form-row {
	margin-bottom: 12px;
}

.htf-quote-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.htf-quote-form input,
.htf-quote-form textarea {
	width: 100%;
}

.htf-field-list {
	margin: 0;
	padding-left: 20px;
}

.htf-license-notice {
	padding: 1em;
}

.htf-license-agree-form {
	margin-top: 10px;
}

.htf-documents-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.htf-documents-list li {
	margin-bottom: 8px;
}

.htf-product-data-table {
	width: 100%;
	border-collapse: collapse;
}

.htf-product-data-table th,
.htf-product-data-table td {
	border: 1px solid #ddd;
	padding: 6px 10px;
	text-align: left;
}
