/* Theme: Alchemist / Blog Post CSS Template / Updated: 26/10/21 */
.text-field img {
    max-width: 100%;
}
.btn-share-link .fa {
    font-size: 1.2em;
}
.btn-share-link:hover .fa {
    color: var(--primary) !important;
}
.fr-video iframe {
    max-width: 100%;
    max-height: 60vw;
}
.hover-arrow-left-small:hover svg path {
    transform: translateX(-50%);
}
.hover-arrow-right-small:hover svg path {
    transform: translateX(50%);
}
.hover-arrow-left-small svg path, .hover-arrow-right-small svg path {
    transition: all 0.3s ease;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
}