/* Arrow to the right for button text */
.is-style-arrow-right .wp-block-button__link::after {
	content: "\2192";
	margin-left: 6px;
	display: inline-block;
	text-decoration: none;
}

.is-style-arrow-right .wp-block-button__link {
	padding: 0px !important;
	background-color: transparent;
}

/* Quote block's block-style */
.wp-block-quote.is-style-double-quotes {
	position: relative;
	border: 0 !important;
}

/** TODO: Need to move this to a separate file */
@media only screen and (min-width: 600px) {
	.wp-block-newspack-blocks-homepage-articles.colgap-2 {
		--wpnbha-col-gap: 24px;
	}
}

@media only screen and (max-width: 599px) {
	.wp-block-newspack-blocks-homepage-articles article {
		margin-bottom: 1rem;
	}
}

.wp-block-newspack-blocks-homepage-articles .post-thumbnail {
	aspect-ratio: 288/196;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1rem;
}

.wp-block-newspack-blocks-homepage-articles .post-thumbnail a {
	display: block;
	height: 100%;
	width: 100%;
}

.wp-block-newspack-blocks-homepage-articles .post-thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.wp-block-newspack-blocks-homepage-articles .cat-links {
	font-family: 'Inter';
	font-size: var(--wp--preset--font-size--section-heading);
	font-weight: 600;
	letter-spacing: -0.18px;
	line-height: 1.2;
	margin-bottom: 0.25rem;
}

.wp-block-newspack-blocks-homepage-articles .entry-title {
	font-family: var(--wp--preset--font-family--inter);
	font-size: var(--wp--preset--font-size--h-5) !important;
	font-weight: 800;
	line-height: 1.4;
}

.wp-block-quote.is-style-double-quotes::before {
	content: "\201C";
	position: absolute;
	font-family: 'literata';
	color: #ffffff;
	opacity: 30%;
	font-size: 55px;
	left: -5px;
	top: -30px;
}

@media (max-width: 1000px){
	.wp-block-quote.is-style-double-quotes::before {
		content: "\201C";
		position: absolute;
		font-family: 'literata';
		color: #ffffff;
		opacity: 30%;
		font-size: 55px;
		left: -15px;
		top: -30px;
	}
}
.wp-block-quote.is-style-double-quotes::after {
	content: "\201D";
	position: absolute;
	font-family: 'literata';
	color: #ffffff;
	opacity: 30%;
	font-size: 55px;
	right: 0px;
	bottom: -50px;
}

/*
 * Spacing between navigation item and toggle icon.
 */
.wp-block-navigation__submenu-icon {
	margin-left: 12px !important;
}

/* 
 * Disable image block inside gallery block from taking width greater than one column.
 */
.wp-block-gallery.has-nested-images figure.wp-block-image {
	flex-grow: 0;
}
