/* 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-start .i2t3-bottomcontent__actions { justify-content: flex-start; }
.i2t3-bottomcontent.text-center .i2t3-bottomcontent__actions { justify-content: center; }
.i2t3-bottomcontent.text-end .i2t3-bottomcontent__actions { justify-content: flex-end; }

/* Clickable phone number (Karma icon-call-out parity, simplified) */
.i2t3-bottomcontent__phone {
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
}
.i2t3-bottomcontent__phone a {
    text-decoration: none;
    color: inherit;
}
.i2t3-bottomcontent__phone a:hover {
    text-decoration: underline;
}
