.influencers-shortcode {
	width: min(100%, 846px);
	margin: 0 auto;
	padding: 36px 24px 80px;
	color: #07152b;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition:
		opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
	animation: influencersSoftReveal 0.42s 0.08s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	will-change: opacity, transform;
}

.influencers-shortcode.is-ready {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	animation: none;
}

@keyframes influencersSoftReveal {
	to {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.influencers-shortcode {
		opacity: 1;
		visibility: visible;
		transition: none;
		animation: none;
		transform: none;
	}
}

.influencers-shortcode > p {
	display: none;
}

.influencers-shortcode .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.influencers-shortcode__intro {
	width: min(100%, 760px);
	margin: 0 auto 70px;
	text-align: center;
}

.influencers-shortcode__intro h1 {
	margin: 0 0 26px;
	color: #030712;
	font-family: "KorolevCompressed", "Arial Narrow", "Roboto Condensed", sans-serif;
	font-size: clamp(42px, 4.2vw, 64px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.96;
}

.influencers-shortcode__intro p {
	margin: 0 auto;
	max-width: 690px;
	color: #646464;
	font-family: "KorolevCompressed", "Arial Narrow", "Roboto Condensed", sans-serif;
	font-size: clamp(17px, 1.35vw, 22px);
	font-weight: 300;
	line-height: 1.08;
}

.influencers-shortcode__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 92px;
	row-gap: 118px;
	align-items: start;
}

.influencer-card {
	display: grid;
	gap: 0;
	min-width: 0;
	background: transparent;
}

.influencer-card__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: start;
	min-height: 66px;
	margin-bottom: 7px;
}

.influencer-card__identity {
	display: grid;
	align-content: end;
	gap: 2px;
	min-width: 0;
}

.influencer-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	min-height: 16px;
}

.influencer-tag {
	display: inline-flex;
	align-items: center;
	color: #030712;
	font-family: "KorolevCompressed", "Arial Narrow", "Roboto Condensed", sans-serif;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
}

.influencers-shortcode .influencer-title {
	display: block;
	margin: 0;
	color: #030712;
	font-family: "KorolevCompressed", "Arial Narrow", "Roboto Condensed", sans-serif;
	font-size: clamp(29px, 2.1vw, 36px) !important;
	font-weight: 900 !important;
	font-stretch: condensed;
	letter-spacing: 0 !important;
	line-height: 0.94 !important;
}

.influencer-nation {
	display: flex;
	align-items: center;
	min-height: 16px;
	margin-top: 4px;
}

.influencer-nation--empty {
	visibility: hidden;
}

.influencer-nation__flag img {
	display: block;
	width: 20px;
	height: 14px;
	object-fit: contain;
	border-radius: 0;
}

.influencer-socials {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 13px;
	padding-top: 20px;
	padding-bottom: 0;
}

.influencer-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	text-decoration: none;
}

.influencer-social:hover,
.influencer-social:focus-visible {
	background: #07152b;
	outline: none;
}

.influencer-social__svg {
	display: block;
	width: 28px;
	height: 28px;
}

.influencer-social__fallback {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.influencer-card__media {
	display: grid;
	gap: 10px;
	min-width: 0;
	width: 100%;
}

.influencer-stage {
	position: relative;
	overflow: visible;
	background: #f3f3f3;
	z-index: 3;
}

.influencer-stage__image {
	position: relative;
	display: none;
	aspect-ratio: 1 / 1.333;
	overflow: visible;
}

.influencer-stage__image.is-active {
	display: block;
}

.influencer-stage__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.influencer-stage__empty {
	min-height: 360px;
	display: grid;
	place-items: center;
	color: #64748b;
}

.influencer-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 58px);
	gap: 7px;
}

.influencer-thumb {
	width: 58px;
	height: auto;
	aspect-ratio: 1 / 1.333;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: #f6f6f6;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.22;
}

