/* Local Overrides */

/* Ribbon */

.ribbon .typography-caption {
	font-size: 14px;
	line-height: 1.4285914286;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.ribbon .ribbon-content-wrapper .ribbon-content {
		width: 470px;
	}
}

/* AI Disclaimer */

.custom_ai_disclaimer {
	z-index: 10;
	color: #6e6e73;
	font-size: 12px;
	line-height: 1.3333733333;
	font-weight: 400;
	letter-spacing: -0.01em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	position: static;
	width: 100%;
	display: block;
	margin-bottom: 0;
	margin-top: 28px;
}

@media only screen and (max-width: 734px) {
	.custom_ai_disclaimer {
		margin-top: 24px;
	}
}
