.universal-quran-quote-shell {
	background: #ffffff;
	border-bottom: 1px solid #d9cfc7;
	padding: 80px 1.5rem 40px;
}

.universal-quran-quote {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0 auto;
	text-align: center;
	width: min(100%, 660px);
}

.universal-quran-quote__badge {
	align-items: center;
	background: #fe0000;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	flex: 0 0 auto;
	height: var(--universal-quran-badge-size, 60px);
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	width: var(--universal-quran-badge-size, 60px);
}

.universal-quran-quote__mark-wrap {
	line-height: 1;
	margin: 0;
}

.universal-quran-quote__mark {
	color: #ffffff;
    display: inline-block;
    font-size: var(--universal-quran-mark-size, 31px);
    font-weight: 700;
    line-height: 1;
    transform: translate(0px, 6px);
}

.universal-quran-quote__text {
	color: #00142a;
	font-family: "Helvetica Neue LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.56;
	margin: 36px 0 0;
	max-width: 650px;
	text-wrap: balance;
}

.universal-quran-quote__text em {
	font-style: italic;
}

.universal-quran-quote__citation {
	color: #6b7280;
	font-family: "Graphik-Light", "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 1.45;
	margin: 31px 0 0;
	text-wrap: balance;
}

@media (max-width: 768px) {
	.universal-quran-quote-shell {
		padding: 64px 1.25rem 36px;
	}

	.universal-quran-quote__badge {
		height: 78px;
		width: 78px;
	}

	.universal-quran-quote__mark {
		font-size: 28px;
	}

	.universal-quran-quote__text {
		font-size: 28px;
		line-height: 1.48;
		margin-top: 30px;
	}

	.universal-quran-quote__citation {
		font-size: 19px;
		margin-top: 26px;
	}
}

@media (max-width: 480px) {
	.universal-quran-quote__text {
		font-size: 23px;
	}

	.universal-quran-quote__citation {
		font-size: 17px;
	}
}
