.pressable_TANP6 {
    cursor: pointer;
}

/** Utility to show an element onlywhen hovering over one of its ancestor */
.hoverShowTarget_QdXc- {
    opacity: 0;
    transition: opacity 0.2s var(--duration-xshort);
}

.hoverShowAncestor_iWLD2:hover .hoverShowTarget_QdXc- {
    opacity: 1;
}
