.event-forum-quiz {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.event-forum-quiz .questions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
}


.event-forum-quiz .description {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    color: black;
    text-transform: uppercase;
}

.event-forum-quiz .question > div > label {
    font-weight: bold !important;
    margin-bottom: 10px;
}

.event-forum-quiz .question label {
    color: #333;
    display: table;
}

.event-forum-quiz .question .checkboxes label {
    cursor: pointer;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
}

.event-forum-quiz .question .checkboxes label input {
    margin-top: 0;
    margin-right: 5px;
}

.event-forum-quiz .question .radio {
    margin: 0 0 5px;
}

.hotel-reservation__approval {
    margin-bottom: 30px;
}

.hotel-reservation__approval .has-error .help-block {
    clear: both;
}

.hotel-reservation__approval label {
    color: #333 !important;
    font-size: inherit !important;
}

.hotel-reservation__approval .checkbox-wrap label:hover,
.hotel-reservation__approval  .checkbox-wrap input:checked + label {
    text-decoration: none;
}

.event-forum-header-link {
    display: flex;
    align-items: center;
    height: 40px;
}

.event-forum-header-link a:not(:first-child) {
    margin-left: 30px;
}

@media (max-width: 575px) {
    .event-forum-quiz .question.days .checkboxes {
        grid-template-columns: repeat(2, 1fr);
    }
    .event-forum-quiz .questions {
        grid-template-columns: 1fr;
    }
}