<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.search-container {

}

.search-filters { width: 30%; }
.sidebar h5 { color:var(--blue);font-size:16px; }

.search-container {
	width: 70%;
}


.search-item { border-top:1px solid var(--lightblue);padding:20px 0;margin:10px 0; }
	.search-item:first-child { margin-top:0; }
	.search-child:last-item { margin-bottom:0; }
	.search-top { margin:0 0 10px;display:flex;align-items:center;justify-content:space-between; }
		.search-top h3 { margin:0;font-size:26px;text-transform:initial; }
				.search-top .brand a { display:block; }
			.search-top .brand img { display:block;max-height:35px; }
	.search-media { width:100%;max-width:200px; }
	.search-content { padding:0 20px; }
	.search-meta { width:100%;max-width:250px; }
		.travel-type { display:flex;align-items:center;position:relative;background:var(--lightorange);color:#fff;padding: 5px 10px 5px 44px;border-top-left-radius:50px;border-bottom-left-radius:50px;font-size:14px;height:34px;font-weight:700; }
			.travel-type span { background:rgba(0, 0, 0, 0.25);border-radius:50%;display:inline-block;width:34px;position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center; }
		.search-prices { margin: 10px 0;font-size:14px; }
			.search-prices p { margin:0;display:flex;align-items:center;justify-content:space-between; }
			.search-prices p .price { color:var(--red);font-size:18px;font-weight:700; }
			.search-prices .pp { color:var(--grey);font-size:14px; }
		.search-meta .orange-button,
		.search-meta .blue-button { width:100%;text-align:center;cursor:pointer; }*/
</pre></body></html>