.wp-block-greenkeys-multilingual-related-link.gk-ml-related {
	margin: 1.8em 0;
}

.gk-ml-related__link {
	display: grid;
	grid-template-columns: minmax(180px, 28%) minmax(0, 1fr);
	min-height: 170px;
	overflow: hidden;
	color: #27302d !important;
	background: #fff;
	border: 1px solid rgba(31, 41, 55, 0.12);
	border-radius: 10px;
	box-shadow: 0 3px 14px rgba(15, 23, 42, 0.08);
	text-decoration: none !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.gk-ml-related.is-no-thumbnail .gk-ml-related__link {
	grid-template-columns: 1fr;
	min-height: 0;
}

.gk-ml-related__link:hover {
	color: #27302d !important;
	border-color: rgba(21, 128, 61, 0.48);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
	transform: translateY(-2px);
}

.gk-ml-related__link:focus-visible {
	outline: 3px solid #1a73e8;
	outline-offset: 3px;
}

.gk-ml-related__thumb {
	min-height: 170px;
	overflow: hidden;
	background: #eef2f0;
}

.gk-ml-related__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.gk-ml-related__content {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 22px 24px 16px;
}

.gk-ml-related__title {
	margin: 0 0 9px;
	font-size: clamp(17px, 2vw, 23px);
	font-weight: 700;
	line-height: 1.45;
}

.gk-ml-related__excerpt {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.gk-ml-related__footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin-top: auto;
	padding-top: 14px;
	font-size: 12px;
}

.gk-ml-related__label {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #4b5563;
}

.gk-ml-related__label > span {
	color: #15803d;
}

.gk-ml-related__language {
	display: inline-block;
	margin-right: auto;
	padding: 4px 8px;
	color: #92400e;
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-radius: 999px;
	font-weight: 700;
}

.gk-ml-related-placeholder {
	padding: 18px;
	color: #334155;
	background: #f8fafc;
	border: 1px dashed #94a3b8;
	border-radius: 8px;
}

.gk-ml-related-placeholder.is-warning {
	color: #92400e;
	background: #fffbeb;
	border-color: #f59e0b;
}

@media (max-width: 767px) {
	.gk-ml-related__link {
		grid-template-columns: 1fr;
	}

	.gk-ml-related__thumb {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.gk-ml-related__content {
		padding: 17px 18px 14px;
	}

	.gk-ml-related__title {
		font-size: 17px;
	}

	.gk-ml-related__excerpt {
		font-size: 13px;
		-webkit-line-clamp: 3;
	}
}
