/* LOCAL OVERRIDES */
.disclaimer-text {
	font-size: 12px;
	line-height: 16px;
	color: #86868b;
}
.disclaimer-paragraph {
	margin-top: 0;
}

/* NAVBAR FIX CONDITIONALLY RENDER */
.opt-ct {
	visibility: hidden;
	display: none;
}

/* CONNECTIVITY SECTION */

.custom-white {
	background-color: white;
}
.custom-black {
	background-color: #1d1d1f;
}

/* PRICING MESSAGING */
@media only screen and (max-width: 734px) {
	p.milestone-primary {
		position: relative;
		bottom: 12px;
	}
}

/* welcome section */
@media only screen and (max-width: 734px) {
	.section-welcome .welcome-video {
		bottom: 85px;
	}
}

/* AI Highlights Card */
@media only screen and (max-width: 382px) and (min-width: 345px) {
	.section-highlights
		.card-container.gallery-item.media-gallery-item-6.media-gallery-item-apple-intelligence
		> div
		> div.caption-container.large-pin-center-left.medium-pin-bottom-center
		> p {
		margin: 20px 20px 25px;
	}
}

@media only screen and (max-width: 345px) {
	.section-highlights
		.card-container.gallery-item.media-gallery-item-6.media-gallery-item-apple-intelligence
		> div
		> div.caption-container.large-pin-center-left.medium-pin-bottom-center
		> p {
		margin: 20px 20px 20px;
	}
}
