@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Screen reader only text - accessible but visually hidden */
.screen-reader-text,
.sr-only {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* AI Agent Structured Data - hidden but accessible to crawlers */
.brand-structured-data {
	/* Ensure the data is in the DOM but not visible */
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.brand-structured-data table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.brand-structured-data th,
.brand-structured-data td {
	padding: 2px 4px;
	text-align: left;
}

@media only screen and (min-width: 38.5em) {}

@media only screen and (min-width: 73.5em) {
	/* up to 73.5em = 1176px */
}

@media only screen and (min-width: 82.5em) {}

@media only screen and (max-width: 68.49em) {}

body {
	font-family: 'Poppins', sans-serif;
}

:root {
	--primary-color: #805AA5;
}

a {
	color: var(--primary-color);
	text-decoration: none;
}

body.brand_insight-template-default,
body.industry_insight-template-default,
body.macro_sector-template-default {
	background-color: #4329CE;
	background-image: url("https://staging2.facteus.com/wp-content/uploads/2025/06/Data-pages-BG-scaled.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}


.brand-insight-sidebar .is-layout-flex {
	gap: unset;
}

.brand-insight-sidebar .btd-merchant-logo+p {
	margin-top: 1rem;
	margin-bottom: 0.7rem;
}

.brand-insight-sidebar .select-another>p {
	margin-bottom: 0.5rem;
}

.insight-info {
	display: block;
	font-size: 1rem;
	font-weight: 300;
}

.insight-option {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-right: 5px;
}

.insight-name {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 8px;
	font-size: 0.9rem;
}

.insight-symbol {
	flex: 0 0 auto;
	font-size: 0.85em;
	font-weight: 600;
	background-color: #f0f0f0;
	border-radius: 3px;
	padding: 2px 6px;
	color: #555;
	margin-left: auto;
	white-space: nowrap;
}

.brand_insight .breadcrumbs,
.industry_insight .breadcrumbs,
.brand_insight .breadcrumbs span span a,
.industry_insight .breadcrumbs span span a,
.macro_sector .breadcrumbs span span a,
.macro_sector .breadcrumbs span span a {
	/* color: #fff; */
	font-size: 0.9rem;
}

.ticker-info {
	line-height: 1;
	display: block;
	font-size: 1rem;
}

.chart-container {
	/* min-height: 400px; */
	height: 400px;
	width: 100%;
	margin-top: 0.5rem;
}

.btd-merchant-logo {
	text-align: center;
	/* margin-top: 2rem; */
	/* min-height: 3rem; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-bottom: 0.7rem; */
}

.btd-merchant-logo img {
	max-width: 10rem;
	height: auto;
	max-height: 3rem;
}

.chart-card.minimized button.toggle-stretch svg.shrink {
	display: none;
}

.chart-card button.toggle-stretch svg.expand {
	display: none;
}

.chart-card.minimized button.toggle-stretch svg.expand {
	display: block;
}

button.toggle-stretch {
	background: #fff;
	border: none;
	/* position: absolute; */
	top: 1rem;
	right: 1rem;
	cursor: pointer;
	padding: 0.4rem;
	transition: all 0.2s ease-in-out;
	/* display: none; */
	border-radius: 6px;
	width: 2.2rem;
	height: 2.2rem;
	justify-content: center;
	/* align-items: center; */
	transition: all 0.3s ease-in-out;
	border: 1px solid transparent;
	z-index: 9;
}

button.toggle-stretch:hover {
	transition: all 0.2s ease-in-out;
	background: #fbfafc;
	/* border: 1px solid #b189dbfa; */
	/* transform: scale(1.1); */
}

button.toggle-stretch:active,
button.toggle-stretch:focus {
	background: transparent;
	top: calc(1rem + 1px);
	transition: all 0.2s ease-in-out;
}

button.toggle-stretch svg {
	height: 1.2rem;
	width: 1.2rem;
}

button.toggle-stretch svg path {
	fill: #111;
}

button.toggle-stretch svg.shrink {}

button.toggle-stretch svg.expand {}

button.toggle-stretch:hover svg path {
	fill: #6212b7;
}

.iframe-lightbox .content>.body {
	height: 80vh !important;
}

.iframe-lightbox div.content-holder {
	top: 15vh;
	transform: translate(-50%, 0%);
}

/* Chart Card Styles */
/* .chart-grid {
    display: flex;
    flex-flow: column;
    gap: 1rem;
} */

/* .unlock-data-wrapper .circle a {
    font-size: 0.8rem;
    font-weight: 400;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column nowrap;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.unlock-data-wrapper .circle  a:hover {

}
.unlock-data-wrapper .circle a:active {

} */
.chart-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 1px 1px 12px rgb(0 0 0 / 11%);
	padding: 0.8rem 1rem;
	transition: box-shadow 0.3s ease;
	flex: 0 1 auto;
	/* width: 100%; */
	position: relative;
	/* margin-top: 1rem; */
	transition: all 0.4s ease-in-out;
}

.chart-card .unlock-data-wrapper,
.btd-chart-wrapper .unlock-data-wrapper {
	position: absolute;
	right: 2vw;
	width: 32%;
	height: auto;
	z-index: 0;
	bottom: 7rem;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	min-width: 8rem;
	transition: all 0.2s ease-in-out;
}

.chart-card .unlock-data-wrapper {
	top: 10rem;
}

.btd-chart-wrapper .unlock-data-wrapper {
	top: 3rem;
}

.chart-card .unlock-data-wrapper::before,
.btd-chart-wrapper .unlock-data-wrapper::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	left: -1rem;
	bottom: -1rem;
	top: -1rem;
	background: linear-gradient(90deg, rgb(255 255 255 / 20%) 0%, rgb(255 255 255 / 93%) 30%);
	z-index: -1;
	border-radius: 0.3rem;
	opacity: 1;
}

.chart-card .unlock-data-wrapper::after,
.btd-chart-wrapper .unlock-data-wrapper::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	/* background: #fff; */
	z-index: -1;
	border-radius: 0.6rem;
	/* opacity: 0.6; */
	/* box-shadow: 0px 1px 13px -6px rgb(0 0 0 / 70%); */
	border-radius: 0.6rem;
	filter: blur(13px);
}

.unlock-data-wrapper svg {
	width: 2rem;
	height: 2.5rem;
	/* margin-bottom: 0.6rem; */
	z-index: 1;
}

.unlock-data-wrapper svg path {
	fill: #9374cc;
	transition: all 0.2s ease-in-out;
}

.unlock-cta:hover svg path {
	fill: #5f03dc;
	transition: all 0.2s ease-in-out;
}

.unlock-data-wrapper .circle {
	position: relative;
	/* margin-bottom: 0.5rem; */
	background-color: transparent;
	width: 3rem;
	height: 3rem;
	opacity: 0.8;
	border-radius: 100%;
	margin-left: -1.5rem;
	margin-top: -1.5rem;
	display: block;
	z-index: 0;
	left: 50%;
	/* top: -100%; */
	text-align: center;
}

.unlock-cta:hover .circle {
	background-color: transparent;
}

/* .unlock-data-wrapper  .circle::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4rem;
    height: 4rem;
    opacity: 1;
    border-radius: 100%;
    margin-left: -2rem;
    margin-top: -2rem;
    display: block;
    z-index: 0;
} */

.image-holder {
	background-image: url(../img/padlock-w.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 80%;
	height: 80%;
}

a.unlock-cta {
	display: inline;
	text-decoration: none !important;
}

a.flyout {
	max-height: 0;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
	height: 0;
	text-align: center;
	box-shadow: 0px 0px 12px -4px rgb(0 0 0 / 40%);
	/* padding: 0.6rem; */
	width: 11.5rem;
	background: transparent;
	border-radius: 2rem;
	text-decoration: none;
	top: 0px;
	position: relative;
	background-image: linear-gradient(90deg, #FE01B4 0%, var(--e-global-color-38b2893) 100%);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
	opacity: 0;
	margin-top: 0.5rem;
}

a.flyout:hover {
	color: #fff;
}

.flyout>span {
	display: block;
	white-space: nowrap;
}

.unlock-cta:hover+.flyout,
a.flyout:hover {
	max-height: 10rem;
	transition: all 0.2s ease-in-out;
	height: 3rem;
	opacity: 1;
}

a.flyout:active {
	top: 1px;
	transition: all 0.2s ease-in-out;
}

.pre-text {
	font-size: 0.7rem;
	margin-top: 0.2rem;
	color: #000;
	font-weight: 500;
}

.link-text {
	font-size: 0.9rem;
	font-weight: 600;
}

.unlock-data-wrapper svg>path {
	fill: #e3e3e3;
	z-index: 1;
}

.unlock-modal-container {
	position: relative;
	flex: 1 0 auto;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	gap: 1rem;
}

.unlock-data-inner {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	padding: 0.3rem;
	top: 6.7rem;
	justify-content: center;
	align-items: center;
}

.chart-card .unlock-data-inner {
	top: 8.7rem;
}


.brand_insight-template-default h2,
.industry_insight-template-default h2,
.macro_sector-template-default h2 {
	font-weight: 500;
	font-size: 1.2rem;
	margin-top: 2.5rem;
	margin-bottom: 0.5rem;
	width: 100%;
}

.chart-card h3,
.btd-tab-content h3 {
	font-weight: 300;
	font-size: 1rem;
	margin-top: 0.5rem;
	margin-bottom: 0rem;
	color: #888888;
}

.brand-insight-section.lightbox-chart h3 {
	margin-top: 0;
	font-weight: 300 !important;
}

.brand_insight .chart-card h3,
.industry_insight .chart-card h3,
.macro_sector .chart-card h3 {
	font-weight: 300 !important;
	margin-bottom: 0.2rem;
}

.brand-insight-section .chart-card h3 {
	margin-top: 0;
}

/*
.btd-tab-content.brand-insight-section h3 {
    text-align: center;
}
.btd-tab-content .btd-brand-link {
    text-align: center;
}*/

@media (min-width: 38.5em) {
	.btd-chart-lower {
		align-self: flex-start;
	}

	.btd-tab-content.brand-insight-section h3 {
		text-align: left;
	}

	.btd-tab-content .btd-brand-link {
		text-align: left;
	}
}

.brand_insight-template-default .vizor-main,
.industry_insight-template-default .vizor-main,
.macro_sector-template-default .vizor-main {
	padding-bottom: 3rem;
}

.brand_insight-template-default .vizor-footer,
.industry_insight-template-default .vizor-footer,
.macro_sector-template-default .vizor-footer {
	text-align: center;
	display: none;
}

.single-brand_insight .elementor-motion-effects-layer,
.single-industry_insight .elementor-motion-effects-layer,
.single-macro_sector .elementor-motion-effects-layer {
	opacity: 1 !important;
}

/* fix elementor header covering elements with position: fixed */
.single-brand_insight.elementor-default .brand_insight,
.single-industry_insight.elementor-default .industry_insight,
.single-macro_sector.elementor-default .macro_sector {
	margin-top: 12vh;
}

.entry-footer {
	/* margin-top: 5rem; */
	height: auto;
	/* min-height: 4rem; */
	position: relative;
	box-sizing: border-box;
	margin-bottom: 2rem;
}

.footer-section {
	text-align: center;
}

.footer-section h2 {
	margin-bottom: 0.6rem;
}

.sqsp-demo-cta {
	padding: 0.6rem 1rem;
	background: var(--primary-color);
	color: #fff;
	border-radius: 2rem;
	text-decoration: none !important;
	background: linear-gradient(90deg, #FE01B4 0%, #ff6a01 100%);
	margin-top: 0.2rem;
	display: inline-block;
}

.ticker-select {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.ticker-go svg {
	width: 1.2rem;
	height: 1rem;
}

a.unlock-dash-cta {
	padding: 0.4rem 1rem;
	display: block;
	color: #7f3fc4;
	background: #fdfdfd;
	border-radius: 9px;
	border: solid 1px #7f3fc4;
	font-weight: 400;
	font-family: 'Poppins';
	transition: all .2s ease-in-out;
	top: 0px;
	position: relative;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	margin-bottom: 0.3rem;
	font-size: 1rem;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 0.4rem;
	text-decoration: none !important;
}

a.unlock-dash-cta:hover {
	background: #9243e9;
	transition: all .2s ease-in-out;
	color: #fff;

}

a.unlock-dash-cta:active {
	top: 1px;
	transition: all .2s ease-in-out;
}

.brand-insight-section h4 {
	text-transform: uppercase;
	margin-top: 0.1rem;
	margin-bottom: 0.2rem;
	font-size: 1rem;
	font-weight: 700;

}

.btd-tab-content.brand-insight-section h4 {
	font-weight: 700;
}

.widget h4 {
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	padding-top: 0rem;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	margin-top: 0;
}

.brand_insight .brand-insight-section,
.industry_insight .brand-insight-section,
.macro_sector .brand-insight-section {
	margin-bottom: 1rem;
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
	background: #fff;
	/* padding: 1.6rem; */
	border-radius: 9px;
	margin-top: 1rem;
}

.brand-insight-section>h2 {
	margin-bottom: 0;
}

.brand_insight .entry-title,
.industry_insight .entry-title,
.macro_sector .entry-title {
	margin-top: 0.4rem;
	font-weight: 400 !important;
	color: #111;
	text-align: left;
}

.brand_insight .entry-header,
.industry_insight .entry-header,
.macro_sector .entry-header {
	/* position: sticky; */
	top: 0;
	/* background:#fff; */
	z-index: 1;
	padding-top: 0rem;
	/* border-bottom: 1px solid #ddd; */
	/* padding-bottom: 0.5rem; */
	/* min-height: 5.5rem; */
	/* display: flex; */
	/* flex-flow: column; */
	/* align-items: center; */
	/* justify-content: center; */
}

.updated-date {
	font-size: 0.9rem;
	color: #ddd;
	/* display: none; */
}

#want-this-data.widget {
	display: none;
	margin-top: 0;
}

#brand-header.widget {
	display: none;
}

.brand_insight p.headline,
.industry_insight p.headline,
.macro_sector p.headline {
	margin-top: 0.5rem;
	font-size: 1rem;
	font-style: normal;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	margin-bottom: 0.5rem;
	width: 100%;
}

.ticker-select-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	/* max-width: 16rem; */
	margin: 0 auto;
	/* Required for Select2 dropdownParent positioning */
	position: relative;
	margin-bottom: 1rem;
}

.brand_insight .select2-selection.select2-selection--single,
.industry_insight .select2-selection.select2-selection--single,
.macro-sector-dropdown .select2-selection.select2-selection--single {
	padding: 0rem;
	height: auto;
	text-align: center;
	font-size: 0.9rem;
	font-weight: 300;
	border: none;
	border-bottom: 1px solid #666666;
	border-radius: 1rem;
	min-height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brand_insight .select2-search--dropdown,
.industry_insight .select2-search--dropdown,
.macro_sector .select2-search--dropdown {
	padding: 0.3rem;
}

.select2-container--open .select2-dropdown--below {
	border-top-right-radius: 1rem;
	border-top-left-radius: 1rem;
}

.select2-container--open .select2-dropdown--above {
	border-bottom-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
}

/* Hide screen reader status elements that may add visual space */
.select2-container .sr-status,
.select2-container [aria-live="polite"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Remove any extra spacing in Select2 dropdown */
.select2-dropdown {
	padding: 0;
	margin: 0;
}

.select2-results {
	padding: 0;
	margin: 0;
}

.brand-insight-section p.short-desc {
	position: relative;
	margin-left: 0.7rem;
	color: #555555;
	margin-top: -0.1rem;
	font-size: 0.8rem;
	font-style: italic;
	margin-bottom: 2rem;
	display: inline-block;
	text-align: left;
}

.btd-tab-content.brand-insight-section p.short-desc {
	margin-top: 0.2rem;
}

.hs_opt_in_to_marketing a:hover {
	text-decoration: underline;
}

.short-desc::before {
	position: absolute;
	content: '';
	display: block;
	z-index: 0;
	left: -0.5rem;
	top: 15%;
	height: 70%;
	margin-top: 0;
	width: 2px;
	border-radius: 10rem;
	background: #d000bc80;
}

.chart-card.locked .chart-container,
.chart-card.locked .btd-chart-canvas {
	filter: blur(5px);
	pointer-events: none;
}

.chart-card.locked .unlock-data-wrapper {
	display: none;
}

.brand-insight-intro {
	padding: 1.2rem 1.4rem;
	background-color: #f7f0fc;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 6px;
	border: 1px solid #EDDEFC;
	margin-bottom: 1.2rem;
	color: #43007c;
}


.floater-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	bottom: 0;
	right: 0;
}

.floater {
	position: sticky;
	top: 9.5rem;
	display: block;
	z-index: 10;
	background: white;
	padding: 2rem;
	box-shadow: 2px 2px 10px 4px rgb(0 0 0 / 19%);
	border-radius: 9px;
	border: 1px solid purple;
	max-width: 40rem;
	margin: 0 auto;
	margin-top: 13rem;
}

.floater>h2 {
	margin-top: 0;
	text-align: center;
}

.floater #hubspot-form-container {
	max-width: 32rem;
	margin: 0 auto;
}

.get-access-tag {
	text-align: center;
	font-size: 0.8rem;
}

.hs_email .input {
	position: relative;
}

.hs_email .input .hs-button {
	display: inline-block;
	position: absolute;
	right: 0rem;
	top: 0;
	margin-top: 0;
	width: 8rem;
}

@media only screen and (min-width: 38.5em) {
	.ticker-select-wrapper {
		margin-bottom: 1rem;
		max-width: 24rem;
		margin: 0 auto;
	}

	.single-brand_insight .ticker-select-wrapper,
	.single-industry_insight .ticker-select-wrapper,
	.single-macro_sector .ticker-select-wrapper {
		max-width: 18rem;
	}

	.chart-card {
		padding: 0.8rem 1rem;
	}
}

@media only screen and (min-width: 73.5em) {

	.brand_insight .brand-insight-section,
	.industry_insight .brand-insight-section,
	.macro_sector .brand-insight-section {
		gap: 1rem;
		/* padding: 2rem; */
		margin-top: 0rem;
	}

	button.toggle-stretch {
		/* display: flex; */
	}

	.chart-card.minimized {
		width: calc(50% - 0.5rem);
		transition: all 0.3s ease-in-out;
		flex: 0 1 calc(50% - 0.5rem);

	}

	.brand_insight-template-default h3,
	.industry_insight-template-default h3,
	.macro_sector-template-default h3 {
		font-size: 1.1rem;
	}

	.brand_insight-template-default h2,
	.industry_insight-template-default h2,
	.macro_sector-template-default h2 {
		font-size: 1.5rem;
	}

	.single-brand_insight .ticker-select-wrapper,
	.single-industry_insight .ticker-select-wrapper,
	.single-macro_sector .ticker-select-wrapper {
		justify-content: flex-start;
		align-items: flex-start;
		margin-left: 0;
		/* max-width: 20rem; */
	}

	#want-this-data.widget {
		display: block;
	}

	#brand-header.widget {
		display: block;
		margin-bottom: 0.5rem;
	}

	/* .chart-card {
        flex: 1 0 calc(50% - 30rem);
        padding: 1.2rem 1.4rem;
    } */
	.chart-card.minimized .unlock-data-wrapper {
		right: 1rem;
		width: 30%;
		transition: all 0.2s ease-in-out;
	}

	/* .chart-grid {
        flex-flow: row wrap;
    } */
}