.influencer-thumb:hover,
.influencer-thumb:focus,
.influencer-thumb:focus-visible,
.influencer-thumb.is-active {
	opacity: 1;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.influencer-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.influencer-thumb span {
	display: grid;
	place-items: center;
	padding: 6px;
	color: #475569;
	font-size: 10px;
	line-height: 1.2;
}

.influencer-text {
	margin-top: 24px;
	color: #000;
	font-family: "Korolev, Compressed Light", "KorolevCompressed", "Arial Narrow", "Roboto Condensed", sans-serif;
	font-size: 1.58rem;
	font-weight: normal !important;
	line-height: 1.08;
	width: 100%;
	max-width: 100%;
	text-align: justify !important;
	text-justify: inter-word;
	hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
	font-synthesis: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.influencer-text,
.influencer-text p,
.influencer-text span,
.influencer-text em,
.influencer-text i {
	color: #000;
	font-weight: normal !important;
}

.influencer-text p {
	margin: 0 0 0.45em;
	width: 100%;
	max-width: 100%;
	text-align: justify !important;
	text-justify: inter-word;
	hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
}

.influencer-text p:last-child {
	margin-bottom: 0;
}

.influencer-text strong,
.influencer-text b,
.influencer-text strong *,
.influencer-text b * {
	color: #111;
	font-family: "KorolevCompressed", "Arial Narrow", "Roboto Condensed", sans-serif;
	font-weight: 900 !important;
}

.influencer-hotspots {
	position: absolute;
	inset: 0;
	overflow: visible;
	pointer-events: none;
}

.influencers-shortcode .influencer-hotspot {
	position: absolute;
	transform: translate(-50%, -50%);
	pointer-events: auto;
	z-index: 2;
	opacity: 1;
	transition: opacity 0.2s ease;
	min-width: 22px;
	min-height: 22px;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.influencers-shortcode .influencer-hotspot.is-visible {
	opacity: 1;
}

.influencers-shortcode .influencer-hotspot__trigger {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	transform: none;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	display: grid;
	place-items: center;
	cursor: pointer;
	padding: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
	appearance: none;
}

.influencers-shortcode .influencer-hotspot__trigger::before,
.influencers-shortcode .influencer-hotspot__trigger::after {
	display: none !important;
	content: none !important;
}

.influencers-shortcode .influencer-hotspot__trigger:hover,
.influencers-shortcode .influencer-hotspot__trigger:focus-visible,
.influencers-shortcode .influencer-hotspot.is-open .influencer-hotspot__trigger {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.influencers-shortcode .influencer-hotspot__dot {
	display: none !important;
}

.influencers-shortcode .influencer-hotspot__tooltip {
	position: absolute;
	left: 50%;
	top: auto;
	bottom: calc(100% + 8px);
	transform: translateX(-50%) translateY(-4px);
	display: block;
	width: min(226px, 82vw);
	background: #f1f2f3;
	color: #07152b;
	border: 1px solid rgba(7, 21, 43, 0.18);
	border-radius: 7px;
	padding: 0;
	box-shadow: 0 20px 44px rgba(7, 21, 43, 0.28), 0 3px 10px rgba(7, 21, 43, 0.14);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
	z-index: 5;
}

.influencers-shortcode .influencer-hotspot.is-placement-bottom .influencer-hotspot__tooltip {
	top: calc(100% + 8px);
	bottom: auto;
	transform: translateX(-50%) translateY(4px);
}

.influencers-shortcode .influencer-hotspot__tooltip.is-open,
.influencers-shortcode .influencer-hotspot.is-hovered .influencer-hotspot__tooltip,
.influencers-shortcode .influencer-hotspot:hover .influencer-hotspot__tooltip,
.influencers-shortcode .influencer-hotspot:focus-within .influencer-hotspot__tooltip {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.influencer-hotspot__tooltip::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	height: 16px;
	background: transparent;
}

.influencers-shortcode .influencer-hotspot.is-placement-bottom .influencer-hotspot__tooltip::before {
	top: -16px;
	bottom: auto;
}

.influencer-hotspot__tooltip::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 12px;
	height: 12px;
	background: inherit;
	transform: translateX(-50%) rotate(45deg);
}

.influencers-shortcode .influencer-hotspot.is-placement-bottom .influencer-hotspot__tooltip::after {
	top: -6px;
	bottom: auto;
}

.influencer-hotspot__card {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
	padding: 12px;
	color: inherit;
	text-decoration: none;
	background: #f1f2f3;
	border-radius: 7px;
}

.influencer-hotspot__card:hover,
.influencer-hotspot__card:focus-visible {
	color: inherit;
	text-decoration: none;
	outline: none;
}

.influencer-hotspot__tooltip-head {
	display: grid;
	gap: 4px;
	min-width: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

.influencer-hotspot__tooltip-head strong {
	color: #07152b;
	font-family: "KorolevCompressed", "Arial Narrow", "Roboto Condensed", sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 0.95;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.influencer-hotspot__price,
.influencer-hotspot__notes {
	color: #07152b;
	font-family: "KorolevCompressed", "Arial Narrow", "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}

.influencer-hotspot__price .amount,
.influencer-hotspot__price bdi {
	color: inherit;
	font: inherit;
}

.influencer-hotspot__notes {
	display: none;
}

.influencer-hotspot__image {
	margin: 0;
	background: #fff;
	padding: 12px;
	aspect-ratio: 1 / 1;
	display: grid;
	place-items: center;
	border: 1px solid rgba(7, 21, 43, 0.10);
	border-radius: 5px;
	overflow: hidden;
}

.influencer-hotspot__image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	width: 100%;
	object-fit: contain;
	margin: 0 auto;
}

.influencer-hotspot__link {
	display: none;
}

.influencers-empty {
	width: min(100%, 560px);
	margin: 70px auto;
	padding: 18px;
	border: 1px dashed #cbd5e1;
	background: #f8fafc;
	color: #475569;
	text-align: center;
}

@media (max-width: 980px) {
	.influencers-shortcode {
		width: min(100%, 520px);
		padding-top: 58px;
	}

	.influencers-shortcode__grid {
		grid-template-columns: 1fr;
		row-gap: 82px;
	}

	.influencers-shortcode__intro {
		margin-bottom: 54px;
	}
}

@media (max-width: 560px) {
	.influencers-shortcode {
		padding: 42px 18px 64px;
	}

	.influencers-shortcode__intro h1 {
		font-size: 40px;
	}

	.influencers-shortcode__intro p {
		font-size: 16px;
		line-height: 1.18;
	}

	.influencer-card__head {
		min-height: 64px;
	}

	.influencer-title {
		font-size: 34px;
	}

	.influencer-socials {
		gap: 10px;
	}

	.influencer-social {
		width: 26px;
		height: 26px;
	}

	.influencer-social__svg,
	.influencer-social__fallback {
		width: 26px;
		height: 26px;
	}

	.influencer-thumbs {
		grid-template-columns: repeat(4, 54px);
	}

	.influencer-thumb {
		width: 54px;
		height: auto;
	}

	.influencer-text {
		margin-top: 22px;
		font-size: 1.5rem;
		line-height: 1.1;
	}
}
