/*
 * Responsive Image For Elementor - widget styles
 *
 * vertical-align: middle removes the small baseline gap that browsers add
 * under inline images (the classic few-pixels-of-space-below-an-image issue),
 * without forcing display:block - so the widget's text-align alignment control
 * keeps working.
 */
.elementor-image img {
    vertical-align: middle;
}

.responsive-image-for-elementor-link {
    display: inline-block;
}
