/* Gutenberg heading styles */
.wp-block-heading {
	line-height: 1.2;
}

h2.wp-block-heading {
	font-size: 24px;
}

h3.wp-block-heading {
	font-size: 20px;
}

h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
	font-size: 16px;
}

/* Gutenberg paragraph styles */
.elementor-widget-theme-post-content p {
	line-height: 1.5;
}

/* Gutenberg quote styles */
.wp-block-quote {
	padding: 24px 48px 40px;

	border: none;
	border-radius: 24px;

	background-color: var(--e-global-color-4b9e497);
}

.wp-block-quote::before {
	content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2297%22%20height%3D%2297%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22m8.285%2061.752.101.679.105-.024a18.187%2018.187%200%201%200%2017.78-21.991c-.902%200-1.767.137-2.627.263.278-.938.565-1.892%201.026-2.749.46-1.244%201.18-2.324%201.896-3.41.598-1.177%201.653-1.973%202.429-2.98.812-.978%201.92-1.628%202.797-2.44.86-.85%201.988-1.274%202.885-1.872.938-.538%201.754-1.132%202.627-1.415l2.179-.897%201.916-.796-1.957-7.837-2.412.582c-.772.194-1.714.42-2.785.691-1.095.202-2.263.756-3.565%201.261-1.281.578-2.773.962-4.155%201.888-1.39.88-2.995%201.617-4.41%202.797-1.37%201.216-3.022%202.271-4.243%203.815-1.334%201.447-2.651%202.967-3.674%204.696-1.184%201.65-1.988%203.46-2.837%205.25a44.754%2044.754%200%200%200-1.892%205.4c-.957%203.565-1.386%206.952-1.552%209.85-.137%202.902-.056%205.315.114%207.06.056.73.141%201.456.254%202.179Zm44.459%200%20.1.679.106-.024a18.188%2018.188%200%201%200%2017.779-21.991c-.901%200-1.766.137-2.627.263.279-.938.566-1.892%201.026-2.749.461-1.244%201.18-2.324%201.896-3.41.598-1.177%201.653-1.973%202.43-2.98.811-.978%201.919-1.628%202.796-2.44.86-.85%201.988-1.274%202.886-1.872.937-.538%201.754-1.132%202.627-1.415l2.178-.897c1.217-.497%201.912-.788%201.912-.788l-1.956-7.837-2.413.582c-.772.194-1.714.42-2.785.691-1.095.203-2.263.756-3.565%201.261-1.28.578-2.772.962-4.154%201.888-1.39.881-2.995%201.617-4.41%202.797-1.37%201.216-3.023%202.271-4.244%203.815-1.333%201.447-2.651%202.967-3.673%204.697-1.185%201.648-1.989%203.46-2.838%205.25a44.77%2044.77%200%200%200-1.891%205.4c-.958%203.564-1.387%206.95-1.552%209.849-.138%202.902-.057%205.315.113%207.06.06.727.147%201.45.259%202.171Z%22%20fill%3D%22%2333FFC2%22%2F%3E%3C%2Fsvg%3E');
	display: block;
	width: 96px;
	height: 96px;

	margin-bottom: 16px;
}

@media (max-width: 768px) {
	.wp-block-quote {
		padding: 16px 24px 24px;
	}
}

/* Gutenberg embed styles */
.wp-block-embed {
	border-radius: 24px;
	overflow: hidden;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
	position: relative;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper::before {
	content: '';
	display: block;
	padding-top: 56.25%; /* 16:9 aspect ratio */
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