@media only screen and (min-width: 82.5em) {}

@media only screen and (max-width: 68.49em) {}


/* logo preview */
/* ==============================================
   Merchant Logo Service Styles
   ============================================== */

/* Base Loading State */
.btd-merchant-logo.loading {
	/* position: relative; */
	/* min-width: 120px; */
	/* min-height: 60px; */
	/* background: #f5f5f5; */
	/* border-radius: 4px; */
}

/* .btd-merchant-logo.loading::after {
    content: "Loading logo...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #999;
    font-size: 0.9em;
} */

/* Admin Preview Interface */
.logo-preview-admin {
	background: #f8f9fa;
	/* border: 1px solid #dee2e6; */
	/* border-radius: 8px; */
	padding: 20px;
	margin-top: 15px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	/* max-width: 800px; */
	margin: 0 auto;
	/* margin-bottom: 2rem; */
}

.logo-preview-admin h4 {
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 1rem;
	font-weight: 600;
}

.logo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 15px;
	margin-bottom: 20px;
}

.logo-thumb {
	position: relative;
	border: 2px solid #e9ecef;
	border-radius: 6px;
	padding: 10px;
	background: white;
	transition: all 0.2s ease;
	cursor: pointer;
	text-align: center;
	z-index: 1;
}

.logo-thumb:hover {
	border-color: #adb5bd;
	transform: translateY(-2px);
}

