.entry-content > .l-posts-section {
  margin-bottom: 64px;
}

.entry-content .l-posts p {
  margin-bottom: 0;
}

.l-posts__thumbnail {
  margin-bottom: 24px;
}
.l-posts__thumbnail img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.l-posts__thumbnail.l-posts__img-placeholder {
  -o-object-fit: contain;
     object-fit: contain;
}

.entry-content .l-posts__title {
  margin-bottom: 8px;
}

.l-posts__title a {
  text-decoration: none;
}

.l-posts__taxonomy, .l-posts__date {
  font-size: 14px;
  font-weight: 700;
}

.entry-content .l-posts .l-posts__taxonomy {
  margin-bottom: 8px;
}
.entry-content .l-posts .l-posts__date {
  margin: 12px 0;
}
.entry-content .l-posts .l-posts__date + p {
  margin-bottom: 16px;
}

.l-posts__date {
  display: flex;
  align-items: center;
}
.l-posts__date:before {
  display: inline-block;
  content: " ";
  width: 16px;
  height: 16px;
  background: var(--paletteColor3);
  -webkit-mask: url(/wp-content/themes/uchi/build/images/icons2/icon__date.svg) 50% 50%;
          mask: url(/wp-content/themes/uchi/build/images/icons2/icon__date.svg) 50% 50%;
  margin-right: 4px;
}

.l-posts__single .l-posts__thumbnail img {
  height: 210px;
}

.l-posts--people .l-posts__thumbnail {
  margin-bottom: 16px;
}
.l-posts--people .l-posts__thumbnail img {
  height: 207px;
  -o-object-position: 60% top;
     object-position: 60% top;
}
@media (min-width: 480px) {
  .l-posts--people .l-posts__thumbnail img {
    min-height: 352px;
  }
}
.l-posts--people .l-posts__title {
  margin-bottom: 0;
}
.l-posts--people .p__small-print {
  margin-top: 4px;
}
.l-posts--people .c-button--link {
  margin-top: 24px;
}

.l-posts--therapist-programs .l-posts__thumbnail {
  margin-bottom: 16px;
}
.l-posts--therapist-programs .l-posts__title {
  margin-bottom: 12px;
  word-break: break-word;
}

.l-posts--events p {
  margin-bottom: 16px;
}

.l-posts--podcasts .l-posts__thumbnail img {
  height: 160px;
}
@media (min-width: 480px) {
  .l-posts--podcasts .l-posts__thumbnail img {
    height: 274px;
  }
}

.l-posts--podcasts .l-post__single > p {
  display: none;
}
@media (min-width: 768px) {
  .l-posts--podcasts .l-post__single > p {
    display: block;
  }
}

.l-posts--podcasts .l-post__title--small {
  line-height: 26px;
}

.l-posts--podcasts .podcast-airing-date {
  font-weight: 700;
  margin-top: 12px;
}

@media (max-width: 1023px) {
  .l-posts--podcasts .l-posts__single p:not(.podcast-airing-date) {
    display: none;
  }
}

.l-posts--magazines .l-posts__thumbnail img {
  height: auto;
}

@media (max-width: 767px) {
  .l-posts--magazines.l-grid {
    row-gap: 64px;
  }
}

.entry-content .l-posts--magazines .l-posts__title {
  margin-bottom: 0;
}
.entry-content .l-posts--magazines .l-post__subtitle {
  margin-bottom: 24px;
}

.l-posts__upcoming img {
  opacity: 0.4;
}
.l-posts__upcoming h3 a, .l-posts__upcoming p, .l-posts__upcoming strong {
  color: var(--paletteColor5);
}

.l-posts-cards {
  margin-bottom: 64px;
}
.l-posts-cards .l-posts {
  margin-bottom: 64px;
}

.entry-content .l-posts-cards h4 {
  margin-bottom: 24px;
}

.l-posts--card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--paletteColor6);
  padding: 16px;
  border-radius: 10px;
  min-height: 154px;
}

.l-posts--card__title {
  word-break: break-word;
}

.l-posts--card__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-posts--card__links a {
  padding: 0;
}

.l-posts--card__filetype-wrapper {
  display: flex;
  justify-content: flex-end;
}

.l-posts--card__filetype {
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
  color: var(--paletteColor5);
  background-color: #fff;
  padding: 6px 8px;
  border-radius: 10px;
}

.l-block-service-details {
  border-radius: 10px;
  background-color: var(--paletteColor6);
  padding: 32px;
  margin: 64px 0;
}
.l-block-service-details .l-grid {
  margin-bottom: 24px;
}
.l-block-service-details section {
  margin-bottom: 32px;
}
.l-block-service-details section:first-child {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.l-block-service-details .l-block-service-details__heading {
  margin-bottom: 32px;
}
.l-block-service-details .l-block-service-details__info {
  margin-bottom: 16px;
}
.l-block-service-details .l-block-service-details__info > *:first-child {
  font-size: 14px;
  margin-bottom: 8px;
}
.l-block-service-details .l-block-service-details__info > *:last-child {
  color: var(--paletteColor1);
  font-weight: bold;
}
.l-block-service-details .c-button {
  margin: 16px 24px 24px 0;
}

.l-block-magazine-featured img {
  border-radius: 10px;
}

.l-block-magazine-featured ul {
  margin-bottom: 32px;
}

.entry-content .l-block-magazine-featured h2 {
  color: var(--paletteColor4);
  margin-bottom: 24px;
}
