body.qrform-article-v2 .site-content,
body.qrform-article-v2 #content,
body.qrform-article-v2 #primary {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	float: none;
}
body.qrform-article-v2 #secondary {
	display: none;
}

.qrform-v2 {
	background: #f4f7fb;
	padding: 1.5rem 1rem 4rem;
	color: #1b2430;
}
.qrform-v2__inner {
	max-width: 1120px;
	margin: 0 auto;
}

.qrform-v2__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.5rem;
}
@media (min-width: 960px) {
	.qrform-v2__grid {
		grid-template-columns: minmax(0, 1fr) 320px;
		align-items: start;
		gap: 2.5rem;
	}
}

.qrform-v2__article {
	background: #fff;
	border-radius: 16px;
	padding: 1.5rem 1.25rem 2rem;
}
@media (min-width: 768px) {
	.qrform-v2__article {
		padding: 1.75rem 2.25rem 2.5rem;
	}
}

.qrform-v2__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1.15rem;
}
.qrform-v2__crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.3rem 0.4rem;
	font-size: 0.8125rem;
	color: #94a3b8;
	margin: 0;
	min-width: 0;
	flex: 1;
	line-height: 1.4;
}
.qrform-v2__crumbs a {
	color: #3b82f6;
	text-decoration: none;
}
.qrform-v2__crumbs a:hover {
	color: #1d4ed8;
	text-decoration: underline;
}
.qrform-v2__crumbs-current {
	color: #94a3b8;
}

.qrform-v2__share-pop {
	position: relative;
	flex-shrink: 0;
}
.qrform-v2__share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.1rem;
	height: 2.1rem;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #2b9eb8;
	cursor: pointer;
	border-radius: 8px;
}
.qrform-v2__share-btn:hover,
.qrform-v2__share-btn[aria-expanded="true"] {
	background: #eef6ff;
	color: #0078d7;
}
.qrform-v2__share-menu {
	position: absolute;
	right: 0;
	top: calc(100% + 0.35rem);
	z-index: 5;
	min-width: 9rem;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
	padding: 0.35rem;
}
.qrform-v2__share-menu a {
	display: block;
	padding: 0.45rem 0.7rem;
	color: #0b3a67;
	text-decoration: none;
	font-size: 0.875rem;
	border-radius: 6px;
}
.qrform-v2__share-menu a:hover {
	background: #eef6ff;
	color: #0078d7;
}

.qrform-v2__kicker {
	display: inline-block;
	margin: 0 0 0.85rem;
	padding: 0.28rem 0.7rem;
	border-radius: 8px;
	background: #e8f3fc;
	color: #0b3a67;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.qrform-v2__title {
	margin: 0 0 1.1rem;
	font-size: clamp(1.7rem, 2.8vw, 2.35rem);
	line-height: 1.22;
	font-weight: 800;
	color: #0b3a67;
}

.qrform-v2__byline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 0.85rem;
	margin: 0 0 0.65rem;
	color: #64748b;
	font-size: 0.875rem;
	line-height: 1.4;
}
.qrform-v2__person {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-width: 0;
}
.qrform-v2__person img {
	width: 36px;
	height: 36px;
	border-radius: 999px;
	object-fit: cover;
	background: #e2e8f0;
	flex-shrink: 0;
}
.qrform-v2__person strong {
	color: #0b3a67;
	font-weight: 700;
}
.qrform-v2__person em {
	font-style: normal;
	color: #94a3b8;
}
.qrform-v2__byline-sep {
	width: 1px;
	height: 1.15rem;
	background: #cbd5e1;
	flex-shrink: 0;
}

.qrform-v2__dates {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
	margin: 0;
	padding: 0 0 1.15rem;
	border-bottom: 1px solid #e8edf3;
	color: #94a3b8;
	font-size: 0.8125rem;
}
.qrform-v2__read {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
}
.qrform-v2__read svg {
	display: block;
}

.qrform-v2__hero {
	margin: 1.35rem 0 1.65rem;
}
.qrform-v2__hero img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
}
.qrform-v2__hero figcaption {
	margin: 0.7rem 0 0;
	text-align: center;
	font-size: 0.875rem;
	font-style: italic;
	color: #94a3b8;
	line-height: 1.45;
}

.qrform-v2__content {
	font-size: 1.0625rem;
	line-height: 1.7;
}
.qrform-v2__content h2,
.qrform-v2__content h3 {
	scroll-margin-top: 6rem;
	color: #0f172a;
}
.qrform-v2__content h2 {
	margin-top: 2rem;
	font-size: 1.35rem;
	color: #0b3a67;
}
.qrform-v2__content h2[id*="faq"],
.qrform-v2__content h2:has(+ .wp-block-ub-content-toggle) {
	padding-bottom: 0.7rem;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid #e8edf3;
	font-weight: 700;
}

