/* start_imports */
.acf-latest-posts .title {
  font-size: var(--fs_h4_small);
  line-height: var(--line_height_headings);
  font-weight: var(--fw_h4);
  color: var(--color_h4);
}

@media (min-width: 520px) {
  .acf-latest-posts .title {
    font-size: var(--fs_h4_medium_small);
  }
}
@media (min-width: 768px) {
  .acf-latest-posts .title {
    font-size: var(--fs_h4_medium);
  }
}
@media (min-width: 1200px) {
  .acf-latest-posts .title {
    font-size: var(--fs_h4_large);
  }
}
/* end_imports */
/*
.acf-latest-posts {
	> .gut-grid > .gut-row {
		@include mh( -15px );
	}
}
*/
.acf-latest-posts.layout-headlines_only {
  margin-left: -15px;
  margin-right: -15px;
}
.acf-latest-posts .latest-posts {
  width: 100%;
}
@media (min-width: 768px) {
  .acf-latest-posts .latest-posts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.acf-latest-posts .latest-posts.layout-headlines_only {
  display: block;
  flex: none;
}
.acf-latest-posts .latest-posts.layout-headlines_only .post {
  display: block;
  width: 100%;
  flex: none;
}
.acf-latest-posts .latest-posts.layout-headlines_only .post + .post {
  margin-top: 30px;
}
.acf-latest-posts .latest-posts .post {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .acf-latest-posts .latest-posts .post {
    flex: 1 1 0;
    width: 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .acf-latest-posts .latest-posts .post + .post {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
  }
}

.acf-latest-posts .layout-headlines_only .title {
  margin-bottom: 0;
}
.acf-latest-posts .title {
  margin-bottom: 15px;
  overflow-wrap: break-word;
  white-space: inherit;
}
.acf-latest-posts .title a {
  color: var(--color_headings_anchor);
}
.acf-latest-posts .title a:hover, .acf-latest-posts .title a:focus {
  color: var(--color_headings_anchor_hover);
}
.acf-latest-posts .p-image {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  margin-bottom: 15px;
  background-color: var(--color_primary);
  display: block;
}