.mwt-lpk-editorial-grid {
	padding: 44px 26px;
}

.mwt-lpk-editorial-grid .wp-block-columns {
	gap: 32px;
}

.mwt-lpk-editorial-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #ffffff;
	color: #45484d;
	overflow: hidden;
}

.mwt-lpk-editorial-card--clickable {
	cursor: pointer;
}

.mwt-lpk-editorial-card--clickable:focus-visible {
	outline: 2px solid #2e7dd7;
	outline-offset: 2px;
}

.mwt-lpk-editorial-card .wp-block-group__inner-container,
.mwt-lpk-editorial-card > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.mwt-lpk-editorial-card .wp-block-image {
	margin: 0;
}

.mwt-lpk-editorial-card .wp-block-image img {
	display: block;
	width: 100%;
}

.mwt-lpk-editorial-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px 22px 20px;
	color: #45484d;
}

.mwt-lpk-editorial-body .mwt-lpk-editorial-title,
.mwt-lpk-editorial-body h3.mwt-lpk-editorial-title,
.entry-content .mwt-lpk-editorial-body .mwt-lpk-editorial-title,
.entry-content .mwt-lpk-editorial-body h3.mwt-lpk-editorial-title {
	margin: 0 0 18px;
	color: #363a40 !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	opacity: 1 !important;
}

.mwt-lpk-editorial-body .mwt-lpk-editorial-text,
.entry-content .mwt-lpk-editorial-body .mwt-lpk-editorial-text {
	margin: 0;
	color: #666b72 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.95 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	opacity: 1 !important;
}

.mwt-lpk-editorial-link {
	margin-top: auto;
	padding-top: 28px;
}

.mwt-lpk-editorial-link .wp-block-button__link,
.entry-content .mwt-lpk-editorial-link .wp-block-button__link {
	padding: 0;
	border: 0;
	background: transparent !important;
	color: #0077c8 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.mwt-lpk-editorial-link .wp-block-button__link:hover,
.mwt-lpk-editorial-link .wp-block-button__link:focus,
.entry-content .mwt-lpk-editorial-link .wp-block-button__link:hover,
.entry-content .mwt-lpk-editorial-link .wp-block-button__link:focus {
	color: #005e9d !important;
}

.editor-styles-wrapper .mwt-lpk-editorial-card {
	outline: 1px dashed #cfd6de;
	outline-offset: -1px;
}

.editor-styles-wrapper .mwt-lpk-editorial-body {
	background: rgba(248, 250, 252, 0.65);
}

.editor-styles-wrapper .mwt-lpk-editorial-card:hover,
.editor-styles-wrapper .mwt-lpk-editorial-card:focus-within {
	outline-color: #7a8aa0;
}

@media (max-width: 781px) {
	.mwt-lpk-editorial-grid {
		padding: 24px 18px;
	}

	.mwt-lpk-editorial-body {
		padding: 20px 18px 18px;
	}

	.mwt-lpk-editorial-body .mwt-lpk-editorial-title,
	.entry-content .mwt-lpk-editorial-body .mwt-lpk-editorial-title,
	.entry-content .mwt-lpk-editorial-body h3.mwt-lpk-editorial-title {
		font-size: 20px !important;
	}
}
