.eas-quiz-header-flag {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.eas-page-flag-button {
    border: 0;
    background: transparent;
    color: #fff;
    padding: 2px 5px;
    margin: 0;
    line-height: 1;
    font-size: 18px;
    cursor: pointer;
}

.eas-page-flag-button.is-flagged {
    color: #d63638;
}

.eas-page-flag-button:hover,
.eas-page-flag-button:focus {
    color: #d63638;
    background: transparent;
}
