.share-image {
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}

.share-image svg {
	height: 150px;
}

.share-title {
	font-family: var(--title-l-ff);
	font-weight: var(--title-l-fw);
	line-height: var(--title-l-lh);
	text-rendering: var(--title-l-tr);
	letter-spacing: var(--title-l-ls);
	font-size: var(--title-l-fs);
	text-align: center;
	margin: 0 0 10px 0;
}

.share-subtitle {
	font-family: var(--body-regular-l-ff);
	font-weight: var(--body-regular-l-fw);
	line-height: var(--body-regular-l-lh);
	text-rendering: var(--body-regular-l-tr);
	letter-spacing: var(--body-regular-l-ls);
	font-size: var(--body-regular-l-fs);
	text-align: center;
	margin: 0;
}

.share-social-container {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: min(100%, 320px);
	margin: 16px auto;
	grid-column-gap: 8px;
	grid-row-gap: 16px;
}

.share-social-container a {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-self: start;
	font-family: var(--body-regular-xl-ff);
	font-weight: var(--body-regular-xl-fw);
	line-height: var(--body-regular-xl-lh);
	text-rendering: var(--body-regular-xl-tr);
	letter-spacing: var(--body-regular-xl-ls);
	font-size: var(--body-regular-xl-fs);
	color: currentColor;
	text-decoration: none;
}

.share-social-container a img {
	height: 24px;
}

.share-social-container .share-qr-code-link img {
	width: 24px;
	height: 24px;
	padding: 2px;
	border: 1px solid var(--color-black);
	border-radius: 4px;
	background: var(--color-white);
}

@media screen and (min-width: 720px) {
	.modal-share {
		width: min(460px, calc(100vw - 32px));
	}
}
