/* Local Overrides */

.essential-card-content .essential-card-text-container {
	max-width: 350px;
}

/* dynamic pricing */

.custom_cta-tv a.icon-wrapper {
	color: #6e6e73;
	font-size: 14px;
}

/* TV cta */
@media only screen and (max-width: 734px) {
	.custom_cta-tv a.icon-wrapper {
		font-size: 12px;
	}
}

.custom_cta-tv.large-centered {
	bottom: 3vw;
	right: 0;
	left: 0;
	text-align: center;
	position: absolute;
}

/* Dynamic pricing */

@media only screen and (min-width: 735px) {
	.has-dynamic-content {
		width: 240px;
	}
}

@media only screen and (max-width: 735px) {
	.has-dynamic-content {
		width: 200px;
	}
}

.sosumi-link-follows,
.sosumi-link-follows ~ .footnote {
	display: none;
}

.sosumi-link-follows[data-pricing-loaded],
.sosumi-link-follows[data-pricing-loaded] ~ .footnote {
	display: inline;
}

/* Custom copy wrapping */
.custom_no_wrap_xsmall {
	white-space: nowrap;
}
@media only screen and (max-width: 326px) {
	.custom_no_wrap_xsmall {
		white-space: normal;
	}
}

/* Modal badge */
.modal .modal-badge {
	color: #6e6e73;
	margin-top: 15px;
}

@media (max-width: 1068px) {
	.modal .modal-badge {
		margin-top: 16px;
	}
}

@media (max-width: 734px) {
	.modal .modal-badge {
		margin-top: 10px;
	}
}

/* Compare - Camera Badges */

.section-select .product-tile-plus-cell {
	justify-content: flex-start;
}

/* 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;
	}
}

/* Privacy banner card */
@media only screen and (max-width: 340px) {
	.privacy.section-banner .banner-card .banner-card-copy-column {
		padding-left: 18px;
		padding-right: 18px;
	}
}

/* A/B control */
ul.product-tile-set.variant {
	position: absolute;
	left: -9999px;
}

[data-at-ab-i16ecm="v0"] ul.product-tile-set.control {
	display: flex;
}
[data-at-ab-i16ecm="v0"] ul.product-tile-set.variant {
	position: absolute;
	left: -9999px;
}

[data-at-ab-i16ecm="v1"] ul.product-tile-set.variant {
	display: flex;
	position: unset;
	left: unset;
}
[data-at-ab-i16ecm="v1"] ul.product-tile-set.control {
	display: none;
}
