.or-eventlist-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* max-width: 800px; */
    margin: 0 auto;
    padding: 5px;
    font-family: system-ui, sans-serif;
    box-sizing: border-box;
    background-color: transparent;
    color: #333;
}
.or-event {

    flex: 1 1 320px;

    max-width: 420px;

    max-height: 204px;

    display: flex;

    padding: 10px;

    margin: 5px;

    border: 2px solid #DDD;

    border-radius: 6px;

    background-color: transparent;

}

.or-event-thumb {

    flex: 0 1 auto;

    width: 120px;

    height: 180px;

    overflow: hidden;

    border-radius: 3px;

}

.or-event-image {

    display: block;

    max-width: 120px;

    border-radius: 3px;

}

.or-event-info {

    flex: 1 1 auto;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    padding-left: 10px;

}

.or-event-title {

    font-size: 1.125em;

    font-weight: 500;

    margin: 0 0 10px;

    color: #333;

}

.or-event-subtitle {

    flex: 1 1 auto;

    margin: 0 0 10px;

    font-size: 0.875em;

    color: #333;

}

.or-event-btn {

    align-self: flex-end;

    display: inline-block;

    background-color: #DDD;

    color: #333;

    padding: 10px 20px;

    border-radius: 3px;

    text-decoration: none;

    text-transform: uppercase;

    text-align: center;

}

.streaming, .recording, .closing {

    background-color: #DFF0D8 !important;

}

.archived, .archving, .archived_s3, .upload-archived_s3 {

    background-color: #FCF8E3 !important;

}

.closed, .expired {

    background-color: #FFF !important;

}

.pending, .allocating, .allocated {

    background-color: #D9EDF7 !important;

}

.allocate_failed, .streaming_failed, .recording_failed, .archiving_failed {

    background-color: #F2DEDE !important;

}