.qrform-v2__content .wp-block-ub-content-toggle {
	margin: 0.25rem 0 1.75rem;
}
.qrform-v2__content .wp-block-ub-content-toggle-accordion {
	border: 1px solid #e8edf3 !important;
	border-radius: 10px;
	margin: 0.85rem 0;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}
.qrform-v2__content .wp-block-ub-content-toggle-accordion-title-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.15rem 1.35rem;
	background: #fff !important;
	cursor: pointer;
}
.qrform-v2__content .wp-block-ub-content-toggle-accordion-title {
	margin: 0;
	color: #0b3a67 !important;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.45;
	flex: 1;
	min-width: 0;
}
.qrform-v2__content .wp-block-ub-content-toggle-accordion-title strong {
	font-weight: 700;
	color: inherit;
}
.qrform-v2__content .wp-block-ub-content-toggle-accordion-toggle-wrap {
	position: relative;
	flex: 0 0 0.9rem;
	width: 0.9rem;
	height: 0.9rem;
	color: #0b3a67 !important;
	transform: none;
}
.qrform-v2__content .wp-block-ub-content-toggle-accordion-state-indicator {
	display: none !important;
}
.qrform-v2__content .wp-block-ub-content-toggle-accordion-toggle-wrap::before,
.qrform-v2__content .wp-block-ub-content-toggle-accordion-toggle-wrap::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: currentColor;
	border-radius: 1px;
}
.qrform-v2__content .wp-block-ub-content-toggle-accordion-toggle-wrap::before {
	width: 100%;
	height: 1.5px;
	transform: translate(-50%, -50%);
}
.qrform-v2__content .wp-block-ub-content-toggle-accordion-toggle-wrap::after {
	width: 1.5px;
	height: 100%;
	transform: translate(-50%, -50%);
}
.qrform-v2__content .wp-block-ub-content-toggle-accordion-toggle-wrap:has(.open)::after {
	display: none;
}
.qrform-v2__content .wp-block-ub-content-toggle-accordion-content-wrap {
	padding: 0 1.35rem 1.15rem;
	color: #475569;
	overflow: hidden;
}
.qrform-v2__content .wp-block-ub-content-toggle-accordion-content-wrap.ub-hiding,
.qrform-v2__content .wp-block-ub-content-toggle-accordion-content-wrap.ub-hide {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.qrform-v2__content h3 {
	margin-top: 1.5rem;
	font-size: 1.15rem;
}
.qrform-v2__content a {
	color: #0078d7;
}
.qrform-v2__content img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}
.qrform-v2__content .qrform-v2-highlights,
.qrform-v2__content .wp-block-group.qrform-v2-highlights {
	background: #eef6ff;
	border-radius: 12px;
	padding: 1rem 1.25rem;
	margin: 1.5rem 0;
}
.qrform-v2__content .ez-toc-container {
	display: none !important;
}

.qrform-v2__helpful {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	margin: 2.25rem 0 1.5rem;
	padding: 1.35rem 1.25rem 1.4rem;
	background: #f4f7fb;
	border-radius: 12px;
	text-align: center;
}
.qrform-v2__helpful p {
	margin: 0;
	font-weight: 600;
	font-size: 1.05rem;
	color: #0b3a67;
}
.qrform-v2__helpful-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}
.qrform-v2__helpful button {
	border: 1px solid #dbe3ec;
	background: #fff;
	border-radius: 999px;
	padding: 0.55rem 1.15rem;
	cursor: pointer;
	color: #0b3a67;
	font: inherit;
	font-size: 0.9375rem;
	font-weight: 500;
}
.qrform-v2__helpful button:hover,
.qrform-v2__helpful.is-done button[disabled] {
	border-color: #2b7fff;
	color: #0b3a67;
}
.qrform-v2__helpful.is-done .qrform-v2__helpful-actions {
	display: none;
}
.qrform-v2__helpful-thanks {
	color: #64748b;
	font-weight: 400;
	font-size: 0.9375rem;
}

.qrform-v2__banner {
	background: #2b7fff;
	color: #fff;
	border-radius: 16px;
	padding: 2rem 1.5rem 1.75rem;
	text-align: center;
	margin: 1.75rem 0 0;
	box-shadow: 0 10px 28px rgba(43, 127, 255, 0.28);
}
.qrform-v2__banner-badge {
	display: inline-block;
	margin: 0 0 0.85rem;
	padding: 0.28rem 0.7rem;
	background: #111;
	color: #fff;
	border-radius: 999px;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.qrform-v2__banner h2 {
	margin: 0 0 0.7rem;
	font-size: 1.55rem;
	line-height: 1.3;
	color: #fff;
	font-weight: 700;
}
.qrform-v2__banner-lead {
	margin: 0 auto 1.25rem;
	max-width: 36rem;
	font-size: 0.95rem;
	line-height: 1.55;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.88);
}
.qrform-v2__banner-cta {
	background: #111;
	color: #fff !important;
	padding: 0.75rem 1.35rem;
	border-radius: 10px;
	box-shadow: none;
}

