/* =========================================================
   1. GUIDE / ARTICLE PAGES
   Страницы справочника: как выбрать блок питания и т.п.
   ========================================================= */

.rb-guide-page {
	gap: 22px;
}

.rb-guide-hero .rb-static-hero__grid {
	align-items: center;
}

.rb-guide-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.rb-guide-strip__item {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 13px;
	align-items: start;
	padding: 17px;
	border-radius: 24px;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, .06);
	box-shadow:
		0 14px 34px rgba(15,23,42,.055),
		inset 0 1px 0 rgba(255,255,255,.92);
}

.rb-guide-strip__item i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 17px;
	font-size: 18px;
}

.rb-guide-strip__item strong {
	display: block;
	margin-bottom: 5px;
	color: #0f172a;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 950;
}

.rb-guide-strip__item span {
	display: block;
	color: #64748b;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 750;
}

.rb-guide-strip__item--danger {
	background: #fff7f7;
	border-color: rgba(239, 68, 68, .12);
}

.rb-guide-strip__item--danger i {
	background: rgba(239, 68, 68, .10);
	color: #dc2626;
}

.rb-guide-strip__item--success {
	background: #ecfdf5;
	border-color: rgba(22, 163, 74, .13);
}

.rb-guide-strip__item--success i {
	background: rgba(22, 163, 74, .10);
	color: #15803d;
}

.rb-guide-strip__item--info {
	background: #f8fbff;
	border-color: rgba(37, 99, 235, .10);
}

.rb-guide-strip__item--info i {
	background: #eef4ff;
	color: #2563eb;
}

.rb-guide-main {
	display: grid;
	gap: 22px;
}

.rb-guide-checklist {
	display: grid;
	gap: 13px;
}

.rb-guide-check {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 15px;
	align-items: start;
	padding: 17px;
	border-radius: 24px;
	background:
		radial-gradient(circle at 100% 0%, rgba(47,128,237,.08), transparent 38%),
		#f8fbff;
	border: 1px solid rgba(37, 99, 235, .08);
}

.rb-guide-check__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 18px;
	background: linear-gradient(135deg, #2f80ed 0%, #1769d8 100%);
	color: #ffffff;
	font-size: 16px;
	font-weight: 950;
	box-shadow: 0 12px 24px rgba(47,128,237,.18);
}

.rb-guide-check h3 {
	margin: 0 0 6px;
	color: #0f172a;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 950;
	letter-spacing: -.02em;
}

.rb-guide-check p {
	margin: 0;
	color: #475569;
	font-size: 15px;
	line-height: 1.62;
	font-weight: 720;
}

.rb-guide-check p strong {
	color: #0f172a;
	font-weight: 950;
}

.rb-guide-helper {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 16px;
	align-items: stretch;
}

.rb-guide-helper__form {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	padding: 18px;
	border-radius: 24px;
	background: #f8fbff;
	border: 1px solid rgba(37, 99, 235, .08);
}

.rb-guide-field {
	display: grid;
	gap: 8px;
}

.rb-guide-field label {
	color: #0f172a;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 950;
}

.rb-guide-field input,
.rb-guide-field select {
	width: 100%;
	height: 50px;
	padding: 0 14px;
	border-radius: 17px;
	border: 1px solid rgba(37, 99, 235, .18);
	background: #ffffff;
	color: #0f172a;
	font-size: 16px;
	font-weight: 900;
	outline: none;
	box-shadow:
		0 10px 24px rgba(15,23,42,.04),
		inset 0 1px 0 rgba(255,255,255,.92);
}

.rb-guide-field input:focus,
.rb-guide-field select:focus {
	border-color: rgba(47,128,237,.55);
	box-shadow:
		0 0 0 4px rgba(47,128,237,.10),
		0 10px 24px rgba(15,23,42,.05);
}

