/* line 1142, ../sass/gcse-style/gcse-style.scss */
/* line 2, ../sass/gcse-style/gcse-blog.scss */
.quiz--section * {
  margin-bottom: unset;
  min-height: unset;
}

/* line 1146, ../sass/gcse-style/gcse-style.scss */
/* line 7, ../sass/gcse-style/gcse-blog.scss */
.quiz--block {
  border: 1px solid #7c4dff;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 992px) {

  /* line 1146, ../sass/gcse-style/gcse-style.scss */
  /* line 16, ../sass/gcse-style/gcse-blog.scss */
  .quiz--block {
    margin-bottom: 30px;
  }
}

/* line 1156, ../sass/gcse-style/gcse-style.scss */
/* line 21, ../sass/gcse-style/gcse-blog.scss */
.quiz--answer {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  margin: 15px 0;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
}

@media (min-width: 992px) {

  /* line 1156, ../sass/gcse-style/gcse-style.scss */
  /* line 31, ../sass/gcse-style/gcse-blog.scss */
  .quiz--answer {
    padding: 15px;
  }
}

/* line 1166, ../sass/gcse-style/gcse-style.scss */
/* line 36, ../sass/gcse-style/gcse-blog.scss */
.quiz--answer:hover {
  background-color: #f1f8f7;
}

/* line 1169, ../sass/gcse-style/gcse-style.scss */
/* line 40, ../sass/gcse-style/gcse-blog.scss */
.quiz--answer img {
  display: none;
}

/* line 43, ../sass/gcse-style/gcse-blog.scss */
.quiz--answer img.stay--visible {
  display: block !important;
}

/* line 1173, ../sass/gcse-style/gcse-style.scss */
/* line 47, ../sass/gcse-style/gcse-blog.scss */
.quiz--checkbox {
  width: 15px;
  height: 15px;
  border: 1px solid #9c9c9c;
  border-radius: 100%;
  position: relative;
}

/* line 1180, ../sass/gcse-style/gcse-style.scss */
/* line 55, ../sass/gcse-style/gcse-blog.scss */
.quiz--checked.withStyles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #05a5ff;
  border-radius: 100%;
  border: 2px solid #fff;
}

/* line 1190, ../sass/gcse-style/gcse-style.scss */
/* line 66, ../sass/gcse-style/gcse-blog.scss */
.quiz--exp {
  padding: 15px;
  border: 1px solid #05a5ff;
  margin: 30px 0 15px 0;
  border-radius: 4px;
  background-color: #e4f2ff;
  display: none;
}

/* line 1198, ../sass/gcse-style/gcse-style.scss */
/* line 75, ../sass/gcse-style/gcse-blog.scss */
.quiz--img {
  display: none;
  position: absolute;
  right: 15px;
  top: calc(50% - 20px);
}

/* line 82, ../sass/gcse-style/gcse-blog.scss */
.single .single--content .quiz--block p {
  margin-bottom: unset;
}

/* line 86, ../sass/gcse-style/gcse-blog.scss */
.single .single--content .quiz--block img {
  box-shadow: none;
  margin: unset;
}

/* line 91, ../sass/gcse-style/gcse-blog.scss */
.single .katex-eq,
.single .katex-eq * {
  font-family: "MathJax_Math";
  font-style: normal;
}

/* line 1206, ../sass/gcse-style/gcse-style.scss */
/* line 98, ../sass/gcse-style/gcse-blog.scss */
.category--number .quiz--block {
  border: 1px solid #ff6d00;
}

/* line 1210, ../sass/gcse-style/gcse-style.scss */
/* line 103, ../sass/gcse-style/gcse-blog.scss */
.category--number .ct--columns {
  border: 1px solid #ff6d00;
}

.quiz--section img {
  box-shadow: unset !important;
  margin: 0 !important;
}

.gcse--popupInner {
  max-width: 900px;
  margin: auto;
  position: relative;
  top: 150px;
  border-radius: 10px;
  background-color: #fff;
}

/* line 828, ../sass/gcse-style/gcse-style.scss */
.gcse--popupInner h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 832, ../sass/gcse-style/gcse-style.scss */
.gcse--popupInner .small {
  margin-bottom: 20px;
}

/* line 836, ../sass/gcse-style/gcse-style.scss */
.gcse--popupCopy {
  padding: 15px;
}

.wp-block-button__link {
  display: inline-block;
  background-color: #f9dd4a;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  color: #3d3d3d !important;
  font-weight: bold;
  border-radius: 50px;
  padding: 15px 40px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  text-align: center;
  margin: 10px auto 0 auto;
}

@media (min-width: 992px) {

  /* line 1114, ../sass/gcse-style/gcse-style.scss */
  .wp-block-button__link {
    font-size: 20px;
  }
}

/* line 1132, ../sass/gcse-style/gcse-style.scss */
.wp-block-button__link:hover {
  background-color: #fff9c6;
  color: #3d3d3d !important;
  text-decoration: none;
}

.gcse--popupContainer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
}

.gcse--background {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rpts--aClose {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #000;
  width: 30px;
  text-align: center;
  z-index: 999;
}