/* Animated teaser — i2t3 component styles
 * A teaser (image, headline, text, button) that animates into view on scroll.
 * The reveal mechanism is shared (animations.css + scroll-reveal.js).
 */

.i2t3-animationteaser__media { margin-bottom: 1rem; }
.i2t3-animationteaser__img { width: 100%; height: auto; border-radius: .5rem; }
.i2t3-animationteaser__title { margin-bottom: .75rem; }
.i2t3-animationteaser__text > :last-child { margin-bottom: 0; }
.i2t3-animationteaser__btn { margin-top: 1rem; }
