/* Keep AI Trader typography on the same design system as UTC Careers. */
.utcait-main,
.utcait-popup-body {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

.utcait-main *,
.utcait-main *::before,
.utcait-main *::after,
.utcait-popup-body *,
.utcait-popup-body *::before,
.utcait-popup-body *::after {
	box-sizing: border-box;
}

.utcait-main h1,
.utcait-main h2,
.utcait-main h3,
.utcait-popup-body h1,
.utcait-popup-body h2,
.utcait-popup-body h3 {
	font-family: Raleway, "Open Sans", Arial, sans-serif;
	letter-spacing: -.02em;
	margin-top: 0;
}

.utcait-shell {
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px;
	padding-left: 28px;
	padding-right: 28px;
	width: 100%;
}

.utcait-hero {
	padding-bottom: 86px;
	padding-top: 78px;
}

.utcait-hero h1 {
	font-size: clamp(42px, 6vw, 78px);
	font-weight: 800;
	line-height: 1.02;
	max-width: 1000px;
}

.utcait-hero p:last-child {
	font-size: clamp(18px, 2.1vw, 25px);
	line-height: 1.55;
	max-width: 850px;
}

.utcait-kicker {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .15em;
	margin-bottom: 18px;
}

.utcait-workspace {
	padding-bottom: 88px;
	padding-top: 88px;
}

.utcait-filters {
	gap: 18px;
	padding: 28px;
}

.utcait-filters label {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.utcait-filters input,
.utcait-filters select {
	border-radius: 0;
	font-size: 16px;
	height: 48px;
	line-height: 1.5;
}

.utcait-filters select[data-utcait-timezone] {
	background: #fff;
	border: 1px solid #bdced8;
	border-radius: 8px;
	color: #17394f;
	min-height: 44px;
	padding: 9px 11px;
}

.utcait-filters button,
.utcait-dialog button {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: .9375rem;
	font-weight: 800;
	line-height: 1.35;
}

.utcait-livebar,
.utcait-copy p,
.utcait-dialog,
.utcait-dialog input,
.utcait-dialog textarea {
	font-size: 16px;
	line-height: 1.65;
}

.utcait-copy p {
	font-size: 17px;
}

.utcait-meta,
.utcait-disclaimer,
.utcait-dialog header p,
.utcait-status,
.utcait-save-row {
	font-size: .875rem;
	line-height: 1.55;
}

.utcait-dialog header h2,
.utcait-dialog #utcait-dialog-title {
	font-size: 22px;
	font-weight: 750;
	line-height: 1.25;
}

.utcait-popup-titlebar strong {
	font-family: Raleway, "Open Sans", Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
}

.utcait-popup-titlebar span {
	font-size: 13px;
	line-height: 1.55;
}

@media (max-width: 767px) {
	.utcait-shell {
		padding-left: 20px;
		padding-right: 20px;
	}

	.utcait-hero {
		padding-bottom: 72px;
		padding-top: 65px;
	}

	.utcait-hero h1 {
		font-size: 42px;
	}
}
