/* Competitive UX — aligned to theme (html font-size: 10px → 1rem = 10px) */

/* —— Sticky header: no layout jump —— */
.header.is-sticky {
	position: sticky;
	top: 0;
	z-index: 200;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	/* keep original vertical rhythm — do NOT zero margin-top */
}

/* —— Header tools —— */
.che-header-tools {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-shrink: 0;
	margin-left: 1rem;
}

.che-city-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	cursor: pointer;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #2b2c2b;
	background: none;
	border: 0;
	padding: 0.6rem 0.8rem;
	max-width: 140px;
	font-family: inherit;
}

.che-city-btn:hover {
	color: #1abc9c;
}

.che-city-btn__icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.che-city-btn__label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.6rem;
}

.che-tool-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: #f4f6f5;
	flex-shrink: 0;
	color: #2b2c2b;
}

.che-tool-link:hover {
	background: #e8f8f4;
	color: #1abc9c;
}

.che-tool-badge {
	position: absolute;
	top: -4px;
	right: -6px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 8px;
	background: #25bfa0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 16px;
	text-align: center;
	font-weight: 700;
}

.che-tool-badge.is-empty {
	display: none;
}

.che-header-tools .header__enter {
	font-size: 1.6rem;
	white-space: nowrap;
}

/* —— City modal —— */
.che-citylist {
	position: fixed;
	inset: 0;
	z-index: 400;
	display: none;
}

.che-citylist.active {
	display: block;
}

.che-citylist__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
}

.che-citylist__panel {
	position: relative;
	z-index: 1;
	width: min(560px, 94vw);
	max-height: 80vh;
	margin: 8vh auto 0;
	background: #fff;
	border-radius: 12px;
	padding: 2rem;
	overflow: auto;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.che-citylist__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.2rem;
}

.che-citylist__title {
	font-size: 2.2rem;
	font-weight: 700;
	color: #353331;
}

.che-citylist__close {
	width: 22px;
	height: 22px;
	cursor: pointer;
	opacity: 0.7;
}

.che-citylist__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.2rem 1.5rem;
	margin-top: 1.2rem;
}

.che-citylist__grid a {
	display: block;
	padding: 0.6rem 0;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #2b2c2b;
}

.che-citylist__grid a:hover {
	color: #1abc9c;
}

.che-citylist__search {
	width: 100%;
	padding: 1rem 1.2rem;
	border: 1px solid #d9d9d9;
	border-radius: 7px;
	font-size: 1.6rem;
	font-family: inherit;
	outline: none;
}

/* —— Search suggest —— */
.header__search--inner {
	position: relative;
}

.che-suggest {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	width: min(640px, 92vw);
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
	z-index: 250;
	padding: 1.2rem 0;
	max-height: 70vh;
	overflow: auto;
}

.che-suggest.active {
	display: flex;
	flex-wrap: wrap;
}

.che-suggest__col {
	flex: 1 1 180px;
	min-width: 160px;
	padding: 0 0.4rem;
}

.che-suggest__col--products {
	flex: 2 1 280px;
	border-right: 1px solid #eee;
}

.che-suggest__title {
	color: rgba(0, 0, 0, 0.45);
	padding: 0.4rem 1.5rem;
	font-size: 1.4rem;
}

.che-suggest__item {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.8rem 1.5rem;
	color: #2b2c2b;
	font-size: 1.5rem;
	line-height: 1.3;
}

.che-suggest__item:hover {
	background: rgba(0, 0, 0, 0.05);
}

.che-suggest__img {
	width: 36px;
	height: 36px;
	object-fit: contain;
	flex-shrink: 0;
}

.che-suggest__name {
	flex: 1;
	font-size: 1.5rem;
}

.che-suggest__price {
	font-size: 1.4rem;
	color: #1abc9c;
	white-space: nowrap;
}

/* Compact list buttons: never inherit giant .button padding */
.rec__item .btn.fav__button,
.rec__item .btn.copy__button,
.rec__content .btn {
	padding: 0.5rem 1rem;
	font-size: 1.4rem;
	background: #fff;
	color: #000;
	border: none;
	border-radius: 10px;
	width: 40px;
	box-shadow: 0px 0px 26.6px 1.4px rgba(0, 0, 0, 0.04);
}

