/* =====================================================
   Логотип «Гостиница Клевер»
   ===================================================== */

.klever-logo-title {
	display: inline-block !important;

	color: #3d3d3d !important;
	font-family: Andantino, Georgia, serif !important;
	font-size: clamp(34px, 3.2vw, 48px) !important;
	font-weight: 400 !important;
	line-height: 1.1 !important;

	text-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9),
		0 2px 4px rgba(183, 123, 0, 0.28) !important;

	letter-spacing: 0.01em !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}