<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-field img {
  max-width: 100%;
}

.btn-share-link {
  font-size: 1.5rem;
  transition: color 0.2s ease-in-out;
}

.btn-share-link:hover .svg-inline--fa {
  color: var(--primary) !important;
}

.fr-video iframe {
  max-width: 100%;
  max-height: 60vw;
}

.hover-arrow-left-small svg path,
.hover-arrow-right-small svg path {
  transition: transform 0.2s ease-in-out;
}

.hover-arrow-left-small:hover svg path {
  transform: translateX(-50%);
}

.hover-arrow-right-small:hover svg path {
  transform: translateX(50%);
}

.blog-author-image {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

img.fr-dii.fr-fir,
.fr-dvi.fr-fvr {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

img.fr-dii.fr-fil,
.fr-dvi.fr-fvl {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
</pre></body></html>