.rec__item .btn.fav__button:hover,
.rec__item .btn.copy__button:hover,
.rec__content .btn:hover {
	background: #25bfa0;
	color: #fff;
	width: 100%;
}

.fav__button.is-active,
.copy__button.is-active,
.tovar__img--fav.is-active,
.js-che-fav-btn.is-active,
.js-che-cmp-btn.is-active {
	box-shadow: inset 0 0 0 2px #25bfa0;
}

.tovar__img--fav {
	cursor: pointer;
}

.tovar__img--fav {
	cursor: pointer;
}

/* —— Product props chips (NOT .button) —— */
.che-product-props {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.8rem;
	margin: 1.2rem 0 0;
	width: 100%;
}

.che-product-props a,
.che-product-props span,
.che-product-props .che-chip,
.che-product-props button.che-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 1rem;
	border-radius: 6px;
	background: #f4f6f5;
	border: 0;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #2b2c2b;
	font-family: inherit;
	cursor: default;
	margin: 0;
	box-shadow: none;
	width: auto;
	height: auto;
	white-space: normal;
}

.che-product-props a,
.che-product-props button.che-chip {
	cursor: pointer;
}

.che-product-props a:hover,
.che-product-props button.che-chip:hover {
	background: #e8f8f4;
	color: #1abc9c;
}

.che-product-props button.che-chip.is-active {
	background: #e8f8f4;
	color: #1abc9c;
	box-shadow: inset 0 0 0 1px #25bfa0;
}

/* Kill accidental .button styles inside props */
.che-product-props .button,
.che-product-props button.button {
	padding: 0.5rem 1rem !important;
	font-size: 1.5rem !important;
	border-radius: 6px !important;
	background: #f4f6f5 !important;
	color: #2b2c2b !important;
	border: 0 !important;
	width: auto !important;
	height: auto !important;
	line-height: 1.3 !important;
	box-shadow: none !important;
}

.che-product-props .button:hover,
.che-product-props button.button:hover {
	background: #e8f8f4 !important;
	color: #1abc9c !important;
}

/* —— Trust note —— */
.che-trust-block {
	margin: 1.2rem 0 0;
	padding: 1.2rem 1.4rem;
	border-left: 3px solid #25bfa0;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1.45;
	color: #555;
	width: 100%;
	box-sizing: border-box;
}

.che-trust-block a,
.che-trust-block button {
	color: #1abc9c;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

.che-trust-block button {
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	text-decoration: underline;
}

/* Secondary compare next to Подробнее */
.tovar__logo--buttons .js-che-cmp-btn.tovar__logo--button,
.che-action-btn {
	padding: 1rem 2rem;
	font-size: 1.8rem;
	line-height: 1.2;
	margin-right: 1rem;
	border-radius: 5px;
	background: #fff;
	color: #25bfa0;
	border: 1px solid #25bfa0;
	cursor: pointer;
	font-family: inherit;
}

.tovar__logo--buttons .js-che-cmp-btn.tovar__logo--button:hover,
.che-action-btn:hover {
	background: #25bfa0;
	color: #fff;
}

.tovar__logo--buttons .js-che-cmp-btn.tovar__logo--button.is-active {
	background: #e8f8f4;
	color: #1abc9c;
}

/* Align Подробнее text size with compare */
.tovar__logo--button {
	font-size: 1.8rem;
	line-height: 1.2;
}

/* —— Sticky CTA (mobile product) —— */
.che-sticky-cta {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 180;
	background: #fff;
	box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.08);
	padding: 1rem 1.5rem;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}

.che-sticky-cta__price {
	font-weight: 700;
	font-size: 1.8rem;
	color: #353331;
}

