.ask {
    transition: all 0.3s ease;
}

.ask[style*="display: none"] {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
