#b5pt-app {
	max-width: 640px;
	margin: 0 auto;
	font-family: inherit;
	line-height: 1.5;
}

#b5pt-app .b5pt-screen {
	padding: 10px 0;
}

#b5pt-app .b5pt-btn {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
}

#b5pt-app .b5pt-btn:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

#b5pt-app .b5pt-btn-primary {
	background: #2e5c8a;
	border-color: #2e5c8a;
	color: #fff;
}

#b5pt-progress-wrap {
	background: #e5e5e5;
	border-radius: 6px;
	height: 8px;
	margin-bottom: 6px;
	overflow: hidden;
}

#b5pt-progress-bar {
	background: #2e5c8a;
	height: 8px;
	width: 1%;
	transition: width 0.2s ease;
}

#b5pt-progress-text {
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}

.b5pt-item-text {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 18px;
}

.b5pt-likert {
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

.b5pt-likert-option {
	flex: 1;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 14px 0;
	cursor: pointer;
	font-size: 16px;
}

.b5pt-likert-option input {
	display: block;
	margin: 0 auto 6px;
}

.b5pt-likert-option:has(input:checked) {
	background: #2e5c8a;
	color: #fff;
	border-color: #2e5c8a;
}

.b5pt-likert-labels {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #888;
	margin-top: 6px;
}

#b5pt-nav {
	margin-top: 26px;
	display: flex;
	gap: 10px;
}

#b5pt-info-screen .b5pt-field-label {
	display: block;
	font-weight: 600;
	margin-top: 14px;
	margin-bottom: 4px;
	font-size: 14px;
}

#b5pt-info-screen input[type="text"],
#b5pt-info-screen input[type="email"],
#b5pt-info-screen input[type="tel"] {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 15px;
	box-sizing: border-box;
}

#b5pt-info-submit-btn {
	margin-top: 20px;
}

.b5pt-error {
	color: #b02a2a;
}

.b5pt-trait {
	margin-bottom: 22px;
}

.b5pt-trait-head {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	font-size: 16px;
}

.b5pt-trait-band {
	text-transform: uppercase;
	font-size: 11px;
	padding: 3px 10px;
	border-radius: 4px;
	color: #fff;
	align-self: center;
}

.b5pt-band-low { background: #7a8fa6; }
.b5pt-band-medium { background: #b08d3e; }
.b5pt-band-high { background: #2e7d5b; }

.b5pt-bar-track {
	background: #e5e5e5;
	height: 12px;
	border-radius: 6px;
	margin: 8px 0;
	overflow: hidden;
}

.b5pt-bar-fill {
	height: 12px;
	background: #2e5c8a;
}

.b5pt-trait-desc {
	font-size: 14px;
	color: #444;
	margin: 4px 0 0;
}

.b5pt-report-footer {
	font-size: 12px;
	color: #888;
	margin-top: 24px;
}