.rb-guide-helper__form button {
	grid-column: 1 / -1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	padding: 0 17px;
	border: 0;
	border-radius: 17px;
	background: linear-gradient(135deg, #2f80ed 0%, #1769d8 100%);
	color: #ffffff;
	font-size: 14px;
	font-weight: 950;
	cursor: pointer;
	box-shadow: 0 14px 28px rgba(47,128,237,.22);
}

.rb-guide-helper__result {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 20px;
	border-radius: 24px;
	background:
		radial-gradient(circle at 100% 0%, rgba(22,163,74,.14), transparent 42%),
		#ecfdf5;
	border: 1px solid rgba(22,163,74,.13);
	overflow: hidden;
}

.rb-guide-helper__label {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin-bottom: 10px;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(22,163,74,.10);
	color: #15803d;
	font-size: 11px;
	line-height: 1;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.rb-guide-helper__value {
	color: #064e3b;
	font-size: 25px;
	line-height: 1.15;
	font-weight: 950;
	letter-spacing: -.035em;
}

.rb-guide-helper__text {
	margin-top: 8px;
	color: #166534;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 750;
}

.rb-guide-helper__result .rb-static-button {
	margin-top: 15px;
}

.rb-guide-side-card .rb-static-list li {
	font-size: 14px;
}


/* =========================================================
   2. REFERENCE COMMON BLOCKS
   Общие блоки для справочника: заметки, таблицы, FAQ
   ========================================================= */

.rb-reference-note {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	margin-top: 16px;
	padding: 16px;
	border-radius: 22px;
	background: #fff7ed;
	border: 1px solid rgba(234, 88, 12, .14);
	color: #9a3412;
}

.rb-reference-note i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 18px;
	background: rgba(234, 88, 12, .10);
	color: #ea580c;
	font-size: 18px;
}

.rb-reference-note strong {
	display: block;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 950;
}

.rb-reference-note span {
	display: block;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 750;
}

.rb-reference-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 22px;
	border: 1px solid rgba(15, 23, 42, .06);
	background: #ffffff;
}

.rb-reference-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	background: #ffffff;
}

.rb-reference-table th,
.rb-reference-table td {
	padding: 14px 15px;
	border-bottom: 1px solid rgba(15, 23, 42, .06);
	text-align: left;
	vertical-align: top;
}

.rb-reference-table th {
	background: #f8fbff;
	color: #0f172a;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 950;
	white-space: nowrap;
}

.rb-reference-table td {
	color: #334155;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 750;
}

.rb-reference-table td strong {
	color: #2563eb;
	font-weight: 950;
}

.rb-reference-table tbody tr:last-child td {
	border-bottom: 0;
}

.rb-reference-faq {
	display: grid;
	gap: 12px;
}

.rb-reference-faq__item {
	padding: 16px;
	border-radius: 22px;
	background: #f8fbff;
	border: 1px solid rgba(37, 99, 235, .08);
}

.rb-reference-faq__item h3 {
	margin: 0 0 7px;
	color: #0f172a;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 950;
	letter-spacing: -.02em;
}

.rb-reference-faq__item p {
	margin: 0;
	color: #475569;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 700;
}

.rb-static-requisites a {
	color: #2563eb;
	text-decoration: none;
	font-weight: 900;
}

.rb-static-requisites a:hover {
	text-decoration: underline;
}


/* =========================================================
   3. REFERENCE HOME
   Главная страница справочника /service/reference/
   ========================================================= */

.rb-reference-home-page {
	gap: 22px;
}

.rb-reference-home-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.rb-reference-home-card {
	position: relative;
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: start;
	min-height: 138px;
	padding: 18px;
	border-radius: 24px;
	background:
		radial-gradient(circle at 100% 0%, rgba(47,128,237,.10), transparent 42%),
		#ffffff;
	border: 1px solid rgba(15, 23, 42, .06);
	box-shadow:
		0 14px 34px rgba(15,23,42,.055),
		inset 0 1px 0 rgba(255,255,255,.92);
	color: inherit;
	text-decoration: none;
	overflow: hidden;
	transition:
		transform .16s ease,
		box-shadow .16s ease,
		border-color .16s ease,
		background .16s ease;
}

.rb-reference-home-card:hover,
.rb-reference-home-card:focus {
	color: inherit;
	text-decoration: none;
	transform: translateY(-2px);
	border-color: rgba(47,128,237,.22);
	box-shadow:
		0 18px 42px rgba(15,23,42,.075),
		inset 0 1px 0 rgba(255,255,255,.92);
}

