/* Featured Image */
.cvr_spot__featured_img {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Title Bar */
.cvr_spot__titlebar .cvr_group {
    flex-direction: column;
    padding: 25px 0;
}

/* Info Bar */
.cvr_spot__infobar {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.cvr_spot__infobar .cvr_group {
    justify-content: space-between;
    padding: 25px 0;
}

/* Content */
.cvr_spot__body .cvr_group {
    flex-direction: column;
    padding: 25px 0;
}

/* Full Schedule Modal */
.cvr_spot__full_schedule_modal .cvr_group {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin: auto;
    height: 600px;
    padding: 25px;
    margin: auto;
    margin-top: calc(50vh - 300px);
    color: #fff;
    justify-content: flex-start;
    box-sizing: border-box;
}

.cvr_spot__full_schedule_modal .cvr_title {
    font-size: 1.6em;
}