.qrform-v2__btn {
	display: inline-block;
	background: #111827;
	color: #fff !important;
	text-decoration: none;
	border: 0;
	border-radius: 8px;
	padding: 0.65rem 1.1rem;
	font-weight: 700;
	cursor: pointer;
	font-size: 0.9375rem;
	line-height: 1.3;
}
.qrform-v2__btn--light {
	background: #fff;
	color: #0b3a67 !important;
}
.qrform-v2__btn--dark {
	display: block;
	width: 100%;
	text-align: center;
	background: #111;
	color: #fff !important;
	box-sizing: border-box;
}

.qrform-v2__share {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 0.9rem;
	align-items: center;
	margin: 2rem 0 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e8edf3;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #64748b;
}
.qrform-v2__share-list {
	display: flex;
	gap: 0.55rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.qrform-v2__share-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border: 0;
	border-radius: 999px;
	background: #0b3a67;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
	font: inherit;
	line-height: 1;
}
.qrform-v2__share-icon:hover,
.qrform-v2__share-icon:focus {
	background: #082b4d;
	color: #fff;
	outline: none;
}

.qrform-v2__author {
	display: flex;
	gap: 1.15rem;
	align-items: flex-start;
	padding: 1.35rem 1.25rem;
	margin: 0 0 1.25rem;
	border: 1px solid #e8edf3;
	border-radius: 14px;
	background: #fff;
}
.qrform-v2__author img {
	border-radius: 999px;
	width: 72px;
	height: 72px;
	object-fit: cover;
	background: #e8eef6;
	flex-shrink: 0;
}
@media (min-width: 640px) {
	.qrform-v2__author img {
		width: 96px;
		height: 96px;
	}
}
.qrform-v2__author strong {
	display: block;
	color: #0b3a67;
	font-size: 1.15rem;
	line-height: 1.3;
}
.qrform-v2__author-title {
	display: block;
	margin-top: 0.2rem;
	color: #94a3b8;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.qrform-v2__author p {
	margin: 0.55rem 0 0;
	color: #475569;
	font-size: 0.9375rem;
	line-height: 1.55;
	font-weight: 400;
}

.qrform-v2__pager {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	padding-top: 0.25rem;
}
@media (min-width: 640px) {
	.qrform-v2__pager {
		grid-template-columns: 1fr 1fr;
	}
}
.qrform-v2__pager-empty {
	display: none;
}
@media (min-width: 640px) {
	.qrform-v2__pager-empty {
		display: block;
	}
}
.qrform-v2__pager-link {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	text-decoration: none;
	color: #0b3a67;
	border: 1px solid #e8edf3;
	border-radius: 12px;
	padding: 1rem 1.1rem;
	background: #fff;
	min-width: 0;
}
.qrform-v2__pager-link:hover {
	border-color: #cbd5e1;
}
.qrform-v2__pager-link span {
	font-size: 0.6875rem;
	color: #94a3b8;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 700;
}
.qrform-v2__pager-link strong {
	font-size: 0.95rem;
	line-height: 1.4;
	font-weight: 700;
	color: #0b3a67;
	overflow-wrap: anywhere;
}
.qrform-v2__pager-link--next {
	text-align: right;
}

.qrform-v2__sidebar-inner {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
@media (min-width: 960px) {
	.qrform-v2__sidebar-inner {
		position: sticky;
		top: 5.5rem;
	}
}

.qrform-v2__panel {
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 12px;
	padding: 1.15rem 1.15rem 1.2rem;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.qrform-v2__card-title {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 0.9rem;
	font-size: 1.05rem;
	line-height: 1.25;
	font-weight: 700;
	color: #0b3a67;
}
.qrform-v2__card-title::before {
	content: "";
	width: 4px;
	height: 1.15em;
	border-radius: 2px;
	background: #2b7fff;
	flex-shrink: 0;
}
.qrform-v2__card-title--plain {
	margin-bottom: 0.55rem;
}
.qrform-v2__card-title--plain::before {
	display: none;
}

.qrform-v2__search {
	display: block;
	margin: 0;
}
.qrform-v2__search input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #dbe3ec;
	border-radius: 8px;
	padding: 0.62rem 0.8rem;
	min-width: 0;
	background: #fff;
	color: #334155;
	font-size: 0.9rem;
}
.qrform-v2__search input::placeholder {
	color: #94a3b8;
}

.qrform-v2__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	list-style: none;
	margin: 0.75rem 0 0;
	padding: 0;
}
.qrform-v2__tags a {
	display: inline-block;
	padding: 0.28rem 0.75rem;
	border-radius: 999px;
	background: #e8f3fc;
	color: #0b5cad;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	border: 1px solid #d5e6f5;
}
.qrform-v2__tags a:hover,
.qrform-v2__tags a.is-current {
	background: #d7ebfb;
	color: #074a8c;
}

