.tmq-question {
	display: none;
}

.tmq-question:first-of-type {
	display: block;
}

.tmq-back {
	display: none;
	border: 0;
	background: none;
	padding: 0;
	cursor: pointer;
	text-decoration: none !important;
	font-size: 14px !important;
	margin: 0;
}


/*
 * MONTH RANGE
 */

.tmq-month-picker {
	max-width: 700px;
	margin-top: 25px;
}

.tmq-month-slider-wrap {
	position: relative;
	height: 24px;
	margin: 10px 0 5px;
}

.tmq-month-track,
.tmq-month-range {
	position: absolute;
	height: 4px;
	top: 10px;
	left: 0;
	right: 0;
	border-radius: 4px;
}

.tmq-month-track {
	background: #d9d9d9;
}

.tmq-month-range {
	background: currentColor;
	z-index: 1;
}

.tmq-month-slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0;
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	pointer-events: none;
	z-index: 2;
}

.tmq-month-slider::-webkit-slider-runnable-track {
	height: 4px;
	background: transparent;
	border: 0;
}

.tmq-month-slider::-moz-range-track {
	height: 4px;
	background: transparent;
	border: 0;
}

.tmq-month-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	margin-top: -7px;
	border-radius: 50%;
	background: currentColor;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px currentColor;
	cursor: grab;
	pointer-events: auto;
}

.tmq-month-slider::-webkit-slider-thumb:active {
	cursor: grabbing;
}

.tmq-month-slider::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: currentColor;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px currentColor;
	cursor: grab;
}

.tmq-month-slider::-moz-range-thumb:active {
	cursor: grabbing;
}

.tmq-month-slider-start {
	z-index: 4;
}

.tmq-month-slider-end {
	z-index: 3;
}

.tmq-month-labels {
	display: flex;
	justify-content: space-between;
	font-size: 11px;
	line-height: 1;
	margin-top: 8px;
}

.tmq-month-labels span {
	white-space: nowrap;
}

.tmq-selected-month {
	font-size: 22px;
	font-weight: 600;
	margin-top: 24px;
}

.tmq-month-note {
	font-size: 14px;
	margin-top: 8px;
}

.tmq-next-month {
	margin-top: 15px;
	cursor: pointer;
}


/*
 * OPTIONS
 */

.tmq-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tmq-option {
	cursor: pointer;
	font-family: 'Space Grotesk', monospace !important;
	font-size: 14px !important;
	font-weight: normal !important;
}

.tmq-option.selected {
	font-weight: 600;
}


/*
 * RESULT
 */

.tmq-result[hidden] {
	display: none !important;
}

.tmq-result-inner {
	margin-top: 20px;
}

.tmq-result-label {
	margin-bottom: 15px;
}


/*
 * RESULT CARD
 */

.tmq-result-card {
	display: flex;
	width: 100%;
	max-width: 900px;
	border: 1px solid #dedede;
	background: #fff;
	overflow: hidden;

	color: #222 !important;
	text-decoration: none !important;

	cursor: pointer;
}

.tmq-result-card:link,
.tmq-result-card:visited,
.tmq-result-card:hover,
.tmq-result-card:active {
	color: #222 !important;
	text-decoration: none !important;
}

.tmq-result-card * {
	color: #222 !important;
}


/*
 * RESULT IMAGE
 */

.tmq-result-image-wrap {
	width: 42%;
	flex: 0 0 42%;
	min-height: 330px;
	background: #f2f2f2;
}

.tmq-result-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 290px;
	object-fit: cover;
	object-position: center;
}


/*
 * RESULT CONTENT
 */

.tmq-result-content {
	flex: 1;
	padding: 30px;
}


/*
 * SERIES
 */

.tmq-result-series {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-bottom: 6px;
}


/*
 * TITLE
 */

.tmq-result-title {
	margin: 0 0 12px;
	line-height: 1.1;
	color: #222 !important;
}


/*
 * PRICE
 */

.tmq-result-price {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #222 !important;
}


/*
 * DETAILS
 */

.tmq-result-details {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: 20px 0;
}

.tmq-result-detail {
	padding: 11px 0;
	border-bottom: 1px solid #e5e5e5;
}

.tmq-result-detail:last-child {
	border-bottom: 0;
}

.tmq-detail-label {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	opacity: 0.65;
	margin-bottom: 3px;
	color: #222 !important;
}

.tmq-detail-value {
	display: block;
	font-size: 14px;
	color: #222 !important;
}


/*
 * RESTART
 */

.tmq-restart {
	margin-top: 20px;
	cursor: pointer;
}


/*
 * MOBILE
 */

@media (max-width: 700px) {

	.tmq-result-card {
		display: block;
	}

	.tmq-result-image-wrap {
		width: 100%;
		min-height: 250px;
	}

	.tmq-result-image {
		min-height: 210px;
		max-height: 300px;
	}

	.tmq-result-content {
		padding: 22px;
	}

}


@media (max-width: 600px) {

	.tmq-month-picker {
		width: 100%;
	}

	.tmq-month-labels {
		font-size: 9px;
	}

	.tmq-selected-month {
		font-size: 20px;
	}

}