.etoizrail-home-blog {
	display: block;
	width: 100%;
	background: #ffffff;
}

.etoizrail-home-blog__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: stretch;
	width: 100%;
	min-width: 0;
}

.etoizrail-home-blog-card {
	position: relative;
	display: block;
	min-width: 0;
	min-height: 0;
	margin: 0;
	background: #ffffff;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	overflow: hidden;
}

.etoizrail-home-blog-card__link {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 22px;
	color: #111111;
	text-decoration: none;
}

.etoizrail-home-blog-card__media {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 2 / 1;
	overflow: hidden;
	background: #e9e9e9;
	border-radius: 4px;
}

.etoizrail-home-blog-card__image,
.etoizrail-home-blog-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
}

.etoizrail-home-blog-card__image {
	object-fit: cover;
	transition: transform 180ms ease;
}

.etoizrail-home-blog-card__placeholder {
	background:
		linear-gradient(135deg, rgba(237, 94, 48, .15), transparent 58%),
		linear-gradient(135deg, #efefef, #d8d8d8);
}

.etoizrail-home-blog-card__type {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: #ffffff;
	border-radius: 0 0 0 7px;
	color: #ff5d43;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
	z-index: 3;
}

.etoizrail-home-blog-card__type-icon {
	display: block;
	width: 24px;
	height: 24px;
	background: currentColor;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: 24px 24px;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: 24px 24px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3.75h8.2L18.25 7.8V20.25H6V3.75Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M14 4v4h4M9 11h6M9 14.5h6M9 18h4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3.75h8.2L18.25 7.8V20.25H6V3.75Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M14 4v4h4M9 11h6M9 14.5h6M9 18h4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.etoizrail-home-blog-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	padding-top: 10px;
}

.etoizrail-home-blog-card__title {
	display: block;
	color: #050505;
	font-size: 22px;
	font-weight: 750;
	line-height: 1.35;
	letter-spacing: -.018em;
	transition: color 150ms ease;
}

.etoizrail-home-blog-card__footer {
	display: flex;
	align-items: center;
	gap: 13px;
	min-width: 0;
	margin-top: auto;
	padding-top: 28px;
}

.etoizrail-home-blog-card__icons {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	flex: 0 0 auto;
	color: #969696;
}

.etoizrail-home-blog-card__icon {
	display: block;
	width: 18px;
	height: 18px;
	background: currentColor;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: 18px 18px;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: 18px 18px;
}

.etoizrail-home-blog-card__icon--bookmark {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M7 4.5h10v15l-5-3-5 3v-15Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M7 4.5h10v15l-5-3-5 3v-15Z'/%3E%3C/svg%3E");
}

.etoizrail-home-blog-card__icon--comments {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M5 5.5h14v10H9l-4 3v-13Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M5 5.5h14v10H9l-4 3v-13Z'/%3E%3C/svg%3E");
}

.etoizrail-home-blog-card__meta {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	overflow: hidden;
	color: #777777;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.etoizrail-home-blog-card__category {
	overflow: hidden;
	text-overflow: ellipsis;
}

.etoizrail-home-blog-card__link:hover .etoizrail-home-blog-card__title,
.etoizrail-home-blog-card__link:focus .etoizrail-home-blog-card__title {
	color: #2962f9;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.etoizrail-home-blog-card__link:hover .etoizrail-home-blog-card__image,
.etoizrail-home-blog-card__link:focus .etoizrail-home-blog-card__image {
	transform: scale(1.025);
}

.etoizrail-home-blog-card__link:focus {
	outline: none;
}

.etoizrail-home-blog-card__link:focus-visible {
	outline: 2px solid rgba(255, 93, 67, .48);
	outline-offset: -4px;
}

.etoizrail-home-blog-card--featured {
	min-height: 350px;
	background: #111111;
}

.etoizrail-home-blog-card--featured .etoizrail-home-blog-card__link {
	position: relative;
	min-height: 350px;
	padding: 0;
	overflow: hidden;
}

.etoizrail-home-blog-card--featured .etoizrail-home-blog-card__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	background: #111111;
	border-radius: 0;
}

.etoizrail-home-blog-card--featured .etoizrail-home-blog-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .03) 34%, rgba(0, 0, 0, .8) 100%);
}

.etoizrail-home-blog-card--featured .etoizrail-home-blog-card__body {
	position: absolute;
	inset: auto 0 0;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	padding: 26px 16px 18px;
	color: #ffffff;
}

.etoizrail-home-blog-card--featured .etoizrail-home-blog-card__title {
	color: #ffffff;
	font-size: clamp(27px, 6vw, 36px);
	font-weight: 780;
	line-height: 1.18;
	letter-spacing: -.025em;
}

.etoizrail-home-blog-card--featured .etoizrail-home-blog-card__footer {
	padding-top: 14px;
}

.etoizrail-home-blog-card--featured .etoizrail-home-blog-card__icons,
.etoizrail-home-blog-card--featured .etoizrail-home-blog-card__meta {
	color: #ffffff;
}

.etoizrail-home-blog-card--featured .etoizrail-home-blog-card__link:hover .etoizrail-home-blog-card__title,
.etoizrail-home-blog-card--featured .etoizrail-home-blog-card__link:focus .etoizrail-home-blog-card__title {
	color: #ffffff;
}

.etoizrail-home-blog__empty {
	min-height: 260px;
	padding: 48px 24px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	text-align: center;
}

.etoizrail-home-blog__empty h2 {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.15;
}

.etoizrail-home-blog__empty p {
	margin: 0;
	color: #666666;
}

@media (min-width: 641px) {
	.etoizrail-home-blog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.etoizrail-home-blog-card--featured {
		grid-column: 1 / -1;
	}

	.etoizrail-home-blog-card--featured,
	.etoizrail-home-blog-card--featured .etoizrail-home-blog-card__link {
		min-height: 410px;
	}

	.etoizrail-home-blog-card--featured .etoizrail-home-blog-card__body {
		padding: 34px;
	}
}

@media (min-width: 1024px) {
	.etoizrail-home-blog__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.etoizrail-home-blog-card {
		min-height: 365px;
	}

	.etoizrail-home-blog-card--featured {
		grid-column: span 2;
	}

	.etoizrail-home-blog-card--featured,
	.etoizrail-home-blog-card--featured .etoizrail-home-blog-card__link {
		min-height: 365px;
	}

	.etoizrail-home-blog-card--featured .etoizrail-home-blog-card__body {
		padding: 34px 16px 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.etoizrail-home-blog-card__image,
	.etoizrail-home-blog-card__title {
		transition: none;
	}
}