.qrform-v2__toc-sections {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}
.qrform-v2__toc-head {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	background: #eef3f8;
	border-radius: 8px;
	padding: 0.55rem 0.65rem 0.55rem 0.75rem;
}
.qrform-v2__toc-head > a {
	flex: 1;
	min-width: 0;
	color: #0b3a67;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
	overflow-wrap: anywhere;
}
.qrform-v2__toc-head > a:hover,
.qrform-v2__toc-head > a.is-active {
	color: #0078d7;
}
.qrform-v2__toc-toggle {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.6rem;
	height: 1.6rem;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	color: #2b7fff;
}
.qrform-v2__toc-chevron {
	display: block;
	width: 0.55rem;
	height: 0.55rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	margin-top: -0.2rem;
	transition: transform 0.15s ease;
}
.qrform-v2__toc-section.is-open .qrform-v2__toc-chevron {
	transform: rotate(-135deg);
	margin-top: 0.2rem;
}
.qrform-v2__toc-children {
	display: none;
	list-style: none;
	margin: 0.15rem 0 0.2rem;
	padding: 0.35rem 0.15rem 0.2rem 0.85rem;
	counter-reset: toc;
}
.qrform-v2__toc-section.is-open .qrform-v2__toc-children {
	display: block;
}
.qrform-v2__toc-children li {
	counter-increment: toc;
	margin: 0;
}
.qrform-v2__toc-children a {
	display: block;
	padding: 0.38rem 0;
	color: #0b3a67;
	text-decoration: none;
	font-size: 0.8125rem;
	line-height: 1.4;
	font-weight: 600;
	overflow-wrap: anywhere;
}
.qrform-v2__toc-children a::before {
	content: counter(toc) ". ";
	font-weight: 700;
}
.qrform-v2__toc-children a:hover,
.qrform-v2__toc-children a.is-active {
	color: #0078d7;
}

.qrform-v2__cta {
	background: #2b7fff;
	color: #fff;
	border-radius: 12px;
	padding: 1.35rem 1.2rem 1.25rem;
	text-align: center;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}
.qrform-v2__cta h2 {
	margin: 0 0 0.55rem;
	color: #fff;
	font-size: 1.15rem;
	line-height: 1.3;
	font-weight: 700;
}
.qrform-v2__cta p {
	margin: 0 0 1.05rem;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #fff;
}

.qrform-v2__news-lead {
	margin: 0 0 0.85rem;
	color: #64748b;
	font-size: 0.875rem;
	line-height: 1.5;
	font-weight: 400;
}
.qrform-v2__news input[type="email"] {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #dbe3ec;
	border-radius: 8px;
	padding: 0.62rem 0.8rem;
	margin-bottom: 0.55rem;
	background: #fff;
	font-size: 0.9rem;
}
.qrform-v2__news input[type="email"]::placeholder {
	color: #94a3b8;
}
.qrform-v2__news .qrform-v2__btn {
	margin-top: 0;
}
.qrform-v2__news-thanks {
	margin: 0.5rem 0 0;
	color: #0b3a67;
	font-size: 0.8125rem;
}
.qrform-v2__news-error {
	margin: 0.5rem 0 0;
	color: #dc2626;
	font-size: 0.8125rem;
}

.qrform-v2__related {
	margin-top: 2.5rem;
}
.qrform-v2__related > h2 {
	margin: 0 0 1.15rem;
	font-size: 1.45rem;
	color: #0b3a67;
	font-weight: 700;
}
.qrform-v2__related-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}
@media (min-width: 768px) {
	.qrform-v2__related-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.qrform-v2__card {
	display: block;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
}
.qrform-v2__card img {
	width: 100%;
	height: 140px;
	object-fit: cover;
}
.qrform-v2__card h3 {
	margin: 0.75rem 0.9rem 0.25rem;
	font-size: 1rem;
	line-height: 1.35;
}
.qrform-v2__card p {
	margin: 0 0.9rem 0.9rem;
	color: #64748b;
	font-size: 0.8125rem;
}
