/*
              generated by Pygments <https://pygments.org/>
              Copyright 2006-2023 by the Pygments team.
              Licensed under the BSD license, see LICENSE for details.
*/


body .-AnswerDescription {
    background-color: #B1DBEF;
}

body .-WebLink {
    text-decoration: underline;
    background-color: #B1DBEF;
}

/* AnswerDescription */
body .-AnswerIndex {
    background-color: #F7C9D1;
}

/* AnswerHeader */
body .-AnswerHeader {
    background-color: #FFCF34;
}

/* AnswerIndex */
body .-ChoiceDescription {
    background-color: #B3E1A6;
}

/* ChoiceDescription */
body .-ChoiceIndex {
    background-color: #FCCC9A;
}

/* ChoiceIndex */
body .-Question {
    background-color: #BED6FF;
}

/* Question */
body .-QuestionNumber {
    background-color: #FFC5DA;
}

/* QuestionNumber */
img {
    max-width: 400px;
}

.highlight {

}

.container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-inline: auto;
    z-index: 1000;
    position: absolute;
}

@media (max-width: 480px) { /* Adjust the breakpoint value as needed */
  .container {
    flex-direction: column;
  }
}

.editor,
.questions {
    /*! flex: 1 1 300px; */
    /* Equal width for columns */
    /*! overflow-x: auto; */
    /*Enable horizontal scrollbar */
    box-decoration-break: clone;
}

form {
    width: 100%;
}

.choices {
  display: block;
  width: fit-content;
  margin: 20px auto 30px;
}

.choices button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
