.oc__block.oc__block__posts-scroller-post {
  width: auto;
}

@media (min-width: 960px) {
  .oc__block.oc__block__posts-scroller-post {
    display: grid;
    grid-template-columns: 203px 1fr;
    grid-column-gap: var(--oc--spacing--10);
    align-items: center;

    max-width: 560px;
  }
}

@media (min-width: 1280px) {
  .oc__block.oc__block__posts-scroller-post {
    grid-template-columns: 286px 1fr;
  }
}

.oc__block .oc__block__posts-scroller-post__image-container {
  position: relative;

  height: 203px;
  width: 203px;

  margin-bottom: var(--oc--spacing--08);
}

@media (min-width: 960px) {
  .oc__block .oc__block__posts-scroller-post__image-container {
    margin-bottom: unset;
  }
}

@media (min-width: 1280px) {
  .oc__block .oc__block__posts-scroller-post__image-container {
    height: 286px;
    width: 286px;
  }
}

.oc__block .oc__block__posts-scroller-post__image-container__credit {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.oc__block .oc__block__posts-scroller-post__image-container__image {
  overflow: hidden;

  height: 100%;
  width: 100%;

  border-radius: 8px;
}

.oc__block .oc__block__posts-scroller-post__image-container__image img {
  display: block;

  width: 100%;
  height: 100%;
  object-fit: cover;

  border-radius: 8px;
}

.oc__block .oc__block__posts-scroller-post__content {
  max-width: 203px;
}

@media (min-width: 960px) {
  .oc__block .oc__block__posts-scroller-post__content {
    max-width: unset;
  }
}

.oc__block .oc__block__posts-scroller-post__content__details__title {
  display: block;

  color: var(--oc--color--navy-text);
  font-family: var(--oc--font-family--base);
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;

  text-decoration: none;

  margin-bottom: var(--oc--spacing--12);
}

@media (min-width: 960px) {
  .oc__block .oc__block__posts-scroller-post__content__details__title {
    font-size: 32px;
    font-weight: 900;
    line-height: 128%;

    margin-bottom: var(--oc--spacing--03);
  }
}

.oc__block .oc__block__posts-scroller-post__content__details__title:hover {
  text-decoration: underline;
}

.oc__block .oc__block__posts-scroller-post__content__details__summary {
  display: none;
}

@media (min-width: 960px) {
  .oc__block .oc__block__posts-scroller-post__content__details__summary {
    display: block;

    color: var(--oc--color--navy-text);
    font-family: var(--oc--font-family--base);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
  }
}

.oc__block.oc__block__posts-scroller-post
.oc__block__posts-scroller-post__content__details__author {
  display: none;
}

@media (min-width: 960px) {
  .oc__block.oc__block__posts-scroller-post
  .oc__block__posts-scroller-post__content__details__author {
    display: flex;
    align-items: center;
    gap: var(--oc--spacing--07);

    margin: var(--oc--spacing--07) 0;
  }
}

.oc__block.oc__block__posts-scroller-post
.oc__block__posts-scroller-post__content__details__author__avatar {
  position: relative;
  top: 0;

  height: 40px;
  width: 40px;

  min-width: 40px;
  min-height: 40px;

  border-radius: 100%;

  transition: top 0.25s;
}

.oc__block.oc__block__posts-scroller-post
.oc__block__posts-scroller-post__content__details__author__avatar:hover {
  top: -3px;

  cursor: pointer;
}

.oc__block.oc__block__posts-scroller-post
.oc__block__posts-scroller-post__content__details__author__avatar
img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  border-radius: 100%;
}

.oc__block.oc__block__posts-scroller-post
.oc__block__posts-scroller-post__content__details__author__details__name {
  display: block;

  margin-bottom: var(--oc--spacing--03);

  color: var(--oc--color--navy-text);
  font-family: var(--oc--font-family--base);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  line-height: 100%;
}

.oc__block.oc__block__posts-scroller-post
.oc__block__posts-scroller-post__content__details__author__details__name:hover {
  text-decoration: underline;
  text-underline-offset: 2px;

  cursor: pointer;
}

.oc__block.oc__block__posts-scroller-post
.oc__block__posts-scroller-post__content__details__author__details__title {
  color: var(--oc--color--navy-text);
  font-family: var(--oc--font-family--base);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
