.elementor-widget-image_posts .prk-image-box-post {
  --prk-image-post-overlay: rgba(0, 0, 0, .57);
  --prk-image-post-overlay-height: 70%;
  position: relative;
  display: grid;
  width: 100%;
  max-width: 100%;
  height: 220px;
  min-width: 0;
  overflow: hidden;
  border-radius: 11px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  isolation: isolate;
}

.elementor-widget-image_posts .prk-image-box-post *,
.elementor-widget-image_posts .prk-image-box-post *::before,
.elementor-widget-image_posts .prk-image-box-post *::after {
  box-sizing: border-box;
}

.elementor-widget-image_posts .prk-image-box-post__inner,
.elementor-widget-image_posts .prk-image-box-post__thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}

.elementor-widget-image_posts .prk-image-box-post__thumbnail > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .3s ease;
}

.elementor-widget-image_posts .prk-image-box-post__gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, var(--prk-image-post-overlay) 0%, rgba(0, 0, 0, 0) var(--prk-image-post-overlay-height));
}

.elementor-widget-image_posts .prk-image-box-post__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 20px 20px 30px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.elementor-widget-image_posts .prk-image-box-post .meta-items {
  display: flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  color: #fff;
  font-size: 12px;
}

.elementor-widget-image_posts .prk-image-box-post .meta-item {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 4px;
  color: inherit;
  font-size: inherit;
  line-height: 1.4;
}

.elementor-widget-image_posts .prk-image-box-post__meta-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.elementor-widget-image_posts .prk-image-box-post__meta-icon i,
.elementor-widget-image_posts .prk-image-box-post__meta-icon svg,
.elementor-widget-image_posts .prk-image-box-post__meta-icon img {
  display: block;
  width: 14px;
  height: 14px;
  font-size: 14px;
  object-fit: contain;
}

.elementor-widget-image_posts .prk-image-box-post__meta-icon svg {
  fill: currentColor;
}

.elementor-widget-image_posts .prk-image-box-post .image-box-post-title {
  width: 100%;
  min-width: 0;
  margin: 0;
  text-align: center;
}

.elementor-widget-image_posts .prk-image-box-post .image-box-post-title a {
  display: -webkit-box;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color .3s ease, transform .3s ease;
}

.elementor-widget-image_posts .prk-image-box-post .have_animations:hover .prk-image-box-post__thumbnail > img {
  transform: scale(1.1);
}

.elementor-widget-image_posts .prk-image-box-post .have_animations:hover .image-box-post-title a {
  transform: translateY(5px);
}

@media (max-width: 1024px) {
  .elementor-widget-image_posts .prk-image-box-post {
    height: 210px;
  }
}

@media (max-width: 767px) {
  .elementor-widget-image_posts .prk-image-box-post {
    height: 190px;
  }

  .elementor-widget-image_posts .prk-image-box-post__content {
    padding: 16px 16px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .elementor-widget-image_posts .prk-image-box-post *,
  .elementor-widget-image_posts .prk-image-box-post *::before,
  .elementor-widget-image_posts .prk-image-box-post *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
