.discount-promo-plaque {
  padding: 0;
  margin: 0;
}

/* Reduce bottom spacing of specialties section right above plaque */
.fek-spec {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.fek-spec__container {
  padding-bottom: 8px !important;
}

.discount-promo-plaque__link {
  display: block;
  max-width: 920px;
  margin: 0 auto;
  text-decoration: none;
}

.discount-promo-plaque__img {
  display: block;
  width: 100%;
  max-width: 920px;
  height: auto;
  margin: 0 auto;
}

/* Tighten spacing exactly around the inserted plaque block */
.fek-spec + .discount-promo-plaque {
  margin-top: 0 !important;
}

.discount-promo-plaque + .fek-howto {
  margin-top: 10px !important;
}

.discount-promo-plaque + .fek-howto .fek-howto__container {
  padding-top: 0 !important;
}

@media (max-width: 640px) {
  .discount-promo-plaque {
    margin-top: 4px;
  }

  .discount-promo-plaque + .fek-howto {
    margin-top: 8px !important;
  }
}

/* Stoimost page: plaque after spec-v1 price tables */
.spec-v1-price-block + .discount-promo-plaque {
  margin-top: 4px;
  padding-bottom: 12px;
}