.che-sticky-cta__actions {
	display: flex;
	gap: 0.8rem;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.che-sticky-cta .button,
.che-sticky-cta a.button {
	padding: 1rem 1.6rem !important;
	font-size: 1.5rem !important;
	line-height: 1.2 !important;
	background: #25bfa0 !important;
	color: #fff !important;
	border: 1px solid #25bfa0 !important;
	border-radius: 5px !important;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	width: auto !important;
	height: auto !important;
}

.che-sticky-cta .button:hover,
.che-sticky-cta a.button:hover {
	background: #fff !important;
	color: #25bfa0 !important;
}

body.che-product-page .che-sticky-cta {
	display: flex;
}

/* Reserve bottom space via CSS media — avoids JS class jump */
@media (max-width: 900px) {
	body {
		padding-bottom: 64px;
	}

	body.che-product-page {
		padding-bottom: 120px;
	}

	body.che-product-page .che-sticky-cta {
		bottom: 56px;
	}

	.che-bottom-nav {
		display: flex !important;
	}
}

@media (min-width: 901px) {
	body.che-product-page .che-sticky-cta {
		display: none;
	}

	.che-bottom-nav {
		display: none !important;
	}
}

/* —— Bottom nav —— */
.che-bottom-nav {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 190;
	height: 56px;
	background: #fff;
	border-top: 1px solid #e8e8e8;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
}

.che-bottom-nav a,
.che-bottom-nav button {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	font-size: 1.1rem;
	line-height: 1.1;
	color: #555;
	background: none;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	font-family: inherit;
	padding: 0;
	min-width: 0;
}

.che-bottom-nav a:hover,
.che-bottom-nav button:hover {
	color: #1abc9c;
}

.che-bottom-nav svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.che-bottom-nav .che-tool-badge {
	top: 4px;
	right: 18%;
}

/* —— Lists / compare pages —— */
.che-list-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

.che-list-card {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 1.5rem;
	background: #fff;
}

.che-list-card img {
	width: 100%;
	height: 140px;
	object-fit: contain;
}

.che-list-card__title {
	display: block;
	margin: 1rem 0 0.6rem;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #2b2c2b;
}

.che-list-card__price {
	color: #1abc9c;
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 0.8rem;
}

.che-list-card__city {
	font-size: 1.4rem;
	color: #777;
	margin-bottom: 0.8rem;
}

.che-list-card .button,
.che-list-card button.button {
	padding: 0.8rem 1.6rem !important;
	font-size: 1.5rem !important;
	line-height: 1.2 !important;
	width: auto !important;
}

.che-list-empty {
	font-size: 1.8rem;
	line-height: 1.4;
	margin: 2rem 0;
	color: #555;
}

.che-compare-table-wrap {
	overflow-x: auto;
	margin-top: 2.5rem;
}

.che-compare-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.6rem;
}

.che-compare-table th,
.che-compare-table td {
	border: 1px solid #e5e5e5;
	padding: 1rem;
	text-align: left;
	vertical-align: top;
	line-height: 1.35;
}

.che-compare-table th {
	background: #f7fbfa;
	font-size: 1.5rem;
}

/* —— Search soft suggest / analogs / reviews —— */
.che-soft-suggest {
	margin: 1.2rem 0 1.5rem;
	padding: 1.2rem 1.5rem;
	background: #fff8e8;
	border-radius: 8px;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #353331;
}

.che-soft-suggest a {
	color: #1abc9c;
	font-weight: 700;
	font-size: inherit;
}

.che-analogs-note {
	font-size: 1.8rem;
	line-height: 1.4;
	color: #666;
	margin: 0 0 1.5rem;
}

