.wp-block-hoyry-content-listing .wp-block-hoyry-content-listing-item .hoyry-content-listing-item .hoyry-content-listing-item-container .hoyry-content-listing-item-content .hoyry-content-listing-item-content-container .hoyry-content-listing-item-footer .hoyry-content-listing-item-read-more.wp-block-button .wp-element-button.wp-block-button__link {
  white-space: normal !important;
}

.wp-block-hoyry-listing .wp-block-button__link.wp-element-button {
  justify-content: flex-start !important;
}

.wp-block-quote.is-style-hoyry-quote-valkoinen-lainausmerkki {
  position: relative;
}
.wp-block-quote.is-style-hoyry-quote-valkoinen-lainausmerkki::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background-image: url("../images/custom_icons/oma-pilates-icon-quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  margin-top: 10px;
}
@media (max-width: 768px) {
  .wp-block-quote.is-style-hoyry-quote-valkoinen-lainausmerkki::before {
    width: 25px;
    margin-top: 5px;
  }
}

.wp-block-quote.is-style-hoyry-quote-musta-lainausmerkki {
  position: relative;
}
.wp-block-quote.is-style-hoyry-quote-musta-lainausmerkki::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background-image: url("../images/custom_icons/oma-pilates-icon-quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .wp-block-quote.is-style-hoyry-quote-musta-lainausmerkki::before {
    width: 25px;
    margin-top: 5px;
  }
}

.wp-block-hoyry-listing-content a.hoyry-listing-item:hover .hoyry-listing-item-container .hoyry-listing-item-image img {
  transform: scale(1.05) !important;
}

.wp-block-hoyry-listing-content a.hoyry-listing-item .hoyry-listing-item-container .hoyry-listing-item-image img {
  transition: transform 0.3s ease !important;
}

.wp-block-hoyry-content-listing a.hoyry-content-listing-item:hover .hoyry-content-listing-item-container .hoyry-content-listing-item-image img {
  transform: scale(1.05) !important;
}

.wp-block-hoyry-content-listing a.hoyry-content-listing-item .hoyry-content-listing-item-container .hoyry-content-listing-item-image img {
  transition: transform 0.3s ease !important;
}