.rb-reference-home-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 20px;
	background: #eef4ff;
	color: #2563eb;
	font-size: 21px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
}

.rb-reference-home-card__content {
	display: block;
	min-width: 0;
}

.rb-reference-home-card__content strong {
	display: block;
	margin-bottom: 7px;
	color: #0f172a;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 950;
	letter-spacing: -.025em;
}

.rb-reference-home-card__content em {
	display: block;
	color: #64748b;
	font-size: 14px;
	line-height: 1.55;
	font-style: normal;
	font-weight: 750;
}

.rb-reference-home-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 7px 10px;
	border-radius: 999px;
	background: #eef4ff;
	color: #2563eb;
	font-size: 11px;
	line-height: 1;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .04em;
	white-space: nowrap;
}

.rb-reference-home-card--ready {
	border-color: rgba(37, 99, 235, .13);
}

.rb-reference-home-card--ready .rb-reference-home-card__icon {
	background: linear-gradient(135deg, #2f80ed 0%, #1769d8 100%);
	color: #ffffff;
	box-shadow: 0 14px 26px rgba(47,128,237,.18);
}

.rb-reference-home-card--ready .rb-reference-home-card__badge {
	background: #ecfdf5;
	color: #15803d;
}

.rb-reference-home-card--soon {
	cursor: default;
}

.rb-reference-home-card--soon:hover,
.rb-reference-home-card--soon:focus {
	transform: none;
	border-color: rgba(15, 23, 42, .06);
	box-shadow:
		0 14px 34px rgba(15,23,42,.055),
		inset 0 1px 0 rgba(255,255,255,.92);
}

.rb-reference-home-card--soon .rb-reference-home-card__icon {
	background: #f8fafc;
	color: #64748b;
}

.rb-reference-home-card--soon .rb-reference-home-card__badge {
	background: #f8fafc;
	color: #94a3b8;
}


/* =========================================================
   4. ADAPTIVE
   ========================================================= */

@media (max-width: 1199.98px) {
	.rb-guide-strip,
	.rb-guide-helper,
	.rb-reference-home-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767.98px) {
	.rb-guide-strip__item,
	.rb-guide-check,
	.rb-reference-note {
		grid-template-columns: 1fr;
	}

	.rb-guide-helper__form {
		grid-template-columns: 1fr;
	}

	.rb-guide-helper__value {
		font-size: 22px;
	}

	.rb-reference-table {
		min-width: 720px;
	}

	.rb-reference-home-card {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 13px;
		min-height: 0;
		padding: 16px;
		border-radius: 22px;
	}

	.rb-reference-home-card__icon {
		width: 48px;
		height: 48px;
		border-radius: 18px;
		font-size: 18px;
	}

	.rb-reference-home-card__badge {
		grid-column: 1 / -1;
		justify-self: start;
	}

	.rb-reference-home-card__content strong {
		font-size: 17px;
	}
}

/* =========================================================
   RB GUIDE / REFERENCE PAGES
   Справочные страницы магазина: выбор, ошибки, подбор
   ========================================================= */

.rb-guide-page {
	gap: 22px;
}

.rb-guide-hero .rb-static-hero__grid {
	align-items: center;
}

.rb-guide-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.rb-guide-strip__item {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 13px;
	align-items: start;
	padding: 17px;
	border-radius: 24px;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, .06);
	box-shadow:
		0 14px 34px rgba(15,23,42,.055),
		inset 0 1px 0 rgba(255,255,255,.92);
}

.rb-guide-strip__item i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 17px;
	font-size: 18px;
}

.rb-guide-strip__item strong {
	display: block;
	margin-bottom: 5px;
	color: #0f172a;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 950;
}

.rb-guide-strip__item span {
	display: block;
	color: #64748b;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 750;
}

.rb-guide-strip__item--danger {
	background: #fff7f7;
	border-color: rgba(239, 68, 68, .12);
}

.rb-guide-strip__item--danger i {
	background: rgba(239, 68, 68, .10);
	color: #dc2626;
}

