/* Bottom content — i2t3 component styles
 * A closing heading + text + up to three call-to-action buttons. No script.
 */

.i2t3-bottomcontent__title { margin-bottom: .75rem; }
.i2t3-bottomcontent__text { max-width: 48rem; margin-inline: auto; }
.i2t3-bottomcontent__text > :last-child { margin-bottom: 0; }
.i2t3-bottomcontent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.25rem;
}
.i2t3-bottomcontent.text-center .i2t3-bottomcontent__actions { justify-content: center; }
.i2t3-bottomcontent.text-end .i2t3-bottomcontent__actions { justify-content: flex-end; }