.che-analogs-note button {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

.reviews-sort {
	display: flex;
	gap: 0.8rem;
	flex-wrap: wrap;
	margin: 1rem 0 1.5rem;
}

.reviews-sort a {
	padding: 0.6rem 1.2rem;
	border-radius: 6px;
	background: #f4f6f5;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #333;
}

.reviews-sort a.is-active {
	background: #25bfa0;
	color: #fff;
}

/* —— Per-drug dose calculators (marathon-lekarstv) —— */
.che-dose-calc {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-dose-calc__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}

.che-dose-calc__row label {
	font-size: 1.6rem;
	color: #333;
}

.che-dose-calc__input {
	font-size: 1.6rem;
	padding: 0.6rem 1rem;
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 12rem;
}

.che-dose-calc__btn {
	padding: 0.8rem 1.6rem !important;
	font-size: 1.5rem !important;
	width: auto !important;
}

.che-dose-calc__result {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.che-dose-calc__result-item {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 1rem 1.2rem;
}

.che-dose-calc__result-label {
	display: block;
	font-size: 1.3rem;
	color: #777;
	margin-bottom: 0.3rem;
}

.che-dose-calc__result-value {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	color: #1abc9c;
}

.che-dose-calc__warn {
	font-size: 1.5rem;
	color: #b34700;
	background: #fff3e0;
	border-radius: 6px;
	padding: 1rem 1.2rem;
	margin-top: 1rem;
}

.che-dose-calc__faq {
	margin-top: 2rem;
}

.che-dose-calc__faq-title {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.che-dose-calc__faq p {
	font-size: 1.6rem;
	line-height: 1.5;
	color: #444;
	margin-bottom: 0.8rem;
}

.che-dose-calc__table-wrap {
	overflow-x: auto;
	margin-bottom: 2rem;
}

.che-dose-timer {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-dose-timer__hint {
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 1rem;
}

.che-dose-timer__status {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1rem;
}

.che-triage {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-triage__item {
	display: block;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #333;
	margin-bottom: 1rem;
	cursor: pointer;
}

.che-triage__item input {
	margin-right: 0.6rem;
	transform: scale(1.3);
	vertical-align: middle;
}

.che-triage__result {
	font-size: 1.7rem;
	font-weight: 700;
	border-radius: 8px;
	padding: 1.2rem 1.5rem;
	margin-top: 1rem;
}

.che-triage__result--danger {
	background: #fdecea;
	color: #c0392b;
}

.che-triage__result--ok {
	background: #eafaf3;
	color: #1abc9c;
}

.che-onset {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-onset__timeline {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
	gap: 1rem;
	margin-top: 1.5rem;
}

.che-onset__point {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 1rem 1.2rem;
	text-align: center;
}

.che-onset__label {
	display: block;
	font-size: 1.3rem;
	color: #777;
	margin-bottom: 0.3rem;
}

.che-onset__value {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	color: #1abc9c;
}

.che-course-tracker {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-course-tracker__days {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
	gap: 1rem;
}

.che-course-tracker__day {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 1.2rem;
	font-size: 1.6rem;
	color: #333;
	cursor: pointer;
}

.che-course-tracker__day input {
	transform: scale(1.4);
}

.che-course-tracker__day.is-done {
	background: #eafaf3;
	border-color: #1abc9c;
	color: #16967d;
	font-weight: 700;
}

.che-course-tracker__note {
	font-size: 1.5rem;
	color: #555;
	margin-top: 1.2rem;
	font-weight: 700;
}

.che-day-limit {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-day-limit__controls {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	flex-wrap: wrap;
}

.che-day-limit__reset {
	background: none;
	border: 0;
	color: #888;
	text-decoration: underline;
	font-size: 1.4rem;
	cursor: pointer;
}

.che-day-limit__progress {
	margin-top: 1.5rem;
}

.che-day-limit__bar-wrap {
	background: #e5e5e5;
	border-radius: 999px;
	height: 1.4rem;
	overflow: hidden;
}

.che-day-limit__bar {
	height: 100%;
	background: #1abc9c;
	border-radius: 999px;
	transition: width 0.3s ease;
}

.che-day-limit__bar.is-warn {
	background: #e9a92a;
}

.che-day-limit__bar.is-over {
	background: #c0392b;
}

.che-day-limit__status {
	font-size: 1.5rem;
	font-weight: 700;
	color: #333;
	margin-top: 0.8rem;
}

.che-tally {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-tally__mode {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-bottom: 1.2rem;
	font-size: 1.5rem;
	color: #333;
}

.che-tally__mode label {
	cursor: pointer;
}

.che-tally__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.2rem;
}

.che-tally__status {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-interval-shift {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-interval-shift__result {
	font-size: 1.7rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-meal-picker {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-meal-picker__options {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	font-size: 1.6rem;
	color: #333;
	margin-bottom: 1.2rem;
}

.che-meal-picker__options label {
	cursor: pointer;
}

.che-meal-picker__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
}

.che-tube-supply {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-tube-supply__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-drops-calc {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-drops-calc__block {
	margin-bottom: 1.5rem;
}

.che-drops-calc__block:last-child {
	margin-bottom: 0;
}

.che-drops-calc__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1rem;
}

.che-cough-quiz {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-cough-quiz__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-renni-tracker {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.2rem;
}

.che-renni-tracker__status {
	flex-basis: 100%;
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 0.5rem;
}

.che-cost-calc {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-cost-calc__result {
	font-size: 1.8rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-usecase-picker {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-usecase-picker__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-window-calc {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-window-calc label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 0.8rem;
}

.che-window-calc__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-age-calc {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-age-calc label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 0.8rem;
}

.che-age-calc__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-charcoal-calc {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-charcoal-calc label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 0.8rem;
}

.che-charcoal-calc__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-titration-plan {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-titration-plan__weeks {
	margin-top: 1.2rem;
}

.che-titration-plan__step {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 1rem 1.2rem;
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 0.8rem;
}

.che-schedule-gen {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-schedule-gen label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 0.8rem;
}

.che-schedule-gen select.che-dose-calc__input {
	margin-right: 1rem;
}

.che-schedule-gen__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-entero-plan {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-entero-plan label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 0.8rem;
}

.che-entero-plan select.che-dose-calc__input {
	margin-right: 1rem;
}

.che-entero-plan__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-liver-check {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 2rem;
}

.che-liver-check__result {
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	padding: 1.1rem 1.4rem;
	margin-top: 1rem;
}

.che-cough-diff {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-cough-diff__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-agranulo-check {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-agranulo-check__result {
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	padding: 1.1rem 1.4rem;
	margin-top: 1rem;
}

.che-jetlag-calc {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-jetlag-calc label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 0.8rem;
}

.che-jetlag-calc__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-bleed-check {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-bleed-check__result {
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	padding: 1.1rem 1.4rem;
	margin-top: 1rem;
}

.che-burn-area {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-burn-area label[for] {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 0.8rem;
}

.che-burn-area__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-course-advice {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-course-advice__result {
	font-size: 1.5rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-course-advice__result p {
	margin-bottom: 0.8rem;
}

.che-cycle-plan {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-cycle-plan label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 0.8rem;
}

.che-cycle-plan__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-streak-tracker {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-streak-tracker__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-nsaid-check {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-nsaid-check__result {
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	padding: 1.1rem 1.4rem;
	margin-top: 1rem;
}

.che-course-rule {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-course-rule label[for] {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 0.8rem;
}

.che-course-rule__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-tyzine-onset {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-tyzine-onset__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-gel-timer {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-gel-timer__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-rehydration-calc {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-rehydration-calc label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 0.8rem;
}

.che-rehydration-calc__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-feed-timer {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-feed-timer__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-mg-check {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-mg-check__result {
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	padding: 1.1rem 1.4rem;
	margin-top: 1rem;
}

.che-dilute-calc {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-dilute-calc label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 0.8rem;
}

.che-dilute-calc__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-kagocel-schedule {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-kagocel-schedule__days {
	margin-top: 1.2rem;
}

.che-iodine-check {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.che-iodine-check__col {
	flex: 1 1 20rem;
}

.che-iodine-check__result {
	flex-basis: 100%;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	padding: 1.1rem 1.4rem;
	margin-top: 0.5rem;
}

.che-loperamide-check {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-loperamide-check__result {
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	padding: 1.1rem 1.4rem;
	margin-top: 1rem;
}

.che-pack-calc {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-pack-calc label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 0.8rem;
}

.che-pack-calc__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-validol-timer {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-validol-timer__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #c0392b;
	margin-top: 1.2rem;
}

.che-eye-calendar {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-eye-calendar__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
	gap: 0.8rem;
	margin-bottom: 1.2rem;
}

.che-eye-calendar__cell {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 1rem;
	font-size: 1.4rem;
	cursor: pointer;
	color: #555;
}

.che-eye-calendar__cell.is-ok {
	background: #eafaf3;
	border-color: #1abc9c;
	color: #16967d;
	font-weight: 700;
}

.che-eye-calendar__cell.is-over {
	background: #fdecea;
	border-color: #c0392b;
	color: #c0392b;
	font-weight: 700;
}

.che-eye-calendar__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 0.5rem;
}

.che-travel-plan {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-travel-plan label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 0.8rem;
}

.che-travel-plan__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-gaviscon-plan {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-gaviscon-plan label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin: 0.8rem 0 0.5rem;
}

.che-gaviscon-plan__result {
	margin-top: 1.2rem;
}

.che-pinosol-quiz {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-pinosol-quiz__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-onset-window {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-onset-window__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-month-tracker {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-month-tracker__result {
	flex-basis: 100%;
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1rem;
}

.che-paracetamol-sum {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-paracetamol-sum label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin: 0.8rem 0 0.5rem;
}

.che-paracetamol-sum__result {
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	padding: 1.1rem 1.4rem;
	margin-top: 1.2rem;
}

.che-fluconazole-plan {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-fluconazole-plan label[for] {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin: 0.8rem 0 0.5rem;
}

.che-fluconazole-plan__result {
	margin-top: 1.2rem;
}

.che-eardrum-check {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-eardrum-check__result {
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	padding: 1.1rem 1.4rem;
	margin-top: 1rem;
}

.che-anaphylaxis-check {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-anaphylaxis-check__result {
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	padding: 1.1rem 1.4rem;
	margin-top: 1rem;
}

.che-sinupret-calc {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-sinupret-calc__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-nail-timeline {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-nail-timeline label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 0.8rem;
}

.che-nail-timeline__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-age-gate {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-age-gate label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 0.8rem;
}

.che-age-gate__result {
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	padding: 1.1rem 1.4rem;
	margin-top: 1.2rem;
}

.che-weight-tier {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-weight-tier label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 0.8rem;
}

.che-weight-tier__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-allochol-check {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-allochol-check__result {
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	padding: 1.1rem 1.4rem;
	margin-top: 1rem;
}

.che-potassium-check {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-potassium-check__result {
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	padding: 1.1rem 1.4rem;
	margin-top: 1rem;
}

.che-dexa-check {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-dexa-check__result {
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	padding: 1.1rem 1.4rem;
	margin-top: 1rem;
}

.che-before-meal-plan {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-before-meal-plan label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin: 0.8rem 0 0.5rem;
}

.che-before-meal-plan__result {
	margin-top: 1.2rem;
}

.che-cerukal-signs {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-cerukal-signs__result {
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	padding: 1.1rem 1.4rem;
	margin-top: 1rem;
}

.che-warfarin-check {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-warfarin-check__result {
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	padding: 1.1rem 1.4rem;
	margin-top: 1rem;
}

.che-potassium-food {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-potassium-food__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 1rem;
}

.che-potassium-food__buttons .button {
	width: auto !important;
	padding: 0.8rem 1.4rem !important;
	font-size: 1.4rem !important;
}

.che-potassium-food__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1rem;
}

.che-glycine-purpose {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-glycine-purpose__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

.che-actovegin-range {
	background: #f7fbfa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 1.8rem;
	margin: 1rem 0 1.5rem;
}

.che-actovegin-range label {
	display: block;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 0.8rem;
}

.che-actovegin-range__result {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1abc9c;
	margin-top: 1.2rem;
}

/* —— Header layout stability —— */
.header__wrapper {
	flex: 1;
	min-width: 0;
}

.header__wrapper .che-city-btn {
	flex-shrink: 0;
}

@media (max-width: 900px) {
	.che-city-btn {
		max-width: 88px;
		padding: 0.4rem 0.4rem;
		font-size: 1.4rem;
	}

	.che-city-btn__label {
		font-size: 1.4rem;
		max-width: 56px;
	}

	.header__search--input {
		width: 140px !important;
		padding: 1.2rem 3.5rem 1.2rem 1rem !important;
		font-size: 1.5rem;
	}

	.che-suggest {
		width: calc(100vw - 24px);
		left: 50%;
		transform: translateX(-50%);
	}

	.che-suggest__col--products {
		border-right: 0;
		border-bottom: 1px solid #eee;
	}

	.che-header-tools {
		gap: 0.6rem;
		margin-left: 0.4rem;
	}

	.che-header-tools .header__enter span {
		display: none;
	}

	.che-header-tools .header__enter--icon {
		margin-right: 0;
	}

	.che-product-props a,
	.che-product-props span,
	.che-product-props .che-chip,
	.che-product-props button.che-chip {
		font-size: 1.4rem;
		padding: 0.45rem 0.8rem;
	}

	.che-trust-block {
		font-size: 1.4rem;
		padding: 0.9rem 1rem;
	}

	.tovar__logo--buttons {
		flex-wrap: wrap;
		gap: 0.8rem;
	}

	.tovar__logo--buttons .js-che-cmp-btn.tovar__logo--button,
	.che-action-btn,
	.tovar__logo--button {
		margin-right: 0;
		font-size: 1.6rem;
		padding: 0.9rem 1.6rem;
	}
}

.che-linex-interval { margin: 16px 0; }
.che-linex-interval__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-validol-safety { margin: 16px 0; }
.che-validol-safety__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-cinnarizin-trip { margin: 16px 0; }
.che-cinnarizin-trip__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-pentalgin-paracetamol { margin: 16px 0; }
.che-pentalgin-paracetamol__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-essentiale-course { margin: 16px 0; }
.che-essentiale-course__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-pirantel-calc { margin: 16px 0; }
.che-pirantel-calc__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-allopurinol-gate { margin: 16px 0; }
.che-allopurinol-gate__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-remantadin-window { margin: 16px 0; }
.che-remantadin-window__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-diazolin-age { margin: 16px 0; }
.che-diazolin-age__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-geviskon-night { margin: 16px 0; }
.che-geviskon-night__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-acc-timing { margin: 16px 0; }
.che-acc-timing__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-bromgeksin-timeline { margin: 16px 0; }
.che-bromgeksin-timeline__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-konkor-pulse { margin: 16px 0; }
.che-konkor-pulse__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-atenolol-renal { margin: 16px 0; }
.che-atenolol-renal__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-nitro-protocol { margin: 16px 0; }
.che-nitro-protocol__result { margin-top: 10px; font-weight: 600; color: #b3261e; }

.che-furosemid-weight { margin: 16px 0; }
.che-furosemid-weight__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-preductal-check { margin: 16px 0; }
.che-preductal-check__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-eutirox-timing { margin: 16px 0; }
.che-eutirox-timing__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-novopassit-alcohol { margin: 16px 0; }
.che-novopassit-alcohol__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-teraflu-lar-timer { margin: 16px 0; }
.che-teraflu-lar-timer__result { margin-top: 10px; font-weight: 600; color: #b3261e; }

.che-grippferon-check { margin: 16px 0; }
.che-grippferon-check__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-tobrex-lens { margin: 16px 0; }
.che-tobrex-lens__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-taufon-cycle { margin: 16px 0; }
.che-taufon-cycle__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-terbinafin-check { margin: 16px 0; }
.che-terbinafin-check__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-differin-timeline { margin: 16px 0; }
.che-differin-timeline__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-zineryt-check { margin: 16px 0; }
.che-zineryt-check__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-aquadetrim-check { margin: 16px 0; }
.che-aquadetrim-check__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-donormil-check { margin: 16px 0; }
.che-donormil-check__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-afobazol-timeline { margin: 16px 0; }
.che-afobazol-timeline__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-denol-check { margin: 16px 0; }
.che-denol-check__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-polisorb-check { margin: 16px 0; }
.che-polisorb-check__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; }

.che-diakarb-schedule { margin: 16px 0; }
.che-diakarb-schedule__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; line-height: 1.6; }

.che-course-progress { margin: 16px 0; }
.che-course-progress__row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; }
.che-course-progress__bar-wrap { background: #e5e5e5; border-radius: 999px; height: 1.4rem; overflow: hidden; }
.che-course-progress__bar { height: 100%; background: #1abc9c; border-radius: 999px; transition: width 0.3s ease; }
.che-course-progress__result { margin-top: 10px; font-weight: 600; color: #1a7a3c; line-height: 1.6; }
.che-course-progress__result--warn { color: #e9a92a; }

.che-titrate-advisor { background: #f7fbfa; border: 1px solid #e5e5e5; border-radius: 10px; padding: 1.8rem; margin: 1rem 0 2rem; display: flex; flex-direction: column; gap: 1rem; max-width: 40rem; }
