.app-page-title.app-page-title-compact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 30px;
	margin-bottom: 18px;
}

.app-page-title.app-page-title-compact .page-title-wrapper {
	flex: 1;
	min-width: 0;
}

.app-page-title.app-page-title-compact .page-title-heading {
	min-width: 0;
	font-size: 1.08rem;
	line-height: 1.2;
}

.app-page-title.app-page-title-compact .page-title-heading > div:last-child {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.app-page-title.app-page-title-compact .page-title-subheading {
	padding-top: 1px;
	font-size: 0.78rem;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.app-page-title.app-page-title-compact .page-title-icon {
	width: 38px;
	height: 38px;
	margin-right: 14px;
	padding: 0;
	font-size: 1.35rem;
	border-radius: 6px;
	box-shadow: 0 0.25rem 0.75rem rgba(4, 9, 20, 0.06);
}

#cta-new-platform {
	display: none;
	text-decoration: none !important;
	flex: 0 0 auto;
}

#cta-new-platform .wrapper {
	min-height: 36px;
	padding: 8px 14px;

	border-radius: 6px;
	background: #0636b8;

	color: #fff;

	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
}

#cta-new-platform .separator {
	display: none;
	width: 100%;
	margin: 2px 0;
	background: #222b45;
}

#cta-new-platform .description {
	display: none;
	color: #fff;

	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 24px;
}

@media (max-width: 991.98px) {
	.app-page-title.app-page-title-compact {
		text-align: left;
		padding: 12px 18px;
	}

	.app-page-title.app-page-title-compact .page-title-heading,
	.app-page-title.app-page-title-compact .page-title-wrapper {
		display: flex;
		margin: 0;
	}
}

@media (max-width: 767.98px) {
	.app-page-title.app-page-title-compact {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		margin: -15px -15px 15px;
		padding: 12px 15px;
	}

	.app-page-title.app-page-title-compact .page-title-heading > div:last-child,
	.app-page-title.app-page-title-compact .page-title-subheading {
		white-space: normal;
	}

	#cta-new-platform,
	#cta-new-platform .wrapper {
		width: 100%;
	}
}
