.st-bookings-hero-panel p {
	max-width: 1120px;
}

.st-bookings-results-panel {
	padding: 22px;
}

.st-bookings-forecast-heading,
.st-bookings-manual-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.st-bookings-forecast-heading h3,
.st-bookings-manual-heading h4 {
	margin: 0 0 5px;
	color: #243d50;
}

.st-bookings-forecast-heading p,
.st-bookings-manual-heading p {
	margin: 0;
	color: #61717d;
	font-size: 13px;
}

.st-bookings-forecast-badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.st-bookings-forecast-badges span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border: 1px solid #c8d7e1;
	border-radius: 999px;
	background: #eff6fa;
	color: #36546a;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.st-bookings-summary-scroll {
	margin-top: 14px;
	border: 1px solid #bdcad4;
	border-radius: 8px;
	overflow-x: auto;
}

.st-bookings-summary-table {
	width: 100%;
	min-width: 1120px;
	font-size: 13px;
}

.st-bookings-summary-table th,
.st-bookings-summary-table td {
	padding: 9px 11px;
}

.st-bookings-summary-table thead th {
	background: #dce7ef;
	color: #293f50;
	text-align: center;
	white-space: normal;
}

.st-bookings-summary-table thead th:first-child,
.st-bookings-summary-table tbody th {
	text-align: left;
}

.st-bookings-summary-table tbody th {
	min-width: 210px;
	color: #2d4557;
}

.st-bookings-summary-table tbody th span,
.st-bookings-summary-table tbody th small {
	display: block;
}

.st-bookings-summary-table tbody th small {
	margin-top: 2px;
	color: #778691;
	font-size: 10px;
	font-weight: 400;
}

.st-bookings-summary-table tr.is-actual th,
.st-bookings-summary-table tr.is-actual td {
	background: #f4f7f9;
}

.st-bookings-summary-table tr.is-parts th,
.st-bookings-summary-table tr.is-parts td {
	background: #fff7dc;
}

.st-bookings-summary-table tr.is-total th,
.st-bookings-summary-table tr.is-total td {
	border-top: 2px solid #71899b;
	border-bottom: 2px solid #71899b;
	background: #e6f0e7;
	font-weight: 700;
}

.st-bookings-summary-table tr.is-future-year-start th,
.st-bookings-summary-table tr.is-future-year-start td {
	border-top: 12px solid #fff;
}

.st-bookings-formula-note {
	margin: 10px 2px 0;
	color: #5e6d77;
	font-size: 12px;
	line-height: 1.45;
}

.st-bookings-manual-panel {
	margin-top: 18px;
	padding: 16px;
	border: 1px solid #c8d5de;
	border-radius: 8px;
	background: #f7fafc;
}

.st-bookings-manual-heading button {
	white-space: nowrap;
}

.st-bookings-manual-inputs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 13px;
}

.st-bookings-manual-card {
	min-width: 0;
	padding: 12px;
	border: 1px solid #d7e0e6;
	border-radius: 7px;
	background: #fff;
}

.st-bookings-manual-card.is-parts {
	background: #fffaf0;
}

.st-bookings-manual-card h5 {
	margin: 0 0 8px;
	color: #314d61;
	font-size: 13px;
}

.st-bookings-manual-card p {
	margin: 5px 0;
	font-size: 12px;
}

.st-bookings-manual-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
}

.st-bookings-manual-table th,
.st-bookings-manual-table td {
	padding: 5px 4px;
	border-bottom: 1px solid #e5eaee;
	text-align: left;
}

.st-bookings-manual-table thead th {
	color: #627480;
	font-size: 10px;
	text-align: center;
}

.st-bookings-manual-table thead th:first-child {
	text-align: left;
}

.st-bookings-manual-table tbody th {
	min-width: 110px;
	color: #415a6c;
	font-weight: 600;
}

