/**
 * mod_gts_latest_image — front-end styles
 *
 * Intentionally minimal: provides sensible defaults that are easy
 * for a template developer to override.
 */

.gts-latest-image {
    display: block;
    line-height: 0; /* removes gap below inline <img> */
}

.gts-latest-image__link {
    display: block;
}

.gts-latest-image__picture {
    display: block;
    line-height: 0;
}

.gts-latest-image__img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 0;
}
