/*
 * Testdrive styles - colors from commanderrock.com
 */
:root {
	--body-bg: #312450;
	--brand-blue: #64B5F6;
	--menu-divider: #3c2c62;
	--primaryLight_style_1: #F9F9F9;
	--secondaryBlue_style_1: #64B5F6;
	--accentWarm_style_1: #FFB74D;
	--neutralLight_style_1: #E0E0E0;
	--neutralDark_style_1: #424242;
	--input_border_color_style_1: #939191;
	--primaryLight_style_2: #FAFAFA;
	--primaryLight_style_3: #F0F8FF;
	--primaryLight_style_4: #F5F5F5;
	--primaryLight_menu: #F9F9F9;
	--primaryMenuTextActive: #424242;
	--primaryMenuText: #707070;
	--primaryMenuTextHover: #4a9fd9;
	--mainText: #2E3C43;
}

.iframe {
	width: 97%;
	height: calc(100vh - 10px);
	margin: 6px 1.5% 0;
}

iframe {
	width: 100%;
	height: calc(100% - 195px);
}

/* Header area - styled to match Captain ORCA */
.testdrive-header {
	background: #E0E0E0;
	border-radius: 6px 6px 0 0;
	padding: 10px 14px 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	border: 1px solid var(--menu-divider);
	border-bottom: none;
}

.testdrive-header .branding {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 6px;
}

.testdrive-header .logo-area {
	display: flex;
	align-items: center;
	gap: 10px;
}

.testdrive-header .logo-img {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}

.testdrive-header .brand-title {
	color: var(--brand-blue);
	font-size: 20px;
}

.testdrive-header .msgBox {
	height: 64px;
	overflow: auto;
	color: var(--brand-blue);
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 6px;
}

.testdrive-header .msgBox p {
	color: var(--mainText) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.testdrive-header .msgBox h5 {
	color: var(--brand-blue) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.testdrive-header .msgBox h4 {
	color: var(--mainText) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.testdrive-buttons {
	border: 1px solid var(--menu-divider);
	border-top: none;
	border-radius: 0 0 6px 6px;
	padding: 6px 14px 8px;
	background: rgba(0, 0, 0, 0.25);
}

.testdrive-buttons #srcBTNs {
	height: 33px;
}

.testdrive-buttons #srcBTNs .btn {
	font-weight: 500;
}

body {
	background: var(--body-bg);
}