.logo-thumb.selected {
	border-color: #3858e9;
	box-shadow: 0 0 0 2px rgba(56, 88, 233, 0.2);
	background-color: #f8f9ff;
}

.logo-priority {
	position: absolute;
	top: -8px;
	left: -8px;
	background: #3858e9;
	color: white;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
}

.logo-thumb img {
	max-width: 100%;
	height: auto;
	max-height: 80px;
	display: block;
	margin: 0 auto 8px;
	border-radius: 3px;
}

.logo-type {
	font-size: 0.6rem;
	color: #495057;
	font-weight: 400;
	text-transform: capitalize;
	position: absolute;
	bottom: 0;
	left: 0.4rem;
}

.logo-admin-controls {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.logo-preview-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	flex-flow: row nowrap;
	position: sticky;
	bottom: -2rem;
	z-index: 1;
	width: 15rem;
}

.cancel-selection {
	padding: 0.2rem 0.5rem;
}

.save-selection {
	background: #3858e9;
	color: white;
	border: none;
	padding: 8px 16px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.2s;
}

.save-selection:hover:not(:disabled) {
	background: #2a4bd6;
}

.save-selection:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.save-selection .dashicons {
	vertical-align: middle;
	margin-right: 5px;
	font-size: 16px;
	position: relative;
	top: 1px;
}