.rb-guide-strip__item--success {
	background: #ecfdf5;
	border-color: rgba(22, 163, 74, .13);
}

.rb-guide-strip__item--success i {
	background: rgba(22, 163, 74, .10);
	color: #15803d;
}

.rb-guide-strip__item--info {
	background: #f8fbff;
	border-color: rgba(37, 99, 235, .10);
}

.rb-guide-strip__item--info i {
	background: #eef4ff;
	color: #2563eb;
}

.rb-guide-main {
	display: grid;
	gap: 22px;
}

.rb-guide-checklist {
	display: grid;
	gap: 13px;
}

.rb-guide-check {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 15px;
	align-items: start;
	padding: 17px;
	border-radius: 24px;
	background:
		radial-gradient(circle at 100% 0%, rgba(47,128,237,.08), transparent 38%),
		#f8fbff;
	border: 1px solid rgba(37, 99, 235, .08);
}

.rb-guide-check__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 18px;
	background: linear-gradient(135deg, #2f80ed 0%, #1769d8 100%);
	color: #ffffff;
	font-size: 16px;
	font-weight: 950;
	box-shadow: 0 12px 24px rgba(47,128,237,.18);
}

.rb-guide-check h3 {
	margin: 0 0 6px;
	color: #0f172a;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 950;
	letter-spacing: -.02em;
}

.rb-guide-check p {
	margin: 0;
	color: #475569;
	font-size: 15px;
	line-height: 1.62;
	font-weight: 720;
}

.rb-guide-check p strong {
	color: #0f172a;
	font-weight: 950;
}

.rb-guide-helper {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 16px;
	align-items: stretch;
}

.rb-guide-helper__form {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	padding: 18px;
	border-radius: 24px;
	background: #f8fbff;
	border: 1px solid rgba(37, 99, 235, .08);
}

.rb-guide-field {
	display: grid;
	gap: 8px;
}

.rb-guide-field label {
	color: #0f172a;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 950;
}

.rb-guide-field input,
.rb-guide-field select {
	width: 100%;
	height: 50px;
	padding: 0 14px;
	border-radius: 17px;
	border: 1px solid rgba(37, 99, 235, .18);
	background: #ffffff;
	color: #0f172a;
	font-size: 16px;
	font-weight: 900;
	outline: none;
	box-shadow:
		0 10px 24px rgba(15,23,42,.04),
		inset 0 1px 0 rgba(255,255,255,.92);
}

.rb-guide-field input:focus,
.rb-guide-field select:focus {
	border-color: rgba(47,128,237,.55);
	box-shadow:
		0 0 0 4px rgba(47,128,237,.10),
		0 10px 24px rgba(15,23,42,.05);
}

.rb-guide-helper__form button {
	grid-column: 1 / -1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	padding: 0 17px;
	border: 0;
	border-radius: 17px;
	background: linear-gradient(135deg, #2f80ed 0%, #1769d8 100%);
	color: #ffffff;
	font-size: 14px;
	font-weight: 950;
	cursor: pointer;
	box-shadow: 0 14px 28px rgba(47,128,237,.22);
}

.rb-guide-helper__result {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 20px;
	border-radius: 24px;
	background:
		radial-gradient(circle at 100% 0%, rgba(22,163,74,.14), transparent 42%),
		#ecfdf5;
	border: 1px solid rgba(22,163,74,.13);
	overflow: hidden;
}

.rb-guide-helper__label {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin-bottom: 10px;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(22,163,74,.10);
	color: #15803d;
	font-size: 11px;
	line-height: 1;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.rb-guide-helper__value {
	color: #064e3b;
	font-size: 25px;
	line-height: 1.15;
	font-weight: 950;
	letter-spacing: -.035em;
}

.rb-guide-helper__text {
	margin-top: 8px;
	color: #166534;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 750;
}

.rb-guide-helper__result .rb-static-button {
	margin-top: 15px;
}

.rb-reference-note {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	margin-top: 16px;
	padding: 16px;
	border-radius: 22px;
	background: #fff7ed;
	border: 1px solid rgba(234, 88, 12, .14);
	color: #9a3412;
}

.rb-reference-note i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 18px;
	background: rgba(234, 88, 12, .10);
	color: #ea580c;
	font-size: 18px;
}

.rb-reference-note strong {
	display: block;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 950;
}

.rb-reference-note span {
	display: block;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 750;
}

.rb-reference-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 22px;
	border: 1px solid rgba(15, 23, 42, .06);
	background: #ffffff;
}

