.livewhale-event-item {
    border-bottom: 1px solid #CCCCCC;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.livewhale-detail-wrapper {
    display: flex;
    justify-content: space-between;
}

.livewhale-details {
    margin: 0 20px 0 0;
}

@media screen and (max-width: 480px) {
    .livewhale-detail-wrapper {
        flex-direction: column-reverse;
        
    }
}