/* React Animation Plugin — Components CSS */

/* Tilt */
.rap-tilt-active {
    transform-style: preserve-3d;
    will-change: transform;
}

/* Dock */
.rap-dock-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    padding: 8px;
}

/* Elastic slider */
.rap-slider-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Spotlight */
.rap-spotlight-active {
    overflow: hidden;
}
.rap-spotlight-active * {
    position: relative;
    z-index: 1;
}
