/* Info Roller - Frontend styles */

.wp-block-negarity-wp-info-roller.negarity-info-roller {
    overflow: hidden;
    padding: 0;
    position: relative;
}

.negarity-info-roller__track {
    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease-out;
}

.negarity-info-roller__item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: opacity 0.4s ease-out, background-color 0.4s ease-out;
}

.negarity-info-roller__item--active {
    opacity: 1;
}

.negarity-info-roller__item:not(.negarity-info-roller__item--active) {
    opacity: 0.35;
}
