﻿.tippy-box[data-animation=shift-away-extreme][data-state=hidden] {
    opacity: 0
}

    .tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=top] {
        transform: translateY(20px)
    }

    .tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=bottom] {
        transform: translateY(-20px)
    }

    .tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=left] {
        transform: translateX(20px)
    }

    .tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=right] {
        transform: translateX(-20px)
    }
