@charset "UTF-8";
.wp-block-hoyry-testimonials .hoyry-testimonials-block .hoyry-testimonials .hoyry-testimonial {
  background-color: transparent;
}
.wp-block-hoyry-testimonials .hoyry-testimonials-block .hoyry-testimonials .hoyry-testimonial .hoyry-testimonial-texts::before {
  content: "“";
  display: block;
  font-size: 116px;
  font-family: var(--wp--preset--font-family--inter);
  color: var(--wp--preset--color--custom-korostus);
  line-height: 0.3;
}
.wp-block-hoyry-testimonials .hoyry-testimonials-block .hoyry-testimonials .hoyry-testimonial .hoyry-testimonial-texts .hoyry-testimonial-text {
  font-weight: 300;
  font-size: 28px;
}
.wp-block-hoyry-testimonials .hoyry-testimonials-block .hoyry-testimonials .hoyry-testimonial .hoyry-testimonial-texts .hoyry-testimonial-name,
.wp-block-hoyry-testimonials .hoyry-testimonials-block .hoyry-testimonials .hoyry-testimonial .hoyry-testimonial-texts .hoyry-testimonial-name-info {
  font-weight: 500;
  font-size: 24px;
}
.wp-block-hoyry-testimonials .hoyry-testimonials-block .hoyry-testimonials .hoyry-testimonials-arrows {
  width: 100%;
  top: 0;
  justify-content: space-between;
  pointer-events: none;
}
.wp-block-hoyry-testimonials .hoyry-testimonials-block .hoyry-testimonials .hoyry-testimonials-arrows .hoyry-testimonials-arrow {
  width: 5rem;
  height: 5rem;
  background-color: transparent;
  position: relative;
  pointer-events: all;
}
.wp-block-hoyry-testimonials .hoyry-testimonials-block .hoyry-testimonials .hoyry-testimonials-arrows .hoyry-testimonials-arrow.prev {
  left: -3rem;
}
.wp-block-hoyry-testimonials .hoyry-testimonials-block .hoyry-testimonials .hoyry-testimonials-arrows .hoyry-testimonials-arrow.next {
  right: -3rem;
}

.wp-block-hoyry-listing .wp-block-hoyry-listing-content .hoyry-listing-item .hoyry-listing-item-content {
  margin-top: 30px;
}
.wp-block-hoyry-listing .wp-block-hoyry-listing-content .hoyry-listing-item .hoyry-listing-item-content .hoyry-listing-item-texts .hoyry-listing-item-header .hoyry-listing-item-meta {
  display: none;
}
.wp-block-hoyry-listing .wp-block-hoyry-listing-content .hoyry-listing-item .hoyry-listing-item-content .hoyry-listing-item-texts .hoyry-listing-item-excerpt {
  margin-top: 25px;
}
.wp-block-hoyry-listing .wp-block-hoyry-listing-content .hoyry-listing-item .hoyry-listing-item-content .hoyry-listing-item-texts .hoyry-listing-item-footer {
  margin-top: 35px;
}

.wp-block-hoyry-icon-list[data-icon-type=number] .hoyry-icon-list-item .hoyry-icon-list-item-icon {
  background-color: transparent;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  width: auto;
  line-height: 1;
}
.wp-block-hoyry-icon-list[data-icon-type=number] .hoyry-icon-list-item .hoyry-icon-list-item-icon::before {
  content: counter(hoyry-icon-list-item-number);
  font-weight: 300;
  font-size: clamp(2.5rem, 2.094625rem + 2.027027027vw, 4.375rem);
  font-family: var(--wp--preset--font-family--ensisijainen);
  color: var(--wp--preset--color--custom-korostus);
}

.hoyry-listing-carousel .hoyry-listing-item-header {
  font-family: var(--wp--preset--font-family--ensisijainen);
  font-size: var(--wp--preset--font-size--custom-6);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
