body.adn-stage-template {
	--adn-stage-width: min(1180px, calc(100% - 2rem));
	--adn-stage-copy: min(780px, 100%);
	--adn-section-space: 1.7rem;
	--adn-panel: rgba(255, 255, 255, .86);
}

.adn-stage-entry {
	padding: 1.2rem 0 4.5rem;
}

.adn-stage-entry > :is([id^="aidetector-"], [id^="aidetectors-"]) {
	position: relative;
	padding: 0 0 var(--adn-section-space);
	scroll-margin-top: 6rem;
}

.adn-stage-entry > :is([id^="aidetector-"], [id^="aidetectors-"]) > .uagb-container-inner-blocks-wrap {
	width: var(--adn-stage-width) !important;
	max-width: var(--adn-stage-width) !important;
	margin-inline: auto !important;
	position: relative;
	z-index: 1;
}

.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) .wp-block-uagb-container,
.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) .uagb-infobox__content-wrap,
.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) .uagb-testimonial,
.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) .uagb-post__inner-wrap {
	min-width: 0;
}

.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) .uagb-heading-text,
.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) .uagb-ifb-title,
.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) .uagb-question,
.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) .uagb-post__title a {
	color: var(--adn-ink);
	letter-spacing: 0;
}

.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) .uagb-desc-text,
.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) .uagb-ifb-desc,
.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) .uagb-faq-content,
.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) .uagb-post__excerpt,
.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) .uagb-tm__desc {
	color: var(--adn-muted);
}

.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) .uagb-buttons__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
}

.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) .uagb-buttons-repeater,
.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) .uagb-infobox-cta-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.95rem;
	padding: .78rem 1rem;
	border: 1px solid transparent;
	border-radius: var(--adn-radius-sm);
	background: var(--adn-gradient);
	box-shadow: var(--adn-shadow-sm);
	color: #fff !important;
	font-weight: 800;
	text-decoration: none;
}

.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) .blob-css,
.adn-stage-entry :is([id^="aidetector-"], [id^="aidetectors-"]) [class*="blob-css"] {
	display: none !important;
}

#aidetector-tool,
#aidetectors-tool {
	padding-top: .9rem;
}

:is(#aidetector-tool, #aidetectors-tool) > .uagb-container-inner-blocks-wrap {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.15rem;
	border: 1px solid var(--adn-line);
	border-radius: var(--adn-radius-xl);
	background:
		linear-gradient(120deg, rgba(15, 159, 168, .09), transparent 34%),
		linear-gradient(270deg, rgba(122, 92, 255, .08), transparent 38%),
		rgba(255, 255, 255, .86);
	box-shadow: var(--adn-shadow-md);
	overflow: hidden;
}

