/* Toonud transpordi info Päringu vormil rohkem esile */
#rqa_transport_row {
	background-color: #FFF4E8;
	border: 2px solid #FF6D01;
	border-radius: 6px;
	padding: 14px 16px;
	margin-top: 8px;
	margin-bottom: 18px;
}

#rqa_transport_row label {
	font-weight: 700;
	color: #32373c;
	display: block;
	margin-bottom: 4px;
	font-size: 15px;
}

#rqa_transport_row .rqa-transport-hint {
	display: block;
	font-weight: 400;
	font-size: 13px;
	color: #6a6f76;
	margin-bottom: 8px;
}

#rqa-transport {
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
}

.rqa-transport-choice-row {
	margin-bottom: 6px;
}

.rqa-transport-choice-row label {
	font-weight: 700;
	color: #32373c;
}

.rqa-transport-choice {
	display: flex;
	gap: 18px;
	margin-top: 6px;
}

.rqa-transport-choice-option {
	font-weight: 400 !important;
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}

.rqa-transport-choice-option input {
	width: auto;
	margin: 0;
}

.rqa-transport-info-preview {
	background-color: #F8FAFC;
	border: 1px solid #e2e6ea;
	border-left: 4px solid #FF6D01;
	border-radius: 6px;
	padding: 14px 16px;
	margin-top: 18px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.rqa-transport-info-preview h4 {
	margin: 0 0 6px;
	font-size: 15px;
	color: #32373c;
}

.rqa-transport-info-preview p {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.5;
	color: #55595e;
}

.rqa-transport-info-preview a {
	font-size: 13px;
	font-weight: 600;
	color: #FF6D01;
}


