/*
 * Посадочная «по фото» (017). Как и в doctor.css: селекторы от .opdp, списков нет,
 * у flex-контейнеров display объявлен явно с !important (ловушки сайта, см. README).
 */
.opdp {
	--opdp-accent: #3f6b2c;
	--opdp-accent-soft: #e7efdf;
	--opdp-rule: #e0e4da;
	--opdp-muted: #6b7568;
	--opdp-tg: #229ed9;
	margin: 1em 0 1.5em;
	font-size: 16px;
	line-height: 1.55;
}

.opdp * {
	box-sizing: border-box;
}

.opdp p.opdp-lead {
	font-size: 17px;
}

.opdp div.opdp-soon {
	margin: 18px 0 24px;
	padding: 16px 18px;
	background: var(--opdp-accent-soft);
	border-left: 4px solid var(--opdp-accent);
	border-radius: 8px;
}

.opdp p.opdp-soon__badge {
	display: inline-block !important;
	margin: 0 0 8px;
	padding: 2px 10px;
	background: var(--opdp-accent);
	color: #fff;
	border-radius: 12px;
	font-size: 13px;
	font-weight: 700;
}

.opdp p.opdp-soon__text {
	margin: 0 0 10px;
	font-size: 17px;
}

.opdp p.opdp-soon__actions,
.opdp p.opdp-actions {
	margin: 0 0 12px;
}

.opdp a.opdp-btn {
	display: inline-block !important;
	padding: 10px 20px;
	background: var(--opdp-accent);
	color: #fff !important;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none !important;
}

.opdp a.opdp-btn--tg {
	background: var(--opdp-tg);
}

.opdp a.opdp-btn:hover {
	opacity: 0.9;
}

.opdp div.opdp-steps {
	display: block !important;
	margin: 0 0 14px;
}

.opdp div.opdp-step {
	display: flex !important;
	gap: 12px;
	margin: 0 0 12px;
}

.opdp span.opdp-step__num {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: var(--opdp-accent);
	color: #fff;
	border-radius: 50%;
	font-weight: 700;
	font-size: 14px;
}

.opdp div.opdp-step__body {
	flex: 1 1 auto;
	min-width: 0;
}

.opdp p.opdp-step__title {
	margin: 2px 0 2px;
	font-weight: 700;
}

.opdp p.opdp-step__text {
	margin: 0;
}

.opdp div.opdp-group {
	margin: 0 0 12px;
	padding: 10px 14px;
	border: 1px solid var(--opdp-rule);
	border-radius: 8px;
}

.opdp p.opdp-group__title {
	margin: 0 0 4px;
	font-weight: 700;
}

.opdp p.opdp-group__links {
	margin: 0;
}

.opdp div.opdp-faq__item {
	margin: 0 0 14px;
	padding: 0 0 12px;
	border-bottom: 1px solid var(--opdp-rule);
}

.opdp h3.opdp-faq__q {
	margin: 0 0 6px;
	font-size: 17px;
}

.opdp p.opdp-faq__a {
	margin: 0;
}
