.psychographic-profile-page { --psych-card:linear-gradient(135deg,#1e2a4a 0%,#1b1d3c 42%,#162040 100%); --psych-border:rgba(126,148,198,.26); color:#f8fafc; }.psychographic-profile-page .tile-card { background:var(--psych-card)!important; border:1px solid var(--psych-border)!important; border-radius:.7rem!important; box-shadow:0 1.15rem 2.8rem rgba(0,0,0,.18)!important; }.psychographic-profile-page .test-consideration-gauge-slot { --test-gauge-width:clamp(11rem,92%,17rem); min-height:calc(var(--test-gauge-height) + var(--test-gauge-icon-size) + .625rem); }.psychographic-profile-page .test-pic-gauge-custom { display:flex; flex-direction:column; align-items:center; }.psychographic-profile-page .test-pic-gauge-visual { width:min(100%,var(--test-gauge-width)); height:var(--test-gauge-height); }.psychographic-profile-page .test-pic-gauge-svg { display:block; width:100%; height:var(--test-gauge-height); object-fit:contain; }.psychographic-profile-page .test-pic-gauge-readout { display:flex; justify-content:center; margin-top:var(--test-gauge-badge-offset); }.psychographic-profile-page .test-pic-empty { display:grid; min-height:12rem; place-items:center; color:rgba(255,255,255,.72); }

.psychographic-profile-page .psych-trait-title {
	margin-right: 0;
	overflow: visible !important;
	overflow-wrap: anywhere;
	text-overflow: clip !important;
	white-space: normal !important;
}

.psychographic-profile-page [data-dash-is-loading="true"],
.psychographic-profile-page .dash-graph,
.psychographic-profile-page .dash-graph > div,
.psychographic-profile-page .js-plotly-plot,
.psychographic-profile-page .plot-container,
.psychographic-profile-page .svg-container,
.psychographic-profile-page .main-svg { background: transparent !important; }

.psychographic-profile-page .main-svg .bg { fill: transparent !important; }
.psychographic-profile-page .dash-graph[data-dash-is-loading="true"] { opacity: 0 !important; }

@media (max-width: 991.98px) {
	.psychographic-profile-page .psych-trait-title { font-size: 1rem; line-height: 1.25; }
	.psychographic-profile-page .h-100 { height: auto !important; min-height: auto !important; }
}