.dx-editor-wrapper .all-posts,
.wp-site-blocks .all-posts {
  padding: 0 0 clamp(32px, 2.86vw + 23px, 64px);
  background: #ffffff;
}
.dx-editor-wrapper .all-posts__container,
.wp-site-blocks .all-posts__container {
  box-sizing: border-box;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .dx-editor-wrapper .all-posts__container,
  .wp-site-blocks .all-posts__container {
    padding: 0 1.5rem;
  }
}
.dx-editor-wrapper .all-posts__header,
.wp-site-blocks .all-posts__header {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #d7d9df;
  margin-bottom: 2rem;
}
.dx-editor-wrapper .all-posts__header-title,
.wp-site-blocks .all-posts__header-title {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}
.dx-editor-wrapper .all-posts__grid,
.wp-site-blocks .all-posts__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .dx-editor-wrapper .all-posts__grid,
  .wp-site-blocks .all-posts__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  .dx-editor-wrapper .all-posts__grid,
  .wp-site-blocks .all-posts__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 2rem;
  }
}
.dx-editor-wrapper .all-posts__card,
.wp-site-blocks .all-posts__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
.dx-editor-wrapper .all-posts__card-link,
.wp-site-blocks .all-posts__card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  outline: none;
}
.dx-editor-wrapper .all-posts__card-link:hover,
.wp-site-blocks .all-posts__card-link:hover {
  text-decoration: none;
  color: #000000;
}
.dx-editor-wrapper .all-posts__card-link:hover .all-posts__card-arrow,
.wp-site-blocks .all-posts__card-link:hover .all-posts__card-arrow {
  transform: translateX(4px);
}
.dx-editor-wrapper .all-posts__card-image,
.wp-site-blocks .all-posts__card-image {
  position: relative;
  width: 100%;
  padding-bottom: 120%;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 0.5rem;
}
.dx-editor-wrapper .all-posts__card-img,
.wp-site-blocks .all-posts__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.dx-editor-wrapper .all-posts__card-content,
.wp-site-blocks .all-posts__card-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}
.dx-editor-wrapper .all-posts__card-contact,
.wp-site-blocks .all-posts__card-contact {
  margin: 0;
  font-size: 1rem;
  color: #4c4c4c;
  font-weight: 400;
  line-height: 1.25em;
}
.dx-editor-wrapper .all-posts__card-title,
.wp-site-blocks .all-posts__card-title {
  margin: 0.5rem 0;
  font-size: 1.25rem;
  font-weight: 400;
}
.dx-editor-wrapper .all-posts__card-arrow,
.wp-site-blocks .all-posts__card-arrow {
  display: inline-flex;
  align-items: center;
  margin-top: 0.5rem;
  color: #072c47;
  transition: transform 0.2s ease;
}
.dx-editor-wrapper .all-posts__card-arrow svg,
.wp-site-blocks .all-posts__card-arrow svg {
  width: 20px;
  height: 6px;
}
.dx-editor-wrapper .all-posts__empty,
.wp-site-blocks .all-posts__empty {
  text-align: center;
  padding: 4rem 1.5rem;
  color: #4c4c4c;
  font-size: 1.25rem;
  margin: 0;
}