.rb-reference-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	background: #ffffff;
}

.rb-reference-table th,
.rb-reference-table td {
	padding: 14px 15px;
	border-bottom: 1px solid rgba(15, 23, 42, .06);
	text-align: left;
	vertical-align: top;
}

.rb-reference-table th {
	background: #f8fbff;
	color: #0f172a;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 950;
	white-space: nowrap;
}

.rb-reference-table td {
	color: #334155;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 750;
}

.rb-reference-table td strong {
	color: #2563eb;
	font-weight: 950;
}

.rb-reference-table tbody tr:last-child td {
	border-bottom: 0;
}

.rb-reference-faq {
	display: grid;
	gap: 12px;
}

.rb-reference-faq__item {
	padding: 16px;
	border-radius: 22px;
	background: #f8fbff;
	border: 1px solid rgba(37, 99, 235, .08);
}

.rb-reference-faq__item h3 {
	margin: 0 0 7px;
	color: #0f172a;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 950;
	letter-spacing: -.02em;
}

.rb-reference-faq__item p {
	margin: 0;
	color: #475569;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 700;
}

.rb-static-requisites a {
	color: #2563eb;
	text-decoration: none;
	font-weight: 900;
}

.rb-static-requisites a:hover {
	text-decoration: underline;
}

.rb-guide-side-card .rb-static-list li {
	font-size: 14px;
}

@media (max-width: 1199.98px) {
	.rb-guide-strip {
		grid-template-columns: 1fr;
	}

	.rb-guide-helper {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767.98px) {
	.rb-guide-strip__item,
	.rb-guide-check,
	.rb-reference-note {
		grid-template-columns: 1fr;
	}

	.rb-guide-helper__form {
		grid-template-columns: 1fr;
	}

	.rb-guide-helper__value {
		font-size: 22px;
	}

	.rb-reference-table {
		min-width: 720px;
	}
}

/* =========================================================
   RB REFERENCE ARTICLE IMAGES
   Изображения и фигуры внутри статей справочника
   ========================================================= */

.rb-guide-hero--with-image {
	display: grid;
	gap: 20px;
}

.rb-guide-hero__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 26px;
	align-items: center;
}

.rb-guide-hero__points {
	display: grid;
	gap: 10px;
}

.rb-reference-hero-image,
.rb-reference-figure {
	margin: 0;
	padding: 14px;
	border-radius: 26px;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, .06);
	box-shadow:
		0 16px 38px rgba(15,23,42,.055),
		inset 0 1px 0 rgba(255,255,255,.92);
	overflow: hidden;
}

.rb-reference-hero-image img,
.rb-reference-figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
	border: 1px solid rgba(15, 23, 42, .06);
}

.rb-reference-figure {
	margin-top: 16px;
}

.rb-reference-figure figcaption {
	margin-top: 10px;
	color: #64748b;
	font-size: 13px;
	line-height: 1.55;
	font-weight: 750;
}

.rb-reference-lead {
	margin: 0;
	color: #475569;
	font-size: 15px;
	line-height: 1.65;
	font-weight: 720;
}

.rb-reference-lead strong {
	color: #0f172a;
	font-weight: 950;
}

@media (max-width: 1199.98px) {
	.rb-guide-hero__content {
		grid-template-columns: 1fr;
	}

	.rb-guide-hero__points {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767.98px) {
	.rb-guide-hero__points {
		grid-template-columns: 1fr;
	}

	.rb-reference-hero-image,
	.rb-reference-figure {
		padding: 10px;
		border-radius: 22px;
	}

	.rb-reference-hero-image img,
	.rb-reference-figure img {
		border-radius: 17px;
	}
}