.expires-notice {
	font-size: 12px;
	color: #6c757d;
	margin-bottom: 0.2rem;
}

/* Lettermark Fallback */
.btd-merchant-logo.loaded.lettermark {
	display: inline-block;
	line-height: 1;
}

.lettermark-svg {
	vertical-align: middle;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Responsive Adjustments */
@media (max-width: 600px) {
	.logo-grid {
		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	}

	.logo-preview-admin {
		padding: 15px;
	}
}

.logo-preview-admin {
	position: fixed;
	top: 0;
	left: 0;
	/* width: 100%; */
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
}

.logo-preview-inner {
	background: white;
	padding: 20px;
	max-width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	border-radius: 4px;
	position: relative;
	padding-bottom: 3rem;
}

.broken-logo-placeholder {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	font-size: 0.7rem;
}

.logo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
	gap: 15px;
	margin: 20px 0;
}

.current-badge {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--primary-color);
}

@media (min-width: 38.5em) {
	.logo-grid {
		grid-template-columns: repeat(3, minmax(150px, 1fr));
	}

}

@media (min-width: 68.5em) {
	.logo-grid {
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
		max-width: 800px;
	}

	.logo-preview-footer {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-flow: row nowrap;
		position: absolute;
		bottom: 0.8rem;
		width: 15rem;
		left: 50%;
		margin-left: -7.5rem;
	}
}

