/* Particles background — i2t3 component styles
 * An animated connected-dots canvas behind optional content. The canvas colour
 * follows the text-* class (theme-aware); animation by the own canvas script.
 */

.i2t3-particles {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    display: flex;
    align-items: center;
}
.i2t3-particles__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.i2t3-particles__content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 2rem;
}
.i2t3-particles__title { margin-bottom: .75rem; }
.i2t3-particles__text > :last-child { margin-bottom: 0; }
