.for-the-record-event-page {

}

.event-date {
    font-size:20px;
}

.event-title {
    font-size: 42px;
    margin: 0 0 32px;
    font-weight:600;
    margin-bottom:12px;
}

.event-location {
    color: gray;
    font-weight: 600;
    font-size:18px;
}

.event-price {    
    font-size: 30px;
}

.event-description {
    max-width:800px;
}

.event-description-header {
    font-size:24px;
    margin-bottom:8px;
}

.event-tickets {
}

.event-page-right-side {
    display:block;
    min-width:280px;
}

.event-ticket-header {
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.event-artists-header {
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    margin-top:32px;
}

.event-page-ticket-link {   
    border: 1px solid #0f87cc;
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 10px;
    background: #0f87cc2b;
}

.event-page-ticket-link a {
    color: white !important;
}

.event-page-ticket-link a:hover {
    color: #0894cc !important;
}

@media(max-width:800px) {
    .event-description {
        max-width: 600px;
        margin-bottom:32px;
    }

    .event-page-right-side {
        min-width:200px;
    }

    .event-location {
        margin-bottom:8px;
    }
}

@media(max-width:500px) {
    .event-page-right-side {
        min-width:100px;
    }
}