/* end logo preview */

/* Domain Preview Styling */
.domain-preview-card {
	border: 1px solid #ccd0d4;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	margin: 10px 0;
	max-width: 26rem;
}

.domain-preview-header {
	display: flex;
	align-items: center;
	padding: 12px 15px;
	border-bottom: 1px solid #f0f0f0;
	background: #f8f8f8;
}

.domain-favicon {
	margin-right: 10px;
}

.domain-favicon img {
	vertical-align: middle;
}

.domain-title {
	font-weight: 500;
	font-size: 14px;
}

.domain-title a {
	text-decoration: none;
	color: #2271b1;
	display: flex;
	align-items: center;
}

.domain-title .dashicons {
	font-size: 14px;
	width: 14px;
	height: 14px;
	margin-left: 4px;
}

.domain-preview-content {
	padding: 15px;
}

.domain-description {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1.5;
	color: #555;
}

.domain-screenshot {
	position: relative;
	max-width: 100%;
	border: 1px solid #eee;
	border-radius: 3px;
	overflow: hidden;
	line-height: 0;
}

.domain-screenshot img {
	max-width: 100%;
	height: auto;
	display: block;
}

.domain-preview-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	border-top: 1px solid #f0f0f0;
	background: #f8f8f8;
}

.domain-last-checked {
	font-size: 11px;
	color: #777;
	text-align: right;
}

