.elementor-widget-post-grid {
  min-width: 100%;
}
.elementor-widget-post-grid .posts {
  --col: 1;
  --gap: 1px;
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: var(--gap);
  width: 100%;
}
@media (min-width: 768px) {
  .elementor-widget-post-grid .posts {
    --cols: 2;
  }
}
@media (min-width: 1024px) {
  .elementor-widget-post-grid .posts {
    --cols: 3;
  }
}
.elementor-widget-post-grid .post {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  min-height: 30vh;
  padding: 0;
}
@media (min-width: 768px) {
  .elementor-widget-post-grid .post {
    min-height: 35vh;
  }
}
@media (min-width: 1024px) {
  .elementor-widget-post-grid .post {
    min-height: 35vh;
  }
}
.elementor-widget-post-grid .post[data-link-target] {
  cursor: pointer;
}
.elementor-widget-post-grid .post:focus-within {
  outline-style: dotted;
  outline-width: 0.125rem;
  outline-color: currentColor;
  outline-offset: -0.125rem;
}
.elementor-widget-post-grid .post::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.elementor-widget-post-grid .post-image {
  position: absolute;
  inset: 0;
  z-index: -1;
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0;
}
.elementor-widget-post-grid .post-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elementor-widget-post-grid .post-title {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  padding: 1rem;
  line-height: 1.1;
  color: #fff;
}
.elementor-widget-post-grid .post-title a {
  color: inherit;
}
.elementor-widget-post-grid .post-title a:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .elementor-widget-post-grid .posts.big-first .post:first-of-type {
    grid-column: 1/span 2;
  }
}

/*# sourceMappingURL=post-grid.css.map */