.st-bookings-manual-table input {
	width: 100%;
	min-width: 78px;
	box-sizing: border-box;
	padding: 6px;
	border: 1px solid #b9c8d2;
	border-radius: 4px;
	background: #fffef7;
	font: inherit;
	font-variant-numeric: tabular-nums;
	text-align: right;
}

.st-bookings-manual-table input:focus {
	border-color: var(--ops-home-color, #1f4f7a);
	outline: 2px solid rgba(31, 79, 122, 0.15);
}

.st-bookings-section-divider {
	margin: 24px 0 20px;
	border: 0;
	border-top: 1px solid #d4dde4;
}

.st-bookings-results-panel .sales-quote-result-badges {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.st-bookings-table-scroll {
	max-height: 76vh;
}

.st-bookings-table {
	min-width: 2130px;
}

.st-bookings-table .sales-quote-sticky-one {
	left: 0;
	width: 220px;
	min-width: 220px;
	max-width: 220px;
	white-space: normal;
}

.st-bookings-table .sales-quote-sticky-two {
	left: 236px;
	width: 105px;
	min-width: 105px;
	max-width: 105px;
	white-space: nowrap;
}

.st-bookings-table th:nth-child(3),
.st-bookings-table td:nth-child(3) {
	width: 360px;
	min-width: 360px;
	max-width: 360px;
	white-space: normal;
}

.st-bookings-table th:nth-child(4),
.st-bookings-table td:nth-child(4) {
	min-width: 190px;
}

.st-bookings-table th:nth-child(5),
.st-bookings-table td:nth-child(5) {
	min-width: 145px;
}

.st-bookings-table th:nth-child(10),
.st-bookings-table td:nth-child(10),
.st-bookings-table th:nth-child(11),
.st-bookings-table td:nth-child(11) {
	min-width: 130px;
}

.st-bookings-table th:nth-child(12),
.st-bookings-table td:nth-child(12) {
	min-width: 125px;
}

.st-bookings-table th:nth-child(13),
.st-bookings-table td:nth-child(13) {
	min-width: 160px;
}

.st-bookings-table thead th {
	vertical-align: top;
}

.st-bookings-header-filter {
	display: block;
	width: 100%;
	height: 28px;
	margin-top: 6px;
	padding: 4px 6px;
	box-sizing: border-box;
	border: 1px solid #a8b8c4;
	border-radius: 4px;
	background: #fff;
	color: #2f4657;
	font: inherit;
	font-size: 10px;
	font-weight: normal;
}

.st-bookings-header-filter:focus {
	border-color: var(--ops-home-color, #1f4f7a);
	outline: 2px solid rgba(31, 79, 122, 0.16);
}
.st-bookings-forecast-cell select {
	width: 100%;
	padding: 5px 6px;
	border: 1px solid #aebfca;
	border-radius: 4px;
	background: #fff;
	color: #314b5e;
	font-size: 11px;
}

.st-bookings-forecast-cell select:focus {
	border-color: var(--ops-home-color, #1f4f7a);
	outline: 2px solid rgba(31, 79, 122, 0.16);
}

.st-bookings-weight-note {
	display: block;
	margin-top: 3px;
	color: #788690;
	font-size: 9px;
}

.st-bookings-table tbody .st-bookings-forecast-cell.is-overridden,
.st-bookings-table tbody tr:nth-child(even) .st-bookings-forecast-cell.is-overridden,
.st-bookings-table tbody tr:hover .st-bookings-forecast-cell.is-overridden {
	background: #fff1c7;
}

@media (max-width: 1180px) {
	.st-bookings-manual-inputs {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.st-bookings-forecast-heading,
	.st-bookings-manual-heading {
		flex-direction: column;
	}

	.st-bookings-forecast-badges,
	.st-bookings-results-panel .sales-quote-result-badges {
		justify-content: flex-start;
	}

	.st-bookings-manual-heading button {
		width: 100%;
	}
}