.domain-links .button {
	display: inline-flex;
	align-items: center;
	margin-right: 5px;
}

.domain-links .dashicons {
	margin-right: 5px;
}

.no-preview {
	padding: 30px;
	background: #f8f8f8;
	border: 1px dashed #ccc;
	text-align: center;
	color: #888;
}

/* Brand Insight Navigation */
.brand-insight-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 0;
	padding: 10px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.nav-arrow {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #2271b1;
	padding: 5px 10px;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.nav-arrow:hover {
	background-color: #f0f0f1;
	color: #0a4b78;
}

.nav-prev {
	margin-right: auto;
}

.nav-next {
	margin-left: auto;
	text-align: right;
}

.nav-label {
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav-prev .nav-label {
	margin-left: 5px;
}

.nav-next .nav-label {
	margin-right: 5px;
}

.nav-disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.nav-counter {
	font-size: 12px;
	color: #888;
}

.meta-form {
	display: flex;
	flex-flow: row wrap;
}

.domain-preview-row {
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: column;
}

.domain-preview-row,
.form-table {
	width: 100%;
}

.hs-fieldtype-text label.hs-error-msg {
	width: 100%;
	display: block;
	padding-bottom: 0.2rem;
	font-size: 0.8rem;
}

.brand_insight .hs-error-msgs,
.industry_insight .hs-error-msgs,
.macro_sector .hs-error-msgs {
	color: #e9703a;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 0.8rem;
	margin-bottom: 0.2rem;
	margin-top: 0.2rem;
	font-weight: 500;
}

.brand_insight .hs-error-msgs label a,
.industry_insight .hs-error-msgs label a,
.macro_sector .hs-error-msgs label a {
	color: #1281e9;
	font-size: 0.8rem;
	cursor: pointer;
}





@media (min-width: 68.5em) {

	.domain-preview-row,
	.form-table {
		width: 50%;
	}

}

/* Responsive Layout */
@media (max-width: 782px) {
	.nav-label {
		display: none;
	}

	.domain-preview-footer {
		flex-direction: column;
	}

	.domain-links {
		margin-bottom: 10px;
	}

	.domain-last-checked {
		text-align: left;
	}
}

.unlock-cta .current-qtr {
	display: block;
	font-size: 0.7rem;
	text-transform: uppercase;
	text-align: center;
	color: #a990d7;
	transition: all 0.2s ease-in-out;
	font-weight: 600;
}

.unlock-cta:hover .current-qtr {
	color: #5f03dc;
	transition: all 0.2s ease-in-out;
}

.ticker-select-wrapper .select2-container .select2-search--dropdown .select2-search__field {
	padding: 0.5rem;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 50vh !important;
}

.ticker-select-wrapper .ticker-option .ticker-name {
	font-size: 0.9rem;
}

.select2-container--default .select2-results__group {
	padding: 0.5rem 0.5rem;
	background: #f2f2f2;
	font-size: 0.9rem;
	font-weight: 500;
}

.ticker-select-wrapper .ticker-option .ticker-symbol {
	font-size: 0.8rem;
}

/* ==============================================
   Override Elementor button styles for chart elements
   Prevents .elementor-kit-* button styles from affecting chart legends
   ============================================== */
.chart-container button,
.chart-container button:hover,
.chart-container button:focus,
.btd-chart-wrapper button,
.btd-chart-wrapper button:hover,
.btd-chart-wrapper button:focus,
.chart-card button:not(.toggle-stretch):not(.logo-admin-btn),
.chart-card button:not(.toggle-stretch):not(.logo-admin-btn):hover,
.chart-card button:not(.toggle-stretch):not(.logo-admin-btn):focus {
	background-color: transparent;
	color: inherit;
	box-shadow: none;
	border: none;
	padding: 0;
	margin: 0;
}

/* Featured tabs layout fix */
@media (min-width: 73.5em) {
	.btd-tab-content>aside {
		flex: 0 1 calc(65% - 2rem);
		max-width: calc(60% - 2rem);
	}
}