.resource-blocks-list__item {
  border: solid 2px var(--color-indivisible-lite-blue);
  padding: 40px;
  position: relative;
}
.resource-blocks-list__item:not(:first-of-type) {
  margin-left: -1px;
}
@media (max-width: 767px) {
  .resource-blocks-list__item {
    padding: 24px;
  }
  .resource-blocks-list__item:not(:first-of-type) {
    margin-top: -1px;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .resource-blocks-list__item {
    padding: 28px;
  }
  .resource-blocks-list__item:not(:first-of-type) {
    margin-top: -1px;
    margin-left: 0;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .resource-blocks-list__item {
    padding: 32px;
  }
}
.resource-blocks-list__item .resource__meta {
  -webkit-box-align: center;
          align-items: center;
  color: var(--color-indivisible-grey);
  display: -webkit-box;
  display: flex;
  font-family: var(--font-family-sans);
  font-size: var(--font-size-body-small);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: nowrap row;
  font-weight: var(--font-weight-semibold);
  margin-top: 12px;
}
.resource-blocks-list__item .resource__meta > * {
  margin-right: 8px;
}
.resource-blocks-list__item .resource__media {
  display: block;
  height: 80px;
  width: 80px;
}
.resource-blocks-list__item .resource__media svg {
  -webkit-transform: scale(70%);
      -ms-transform: scale(70%);
          transform: scale(70%);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.resource-blocks-list__item .resource__media[\:has\(\%2B\%20.resource__content\%20a\:hover\)] svg {
  -webkit-transform: scale(80%);
      -ms-transform: scale(80%);
          transform: scale(80%);
}
.resource-blocks-list__item .resource__media:has(+ .resource__content a:hover) svg {
  -webkit-transform: scale(80%);
      -ms-transform: scale(80%);
          transform: scale(80%);
}
@media (min-width: 768px) {
  .resource-blocks-list__item .resource__media {
    margin-bottom: 0;
  }
  .resource-blocks-list__item .resource__media svg {
    -webkit-transform: scale(100%);
        -ms-transform: scale(100%);
            transform: scale(100%);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  .resource-blocks-list__item .resource__media[\:has\(\%2B\%20.resource__content\%20a\:hover\)] svg {
    -webkit-transform: scale(110%);
        -ms-transform: scale(110%);
            transform: scale(110%);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  .resource-blocks-list__item .resource__media:has(+ .resource__content a:hover) svg {
    -webkit-transform: scale(110%);
        -ms-transform: scale(110%);
            transform: scale(110%);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
}
.resource-blocks-list__item .resource__title {
  margin-bottom: 0;
  margin-top: 32px;
}
.resource-blocks-list__item .resource__title a {
  color: var(--color-indivisible-navy);
  font-family: var(--font-family-heading);
  font-size: var(--font-size-heading-large);
  font-weight: var(--font-weight-bold-heading);
  line-height: 150%;
}
.resource-blocks-list__item .resource__title a::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.resource-blocks-list__item .resource__title a:hover::before,
.resource-blocks-list__item .resource__title a:focus::before {
  background: var(--color-indivisible-lite-blue);
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
@media (max-width: 767px) {
  .resource-blocks-list__item .resource__title {
    margin-top: 0;
  }
}
.resource-blocks-list__item .resource__description {
  margin-top: 8px;
}
.resource-blocks-list__item .resource__description p {
  font-family: var(--font-family-sans);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-body);
  line-height: 144%;
}
.resource-blocks-list__item:only-of-type {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}
.resource-blocks-list__item:only-of-type .resource__media {
  margin-left: 60px;
}
.resource-blocks-list__item:only-of-type .resource__title {
  margin-top: 0;
}
@media (max-width: 767px) {
  .resource-blocks-list__item:only-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
  .resource-blocks-list__item:only-of-type .resource__media {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .resource-blocks-list__item:only-of-type .resource__title {
    margin-top: 0;
  }
}