
.ha-news-quiz {
    padding: 0 3.5em;
    margin-top: 40px;
}

    .ha-news-quiz-header__content {
        max-width: 940px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

        .ha-news-quiz-header__content__header {
            color: #30bdb0;
            text-align: center;
            font-size: 2.4em;
            font-weight: bold;
            margin-bottom: 0.8em;
        }

        @media(max-width: 576px){
        .ha-news-quiz-header__content__header {
            font-size: 2.0em;
        }
        }

        .ha-news-quiz-header__content__subheader {
            color: #30bdb0;
            font-size: 1.25em;
            margin-bottom: 8px;
        }

        .ha-news-quiz-header__content__text {
            color: #3b3b3b;
            font-size: 1.05em;
        }



.ha-news-quiz-footer {
    background-color: #d6f2ef;
    margin-top: 2em;
    padding: 1em 3.5em;
}

@media(max-width: 576px){
.ha-news-quiz-footer {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
}

    .ha-news-quiz-footer__content {
        max-width: 940px;
        margin: 1em auto;
    }

        .ha-news-quiz-footer__content__title {
            color: #30bdb0;
            font-size: 1.25em;
            margin-bottom: 8px;
        }

        .ha-news-quiz-footer__content__paragraph {
            color: #3b3b3b;
            font-size: 1.05em;
            margin-bottom: 12px;
            line-height: 1.4;
        }

        .ha-news-quiz-footer__content__paragraph__box {
            padding: 3px 8px;
            background-color: white;
            border-radius: 10px;
        }

        .ha-news-quiz-footer__content__form {
            display: -ms-grid;
            display: grid;
            grid-gap: 10px;
            -ms-grid-rows: auto 10px auto 10px auto 10px auto;
            -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
                grid-template: "t1 t2  t3" auto
                           "t4 t4  t4" auto
                           "t5 .   . " auto
                           "t6 t7  . " auto /
                           1fr 1fr 1fr;
        }

        .ha-news-quiz-footer__content__form > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
            grid-area: t1;
        }

        .ha-news-quiz-footer__content__form > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
            grid-area: t2;
        }

        .ha-news-quiz-footer__content__form > *:nth-child(3) {
            -ms-grid-row: 1;
            -ms-grid-column: 5;
            grid-area: t3;
        }

        .ha-news-quiz-footer__content__form > *:nth-child(4) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
            -ms-grid-column-span: 5;
            grid-area: t4;
        }

        .ha-news-quiz-footer__content__form > *:nth-child(5) {
            -ms-grid-row: 5;
            -ms-grid-column: 1;
            grid-area: t5;
        }

        .ha-news-quiz-footer__content__form > *:nth-child(6) {
            -ms-grid-row: 7;
            -ms-grid-column: 1;
            grid-area: t6;
        }

        .ha-news-quiz-footer__content__form > *:nth-child(7) {
            -ms-grid-row: 7;
            -ms-grid-column: 3;
            grid-area: t7;
        }

        @media (max-width: 600px) {
        .ha-news-quiz-footer__content__form {
            -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto;
            -ms-grid-columns: 1fr;
                grid-template: "t1" auto
                           "t2" auto
                           "t3" auto
                           "t4" auto
                           "t5" auto
                           "t6" auto
                           "t7" auto /
                           1fr;
        }
        .ha-news-quiz-footer__content__form > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        }
        .ha-news-quiz-footer__content__form > *:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        }
        .ha-news-quiz-footer__content__form > *:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        }
        .ha-news-quiz-footer__content__form > *:nth-child(4) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        }
        .ha-news-quiz-footer__content__form > *:nth-child(5) {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
        }
        .ha-news-quiz-footer__content__form > *:nth-child(6) {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
        }
        .ha-news-quiz-footer__content__form > *:nth-child(7) {
        -ms-grid-row: 13;
        -ms-grid-column: 1;
        }
        }

            .ha-news-quiz-footer__content__form__input {
                border: 0;
                background-color: white;
                color: #3b3b3b;
                height: 3em;
                border-radius: 1.5em;
                padding: 0 1em;
                min-width: 50px;
            }

            .ha-news-quiz-footer__content__form__button {
                border: 0;
                background-color: #30bdb0;
                color: white;
                height: 3em;
                border-radius: 1.5em;
                padding: 0 1em;
            }



.ha-news-quiz-grid {
    display: block;
}

    .ha-news-quiz-grid__seperator {
        border-bottom: 1px solid #454545;
    }

    .ha-news-quiz-grid__row {
        padding-top: 15px;
        padding-bottom: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .ha-news-quiz-grid__row:first-child {
        padding-top: 0;
    }

    .ha-news-quiz-grid__row:last-child {
        padding-bottom: 0;
    }

        .ha-news-quiz-grid__row__item {
            margin-right: 10px;
            -webkit-box-flex: 0;
                -ms-flex: none;
                    flex: none;
            width: 65px;
        }

        .ha-news-quiz-grid__row__item:last-child {
            margin-right: 0;
        }

        @media (max-width: 500px) {
            .ha-news-quiz-grid__row__item {
                width: 40px;
            }
        }

        .ha-news-quiz-grid__row__expand {
            margin-right: 10px;
            -webkit-box-flex: 1;
                -ms-flex: 1 1 0px;
                    flex: 1 1 0;
        }

        .ha-news-quiz-grid__row__expand:last-child {
            margin-right: 0;
        }


.ha-news-quiz-grid-number {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

@media(max-width: 500px) {
.ha-news-quiz-grid-number {
    width: 30px;
}
}

    .ha-news-quiz-grid-number__image {
        height: 50px;
        width: auto;
    }

    @media(max-width: 500px) {
    .ha-news-quiz-grid-number__image {
        height: 35px;
    }
    }


.ha-news-quiz-grid-text {
    font-size: 1.2em;
    font-weight: bold;
}

@media (max-width: 500px) {
.ha-news-quiz-grid-text {
    font-size: 1em;
}
}


.ha-news-quiz-grid-indicator {
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (max-width: 500px) {
.ha-news-quiz-grid-indicator {
    width: 40px;
}
}

    .ha-news-quiz-grid-indicator__image {
        width: auto;
        height: auto;
        max-width: 80%;
        max-height: 40px;
    }

    @media (max-width: 500px) {
    .ha-news-quiz-grid-indicator__image {
        max-height: 25px;
    }
    }



.ha-news-quiz-grid-button {
    width: 65px;
    height: 65px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    background-color: transparent;
}

@media (max-width: 500px) {
.ha-news-quiz-grid-button {
    width: 40px;
    height: 40px;
}
}

    .ha-news-quiz-grid-button__circle {
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 100%;
        border: 1px solid #666666;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .ha-news-quiz-grid-button__circle__checkmark {
        display: none; /* default is hidden */
        width: 50%;
        height: 50%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 100%;
        background-color: #666666;
    }

    .ha-news-quiz-grid-button--checked .ha-news-quiz-grid-button__circle__checkmark {
        display: block;
    }
		
.container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 20px;
  height: 25px;
  width: 25px;
  background-color: #e6eaed;
  border-radius: 50%;
}
@media (max-width: 500px) {
    .checkmark {
        left: 7px;
    }
}

.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

.ha-news-quiz-ans-board-frame {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
}