/* Pakt o nieagresji — obrazy wyróżniające bloga, DO_REVIEW */

.pakt-post-card__image,
.pon-single-template__featured {
  overflow: hidden;
  border: 1px solid rgba(157, 106, 23, .24);
  background: #f3ead9;
}

.pakt-post-card__image {
  width: 100%;
  margin: 0 0 1.5rem;
  border-radius: 14px;
}

.pakt-post-card__image a,
.pakt-post-card__image img,
.pon-single-template__featured img {
  display: block;
  width: 100%;
}

.pakt-post-card__image img,
.pon-single-template__featured img {
  height: 100%;
  object-fit: cover;
}

.pakt-post-card__image a {
  height: 100%;
}

.pakt-post-card__image a:focus-visible {
  outline: 3px solid rgba(173, 133, 71, .55);
  outline-offset: -3px;
}

.pon-single-template__featured {
  width: min(calc(100% - 40px), 920px);
  margin: 1.75rem auto 1.25rem;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(31, 42, 68, .09);
}

@media (max-width: 700px) {
  .pakt-post-card__image {
    margin-bottom: 1.2rem;
    border-radius: 11px;
  }

  .pon-single-template__featured {
    width: calc(100% - 32px);
    margin-top: 1.35rem;
    border-radius: 13px;
  }
}