:is(#aidetector-tool, #aidetectors-tool) .ai-rewriter-wrap {
	--air-surface: #fff;
	--air-panel: #f7fafc;
	--air-border: var(--adn-line);
	--air-border-strong: var(--adn-line-strong);
	--air-muted: var(--adn-muted);
	--air-text: var(--adn-text);
	--air-accent: var(--adn-primary);
	--air-accent-alt: var(--adn-accent);
	--air-focus: rgba(15, 159, 168, .18);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

:is(#aidetector-tool, #aidetectors-tool) .air-compose-panel,
:is(#aidetector-tool, #aidetectors-tool) .air-output-wrap,
:is(#aidetector-tool, #aidetectors-tool) .air-image-card {
	padding: 0;
	border: 0;
	border-radius: none;
	background: none;
	box-shadow: none;
}

:is(#aidetector-tool, #aidetectors-tool) .air-panel-top,
:is(#aidetector-tool, #aidetectors-tool) .air-toolbar,
:is(#aidetector-tool, #aidetectors-tool) .air-output-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: .8rem;
}

:is(#aidetector-tool, #aidetectors-tool) .air-label,
:is(#aidetector-tool, #aidetectors-tool) .air-output-title {
	font-family: var(--adn-heading);
	font-size: 1.3rem;
	font-weight: 800;
}

:is(#aidetector-tool, #aidetectors-tool) .air-counter,
:is(#aidetector-tool, #aidetectors-tool) .air-output-copy {
	border-radius: var(--adn-radius-sm);
	background: #f7fafc;
	box-shadow: none;
	color: var(--adn-muted);
}

:is(#aidetector-tool, #aidetectors-tool) .air-textarea,
:is(#aidetector-tool, #aidetectors-tool) .air-input,
:is(#aidetector-tool, #aidetectors-tool) .air-image-dropzone {
	border: 1px solid var(--adn-line);
	border-radius: var(--adn-radius-md);
	background: #f8fbfd;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
	color: var(--adn-text);
}

:is(#aidetector-tool, #aidetectors-tool) .ai-rewriter-input {
	min-height: 18rem;
}

:is(#aidetector-tool, #aidetectors-tool) .air-button {
	min-height: 3rem;
	border-radius: var(--adn-radius-sm);
	background: var(--adn-gradient);
	box-shadow: var(--adn-shadow-sm);
	font-weight: 850;
}

:is(#aidetector-tool, #aidetectors-tool) .air-prompt-block {
	display: flex;
	flex-direction: column;
	gap: .85rem;
	padding-top: .95rem;
	border-top: 1px solid var(--adn-line);
}

:is(#aidetector-tool, #aidetectors-tool) .air-prompt-grid {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
}

:is(#aidetector-tool, #aidetectors-tool) .air-prompt-card {
	flex: 1 1 13rem;
	min-width: 0;
	border: 1px solid var(--adn-line);
	border-radius: var(--adn-radius-sm);
	background: #fff;
	box-shadow: none;
}

:is(#aidetector-tool, #aidetectors-tool) .air-prompt-card:hover,
:is(#aidetector-tool, #aidetectors-tool) .air-prompt-card.is-active {
	border-color: rgba(15, 159, 168, .45);
	box-shadow: var(--adn-shadow-sm);
}

:is(#aidetector-proof, #aidetectors-proof) > .uagb-container-inner-blocks-wrap,
:is(#aidetector-signal, #aidetectors-signal) > .uagb-container-inner-blocks-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: .9rem;
	padding: 1rem 0;
	border-top: 1px solid var(--adn-line);
	border-bottom: 1px solid var(--adn-line);
}

:is(#aidetector-proof, #aidetectors-proof) .wp-block-uagb-container,
:is(#aidetector-signal, #aidetectors-signal) .wp-block-uagb-container {
	flex: 1 1 14rem;
	padding: 1rem !important;
	border: 1px solid var(--adn-line);
	border-radius: var(--adn-radius-sm);
	background: rgba(255, 255, 255, .72);
}

:is(#aidetector-proof, #aidetectors-proof) > .uagb-container-inner-blocks-wrap {
	align-items: center;
	justify-content: center;
	gap: .7rem;
	padding: .85rem;
	border: 1px solid var(--adn-line);
	border-radius: var(--adn-radius-lg);
	background: rgba(255, 255, 255, .58);
	box-shadow: var(--adn-shadow-sm);
}

:is(#aidetector-proof, #aidetectors-proof) .wp-block-uagb-container {
	min-height: 0 !important;
	height: auto !important;
}

:is(#aidetector-proof, #aidetectors-proof) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container {
	flex: 0 1 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto !important;
	min-width: 0;
	padding: .7rem .9rem !important;
	border-color: rgba(220, 231, 238, .82);
	border-radius: var(--adn-radius-md);
	background: rgba(255, 255, 255, .82);
	box-shadow: none;
}

:is(#aidetector-proof, #aidetectors-proof) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:empty {
	display: none;
}

:is(#aidetector-proof, #aidetectors-proof) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container .wp-block-uagb-container,
:is(#aidetector-proof, #aidetectors-proof) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container .uagb-infobox__content-wrap {
	flex: 0 1 auto;
	width: auto !important;
	min-width: 0;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0;
	background: transparent;
	box-shadow: none;
}

:is(#aidetector-proof, #aidetectors-proof) :is(.uagb-ratings__outer-wrap, .uag-star-rating, .uagb-rating, .uagb-ifb-content, .uagb-ifb-title, .uagb-ifb-desc) {
	margin: 0 !important;
}

:is(#aidetector-proof, #aidetectors-proof) :is(.uagb-ratings__outer-wrap, .uag-star-rating) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .18rem;
	white-space: nowrap;
}

:is(#aidetector-proof, #aidetectors-proof) img {
	display: block;
	width: auto;
	max-width: 2.25rem;
	max-height: 2.25rem;
	object-fit: contain;
}

:is(#aidetector-proof, #aidetectors-proof) .uagb-ifb-title,
:is(#aidetector-proof, #aidetectors-proof) .uagb-ifb-desc,
:is(#aidetector-proof, #aidetectors-proof) .uagb-rating-value {
	color: var(--adn-muted);
	font-size: .95rem;
	line-height: 1.2;
	white-space: nowrap;
}

:is(#aidetector-flow-01, #aidetectors-flow-01, #aidetector-flow-02, #aidetectors-flow-02, #aidetector-flow-03, #aidetectors-flow-03) > .uagb-container-inner-blocks-wrap,
:is(#aidetector-stories-01, #aidetectors-stories-01, #aidetector-stories-02, #aidetectors-stories-02),
:is(#aidetector-editorial-03, #aidetectors-editorial-03, #aidetector-editorial-05, #aidetectors-editorial-05) > .uagb-container-inner-blocks-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 1rem;
}

:is(#aidetector-flow-01, #aidetectors-flow-01, #aidetector-flow-02, #aidetectors-flow-02, #aidetector-flow-03, #aidetectors-flow-03) .wp-block-uagb-container,
:is(#aidetector-editorial-03, #aidetectors-editorial-03, #aidetector-editorial-05, #aidetectors-editorial-05) .wp-block-uagb-container,
:is(#aidetector-stories-01, #aidetectors-stories-01, #aidetector-stories-02, #aidetectors-stories-02) .uagb-testimonial {
	flex: 1 1 18rem;
	padding: 1rem !important;
	border: 1px solid var(--adn-line);
	border-radius: var(--adn-radius-sm);
	background: rgba(255, 255, 255, .82);
	box-shadow: var(--adn-shadow-sm);
}

:is(#aidetector-editorial-01, #aidetectors-editorial-01) > .uagb-container-inner-blocks-wrap,
:is(#aidetector-editorial-02, #aidetectors-editorial-02) > .uagb-container-inner-blocks-wrap {
	display: flex;
	align-items: stretch;
	gap: 1rem;
		justify-content: space-around;
}

:is(#aidetector-editorial-01, #aidetectors-editorial-01) .wp-block-uagb-container,
:is(#aidetector-editorial-02, #aidetectors-editorial-02) .wp-block-uagb-container {
	min-width: 0;
	min-height: 0 !important;
	height: auto !important;
}

:is(#aidetector-editorial-01, #aidetectors-editorial-01) > .uagb-container-inner-blocks-wrap {
	align-items: center;
	padding: 1rem;
	border: 1px solid var(--adn-line);
	border-radius: var(--adn-radius-lg);
	background:
		linear-gradient(90deg, rgba(15, 159, 168, .08), transparent 36%),
		rgba(255, 255, 255, .88);
	box-shadow: var(--adn-shadow-sm);
}

:is(#aidetector-editorial-01, #aidetectors-editorial-01) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container {
	flex: 1 1 36rem;
	display: flex;
	flex-direction: column;
	gap: .9rem;
	padding: 1rem 1rem 1rem 1.25rem !important;
	border-left: 4px solid var(--adn-primary);
	background: transparent;
}

:is(#aidetector-editorial-01, #aidetectors-editorial-01) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-image {
	flex: 0 1 20rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 1rem;
	border: 1px solid rgba(15, 159, 168, .16);
	border-radius: var(--adn-radius-md);
	background: linear-gradient(135deg, #f8fbfd, rgba(15, 159, 168, .08));
}

:is(#aidetector-editorial-01, #aidetectors-editorial-01) .wp-block-uagb-image__figure {
	margin: 0;
}

:is(#aidetector-editorial-01, #aidetectors-editorial-01) img {
	width: min(100%, 18rem);
	height: auto;
	object-fit: contain;
}

:is(#aidetector-editorial-01, #aidetectors-editorial-01) h2.uagb-heading-text {
	font-size: 2.65rem;
	line-height: 1.05;
}

:is(#aidetector-editorial-01, #aidetectors-editorial-01) p {
	max-width: 68ch;
	margin-bottom: 0;
	color: var(--adn-text);
	font-size: 1.02rem;
	line-height: 1.72;
}

:is(#aidetector-editorial-02, #aidetectors-editorial-02) > .uagb-container-inner-blocks-wrap {
	align-items: center;
	padding: 1rem;
	border-radius: var(--adn-radius-lg);
	background:
		linear-gradient(135deg, rgba(23, 32, 51, .96), rgba(15, 159, 168, .86)),
		var(--adn-ink);
	box-shadow: var(--adn-shadow-md);
	color: #fff;
	overflow: hidden;
}

:is(#aidetector-editorial-02, #aidetectors-editorial-02) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-image {
	flex: 0 1 24rem;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	margin: 0 !important;
	padding: 1rem 1rem 0;
	border-radius: var(--adn-radius-md);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .04)),
		radial-gradient(circle at 50% 34%, rgba(182, 226, 75, .24), transparent 46%);
}

:is(#aidetector-editorial-02, #aidetectors-editorial-02) .wp-block-uagb-image__figure {
	margin: 0;
}

:is(#aidetector-editorial-02, #aidetectors-editorial-02) img {
	width: min(100%, 20rem);
	height: auto;
	object-fit: contain;
}

:is(#aidetector-editorial-02, #aidetectors-editorial-02) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container {
	flex: 1 1 34rem;
	display: flex;
	flex-direction: column;
	gap: .85rem;
	padding: 1.15rem !important;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: var(--adn-radius-md);
	background: rgba(255, 255, 255, .08);
}

:is(#aidetector-editorial-02, #aidetectors-editorial-02) h2.uagb-heading-text {
	color: #fff;
	font-size: 2.35rem;
	line-height: 1.08;
}

:is(#aidetector-editorial-02, #aidetectors-editorial-02) p {
	max-width: 70ch;
	margin-bottom: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 1rem;
	line-height: 1.74;
}

:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

:is(#aidetector-advantages, #aidetectors-advantages) .wp-block-uagb-container {
	min-width: 0;
	min-height: 0 !important;
	height: auto !important;
}

:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container {
	border: 1px solid var(--adn-line);
	border-radius: var(--adn-radius-lg);
	background: rgba(255, 255, 255, .84);
	box-shadow: var(--adn-shadow-sm);
}

:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:first-child {
	display: flex;
	align-items: flex-start;
	gap: 1.1rem;
	padding: 1.15rem !important;
}

:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:first-child > .uagb-infobox__content-wrap {
	flex: 1 1 18rem;
	min-width: 0;
}

:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:first-child .uagb-ifb-title {
	margin: 0;
}

:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:first-child h2.uagb-ifb-title {
	font-size: 3.4rem;
	line-height: 1.02;
}

:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) {
	display: flex;
	align-items: stretch;
	gap: 1rem;
	padding: 1rem !important;
}

:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) > .wp-block-uagb-image {
	flex: 1 1 24rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: min(100%, 18rem);
	margin: 0 !important;
	padding: 1rem;
	border-radius: var(--adn-radius-md);
	background: linear-gradient(135deg, rgba(15, 159, 168, .08), rgba(122, 92, 255, .07));
}

:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) > .wp-block-uagb-image img {
	width: min(100%, 27rem);
	height: auto;
	object-fit: contain;
}

:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) > .wp-block-uagb-container {
	flex: 1.1 1 25rem;
	display: flex;
	flex-direction: column;
	gap: .85rem;
	padding: 0 !important;
	border: 0;
	background: transparent;
	box-shadow: none;
}

:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) > .wp-block-uagb-container > .wp-block-uagb-container {
	display: flex;
	align-items: stretch;
	gap: .85rem;
	padding: 0 !important;
	border: 0;
	background: transparent;
	box-shadow: none;
}

:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) > .wp-block-uagb-container > .wp-block-uagb-container > .uagb-infobox__content-wrap {
	flex: 1 1 13rem;
	min-width: 13rem;
	padding: 1rem;
	border: 1px solid var(--adn-line);
	border-radius: var(--adn-radius-md);
	background: #fff;
	box-shadow: none;
}

:is(#aidetector-advantages, #aidetectors-advantages) .uagb-infobox__content-wrap .uagb-ifb-content {
	width: 100%;
}

:is(#aidetector-advantages, #aidetectors-advantages) h3.uagb-ifb-title {
	font-size: 1.18rem;
	line-height: 1.2;
}

:is(#aidetector-advantages, #aidetectors-advantages) .uagb-ifb-desc {
	font-size: .98rem;
	line-height: 1.58;
}

:is(#aidetector-flow-04, #aidetectors-flow-04) > .uagb-container-inner-blocks-wrap {
	padding: 1rem;
	border: 1px solid var(--adn-line);
	border-radius: var(--adn-radius-lg);
	background: rgba(255, 255, 255, .78);
}

:is(#aidetector-flow-04, #aidetectors-flow-04) .wp-block-uagb-container {
	border: 0;
	background: transparent;
	box-shadow: none;
}

:is(#aidetector-divider, #aidetectors-divider) {
	padding: .4rem 0 1.4rem;
}

:is(#aidetector-divider, #aidetectors-divider) > .uagb-container-inner-blocks-wrap {
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--adn-line-strong), transparent);
}

:is(#aidetector-editorial-04, #aidetectors-editorial-04) > .uagb-container-inner-blocks-wrap,
#ai-scrollbox {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1rem;
	border: 1px solid var(--adn-line);
	border-radius: var(--adn-radius-lg);
	background: rgba(255, 255, 255, .86);
	box-shadow: var(--adn-shadow-sm);
}

#ai-scrollbox {
	max-height: 34rem;
	overflow: auto;
	scrollbar-gutter: stable both-edges;
	scroll-padding: 1rem;
	box-shadow: none;
	border: 0;
}

#ai-scrollbox::-webkit-scrollbar {
	width: .8rem;
}

#ai-scrollbox::-webkit-scrollbar-track {
	background: #edf4f7;
	border-radius: 999px;
}

#ai-scrollbox::-webkit-scrollbar-thumb {
	border: 3px solid #edf4f7;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--adn-primary), var(--adn-accent));
}

#ai-scrollbox {
	scrollbar-width: thin;
	scrollbar-color: var(--adn-primary) #edf4f7;
}

:is(#aidetector-faq-intro, #aidetectors-faq-intro, #aidetector-stories-intro, #aidetectors-stories-intro) > .uagb-container-inner-blocks-wrap {
	max-width: var(--adn-copy) !important;
	text-align: center;
}

:is(#aidetector-faq-01, #aidetectors-faq-01, #aidetector-faq-02, #aidetectors-faq-02, #aidetector-faq-03, #aidetectors-faq-03, #aidetector-faq-04, #aidetectors-faq-04, #aidetector-faq-05, #aidetectors-faq-05) .uagb-faq-item {
	margin-bottom: .7rem;
	border: 1px solid var(--adn-line) !important;
	border-radius: var(--adn-radius-sm) !important;
	background: rgba(255, 255, 255, .88) !important;
	box-shadow: var(--adn-shadow-sm);
	overflow: hidden;
}

:is(#aidetector-faq-01, #aidetectors-faq-01, #aidetector-faq-02, #aidetectors-faq-02, #aidetector-faq-03, #aidetectors-faq-03, #aidetector-faq-04, #aidetectors-faq-04, #aidetector-faq-05, #aidetectors-faq-05) .uagb-question {
	padding: 1rem !important;
}

:is(#aidetector-faq-02, #aidetectors-faq-02) > .uagb-container-inner-blocks-wrap {
	max-width: min(980px, calc(100% - 2rem)) !important;
}

:is(#aidetector-faq-02, #aidetectors-faq-02) .wp-block-uagb-advanced-heading {
	margin-bottom: 1rem;
	text-align: center;
}

:is(#aidetector-faq-02, #aidetectors-faq-02) .uagb-faq__outer-wrap {
	counter-reset: adn-faq;
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

:is(#aidetector-faq-02, #aidetectors-faq-02) .uagb-faq-item {
	counter-increment: adn-faq;
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin: 0 !important;
	padding: 1rem 1rem 1rem 4.8rem;
	border-color: rgba(15, 159, 168, .22) !important;
	border-radius: var(--adn-radius-md) !important;
	background:
		linear-gradient(90deg, rgba(15, 159, 168, .08), transparent 42%),
		rgba(255, 255, 255, .9) !important;
	box-shadow: var(--adn-shadow-sm);
}

:is(#aidetector-faq-02, #aidetectors-faq-02) .uagb-faq-item::before {
	content: counter(adn-faq, decimal-leading-zero);
	position: absolute;
	top: 1.05rem;
	left: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.65rem;
	height: 2.65rem;
	border-radius: var(--adn-radius-sm);
	background: var(--adn-gradient);
	color: #fff;
	font-weight: 850;
	line-height: 1;
}

:is(#aidetector-faq-02, #aidetectors-faq-02) .uagb-faq-questions-button {
	flex: 0 0 38%;
	min-width: 14rem;
	padding: 0 !important;
}

:is(#aidetector-faq-02, #aidetectors-faq-02) .uagb-question {
	padding: 0 !important;
	font-size: 1.16rem;
	line-height: 1.25;
}

:is(#aidetector-faq-02, #aidetectors-faq-02) .uagb-faq-content {
	flex: 1 1 auto;
	padding: .05rem 0 0 !important;
	border-left: 1px solid var(--adn-line);
}

:is(#aidetector-faq-02, #aidetectors-faq-02) .uagb-faq-content p {
	margin: 0;
	padding-left: 1rem;
	line-height: 1.65;
}

:is(#aidetector-faq-03, #aidetectors-faq-03) > .uagb-container-inner-blocks-wrap {
	display: flex;
	align-items: flex-start;
	gap: 1.2rem;
}

:is(#aidetector-faq-03, #aidetectors-faq-03) .wp-block-uagb-advanced-heading {
	position: sticky;
	top: 6.5rem;
	flex: 0 0 18rem !important;
	width: 18rem !important;
	max-width: 18rem !important;
	min-height: 0 !important;
	height: auto !important;
	padding: 1.1rem;
	border: 1px solid var(--adn-line);
	border-radius: var(--adn-radius-md);
	background:
		linear-gradient(180deg, rgba(182, 226, 75, .14), transparent),
		rgba(255, 255, 255, .86);
	box-shadow: var(--adn-shadow-sm);
}

:is(#aidetector-faq-03, #aidetectors-faq-03) .wp-block-uagb-advanced-heading .uagb-heading-text {
	font-size: 2.1rem;
}

:is(#aidetector-faq-03, #aidetectors-faq-03) .uagb-faq__outer-wrap {
	flex: 1 1 0;
	width: auto !important;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: .85rem;
}

:is(#aidetector-faq-03, #aidetectors-faq-03) .uagb-faq-item {
	display: flex;
	align-items: stretch;
	margin: 0 !important;
	padding: 0;
	border-color: var(--adn-line) !important;
	border-radius: var(--adn-radius-md) !important;
	background: rgba(255, 255, 255, .84) !important;
	box-shadow: none;
	overflow: hidden;
}

:is(#aidetector-faq-03, #aidetectors-faq-03) .uagb-faq-questions-button {
	flex: 0 0 36%;
	align-items: flex-start;
	padding: 1rem !important;
	border-right: 1px solid var(--adn-line);
	background: rgba(247, 250, 252, .9);
}

:is(#aidetector-faq-03, #aidetectors-faq-03) .uagb-question {
	padding: 0 !important;
	font-size: 1.05rem;
	line-height: 1.28;
}

:is(#aidetector-faq-03, #aidetectors-faq-03) .uagb-faq-content {
	flex: 1 1 auto;
	padding: 1rem !important;
}

:is(#aidetector-faq-03, #aidetectors-faq-03) .uagb-faq-content p {
	margin: 0;
	line-height: 1.64;
}

:is(#aidetector-faq-04, #aidetectors-faq-04) > .uagb-container-inner-blocks-wrap {
	padding: 1rem;
	border: 1px solid var(--adn-line);
	border-radius: var(--adn-radius-lg);
	background: rgba(255, 255, 255, .74);
	box-shadow: var(--adn-shadow-sm);
}

:is(#aidetector-faq-04, #aidetectors-faq-04) .wp-block-uagb-advanced-heading {
	margin-bottom: 1rem;
}

:is(#aidetector-faq-04, #aidetectors-faq-04) .uagb-faq__outer-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: .85rem;
}

:is(#aidetector-faq-04, #aidetectors-faq-04) .uagb-faq-item {
	flex: 1 1 18rem;
	min-width: 0;
	margin: 0 !important;
	padding: .95rem;
	border-color: var(--adn-line) !important;
	border-radius: var(--adn-radius-md) !important;
	background: #fff !important;
	box-shadow: none;
}

:is(#aidetector-faq-04, #aidetectors-faq-04) .uagb-faq-questions-button {
	align-items: flex-start;
	gap: .65rem;
	padding: 0 !important;
}

:is(#aidetector-faq-04, #aidetectors-faq-04) .uagb-icon,
:is(#aidetector-faq-04, #aidetectors-faq-04) .uagb-icon-active {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.85rem;
	height: 1.85rem;
	border-radius: 999px;
	background: rgba(15, 159, 168, .1);
	color: var(--adn-primary);
}

:is(#aidetector-faq-04, #aidetectors-faq-04) .uagb-icon svg,
:is(#aidetector-faq-04, #aidetectors-faq-04) .uagb-icon-active svg {
	width: .82rem;
	height: .82rem;
	fill: currentColor;
}

:is(#aidetector-faq-04, #aidetectors-faq-04) .uagb-question {
	padding: 0 !important;
	font-size: 1.02rem;
	line-height: 1.3;
}

:is(#aidetector-faq-04, #aidetectors-faq-04) .uagb-faq-content {
	padding: .75rem 0 0 2.5rem !important;
}

:is(#aidetector-faq-04, #aidetectors-faq-04) .uagb-faq-content p {
	margin: 0;
	line-height: 1.6;
}

:is(#aidetector-faq-05, #aidetectors-faq-05) > .uagb-container-inner-blocks-wrap {
	padding: 1.1rem;
	border-radius: var(--adn-radius-lg);
	background:
		linear-gradient(135deg, rgba(16, 24, 40, .98), rgba(18, 107, 112, .94)),
		var(--adn-ink);
	box-shadow: var(--adn-shadow-md);
	color: #fff;
}

:is(#aidetector-faq-05, #aidetectors-faq-05) .wp-block-uagb-advanced-heading {
	margin-bottom: 1rem;
}

:is(#aidetector-faq-05, #aidetectors-faq-05) .uagb-heading-text {
	color: #fff;
}

:is(#aidetector-faq-05, #aidetectors-faq-05) .uagb-faq__outer-wrap {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

:is(#aidetector-faq-05, #aidetectors-faq-05) .uagb-faq-item {
	margin: 0 !important;
	padding: 0;
	border-color: rgba(255, 255, 255, .14) !important;
	border-radius: var(--adn-radius-sm) !important;
	background: rgba(255, 255, 255, .07) !important;
	box-shadow: none;
	overflow: hidden;
}

:is(#aidetector-faq-05, #aidetectors-faq-05) .uagb-faq-questions-button {
	display: flex;
	align-items: center;
	gap: .75rem;
	padding: .95rem 1rem !important;
}

:is(#aidetector-faq-05, #aidetectors-faq-05) .uagb-icon,
:is(#aidetector-faq-05, #aidetectors-faq-05) .uagb-icon-active {
	order: 2;
	margin-left: auto;
	color: var(--adn-signal);
}

:is(#aidetector-faq-05, #aidetectors-faq-05) .uagb-icon svg,
:is(#aidetector-faq-05, #aidetectors-faq-05) .uagb-icon-active svg {
	width: .9rem;
	height: .9rem;
	fill: currentColor;
}

:is(#aidetector-faq-05, #aidetectors-faq-05) .uagb-question {
	padding: 0 !important;
	color: #fff;
	font-size: 1.03rem;
	line-height: 1.28;
}

:is(#aidetector-faq-05, #aidetectors-faq-05) .uagb-faq-content {
	padding: 0 1rem 1rem !important;
}

:is(#aidetector-faq-05, #aidetectors-faq-05) .uagb-faq-content p {
	margin: 0;
	color: rgba(255, 255, 255, .76);
	line-height: 1.62;
}

:is(#aidetector-finale, #aidetectors-finale) > .uagb-container-inner-blocks-wrap {
	padding: 1.35rem;
	border: 1px solid rgba(15, 159, 168, .24);
	border-radius: var(--adn-radius-lg);
	background:
		linear-gradient(135deg, rgba(15, 159, 168, .12), rgba(122, 92, 255, .10)),
		rgba(255, 255, 255, .9);
	box-shadow: var(--adn-shadow-md);
	text-align: center;
}

:is(#aidetector-journal, #aidetectors-journal) .uagb-post__inner-wrap {
	border: 1px solid var(--adn-line);
	border-radius: var(--adn-radius-sm);
	background: rgba(255, 255, 255, .86);
	box-shadow: var(--adn-shadow-sm);
	overflow: hidden;
}

@media (max-width: 760px) {
	body.adn-stage-template {
		--adn-stage-width: calc(100% - 1rem);
		--adn-section-space: 1.1rem;
	}

	:is(#aidetector-tool, #aidetectors-tool) > .uagb-container-inner-blocks-wrap {
		padding: .75rem;
		border-radius: var(--adn-radius-lg);
	}

	:is(#aidetector-tool, #aidetectors-tool) .ai-rewriter-input {
		min-height: 14rem;
	}

	:is(#aidetector-proof, #aidetectors-proof) > .uagb-container-inner-blocks-wrap {
		justify-content: flex-start;
		gap: .55rem;
		padding: .65rem;
	}

	:is(#aidetector-proof, #aidetectors-proof) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container {
		flex: 1 1 calc(50% - .55rem);
		min-width: 8.5rem;
		padding: .65rem .75rem !important;
	}

	:is(#aidetector-proof, #aidetectors-proof) .uagb-ifb-title,
	:is(#aidetector-proof, #aidetectors-proof) .uagb-ifb-desc,
	:is(#aidetector-proof, #aidetectors-proof) .uagb-rating-value {
		white-space: normal;
	}

	:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:first-child,
	:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2),
	:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) > .wp-block-uagb-container,
	:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) > .wp-block-uagb-container > .wp-block-uagb-container {
		flex-direction: column;
	}

	:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:first-child h2.uagb-ifb-title {
		font-size: 2.25rem;
	}

	:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:first-child > .uagb-infobox__content-wrap,
	:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) > .wp-block-uagb-image,
	:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) > .wp-block-uagb-container,
	:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) > .wp-block-uagb-container > .wp-block-uagb-container > .uagb-infobox__content-wrap {
		flex: 0 1 auto;
	}

	:is(#aidetector-advantages, #aidetectors-advantages) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) > .wp-block-uagb-container > .wp-block-uagb-container > .uagb-infobox__content-wrap {
		min-width: 0;
	}

	:is(#aidetector-editorial-01, #aidetectors-editorial-01) > .uagb-container-inner-blocks-wrap,
	:is(#aidetector-editorial-02, #aidetectors-editorial-02) > .uagb-container-inner-blocks-wrap {
		flex-direction: column;
		padding: .85rem;
	}

	:is(#aidetector-editorial-01, #aidetectors-editorial-01) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container,
	:is(#aidetector-editorial-01, #aidetectors-editorial-01) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-image,
	:is(#aidetector-editorial-02, #aidetectors-editorial-02) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container,
	:is(#aidetector-editorial-02, #aidetectors-editorial-02) > .uagb-container-inner-blocks-wrap > .wp-block-uagb-image {
		flex: 0 1 auto;
		width: 100%;
	}

	:is(#aidetector-editorial-01, #aidetectors-editorial-01) h2.uagb-heading-text,
	:is(#aidetector-editorial-02, #aidetectors-editorial-02) h2.uagb-heading-text {
		font-size: 2rem;
	}

	:is(#aidetector-editorial-01, #aidetectors-editorial-01) img,
	:is(#aidetector-editorial-02, #aidetectors-editorial-02) img {
		width: min(100%, 15rem);
	}

	:is(#aidetector-faq-02, #aidetectors-faq-02) .uagb-faq-item,
	:is(#aidetector-faq-03, #aidetectors-faq-03) .uagb-faq-item {
		flex-direction: column;
		padding: 1rem;
	}

	:is(#aidetector-faq-02, #aidetectors-faq-02) .uagb-faq-questions-button,
	:is(#aidetector-faq-02, #aidetectors-faq-02) .uagb-faq-content,
	:is(#aidetector-faq-03, #aidetectors-faq-03) .uagb-faq-questions-button,
	:is(#aidetector-faq-03, #aidetectors-faq-03) .uagb-faq-content {
		flex: 0 1 auto;
		width: 100%;
		min-width: 0;
		border-left: 0;
		border-right: 0;
	}

	:is(#aidetector-faq-02, #aidetectors-faq-02) .uagb-faq-content p {
		padding-left: 0;
	}

	:is(#aidetector-faq-02, #aidetectors-faq-02) .uagb-faq-item {
		padding: 1rem 1rem 1rem 4.7rem;
	}

	:is(#aidetector-faq-02, #aidetectors-faq-02) .uagb-faq-item::before {
		top: 1rem;
		left: 1rem;
		width: 2.45rem;
		height: 2.45rem;
	}

	:is(#aidetector-faq-03, #aidetectors-faq-03) > .uagb-container-inner-blocks-wrap {
		flex-direction: column;
	}

	:is(#aidetector-faq-03, #aidetectors-faq-03) .wp-block-uagb-advanced-heading {
		position: relative;
		top: auto;
		flex: 0 1 auto !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	:is(#aidetector-faq-04, #aidetectors-faq-04) .uagb-faq-item {
		flex-basis: 100%;
	}

	#ai-scrollbox {
		max-height: 25rem;
	}
}
