<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.quizz-ccf .quizz-container {
  color: #242529;
  color: var(--Concacaf_dark_grey);
  border: 1px solid rgba(150, 150, 150, 0.2);
}
.quizz-ccf .quizz-container .quizz-title {
  border-bottom: 1px solid rgba(150, 150, 150, 0.2);
  padding: 15px 15px 5px 15px;
  align-items: center;
  display: flex;
}
.quizz-ccf .quizz-container .quizz-title img {
  margin-right: 5px;
  max-height: 32px;
  max-width: 32px;
  flex-shrink: 0;
}
.quizz-ccf .quizz-container .quizz-title h2 {
  font-family: 'CircularStd_Bold';
  line-height: 1.4;
  margin-bottom: 0;
  font-size: 18px;
}
.quizz-ccf .quizz-container .quizz-box {
  padding: 15px;
}
.quizz-ccf .quizz-container .quizz-box h3 {
  font-family: 'CircularStd_Bold';
  margin-bottom: 5px;
  line-height: 1.6;
  font-size: 20px;
}
.quizz-ccf .quizz-container .quizz-box .option-wrapper {
  color: #242529;
  color: var(--Concacaf_dark_grey);
  border: 1px solid rgba(150, 150, 150, 0.2);
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  padding: 5px 10px;
  text-align: left;
  transition: 0.5s;
  background: none;
  box-shadow: none;
  min-height: 32px;
  margin: 10px 0;
  outline: none;
  display: flex;
  width: 100%;
}
.quizz-ccf .quizz-container .quizz-box .option-wrapper .option-box {
  align-items: center;
  display: flex;
}
.quizz-ccf .quizz-container .quizz-box .option-wrapper .option-box img {
  max-height: 32px;
  max-width: 32px;
  flex-shrink: 0;
}
.quizz-ccf .quizz-container .quizz-box .option-wrapper .option-box .option-text {
  font-family: 'CircularStd_Bold';
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  margin: 0 5px;
}
.quizz-ccf .quizz-container .quizz-box .option-wrapper .option-icon {
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  font-size: 12px;
  display: none;
  height: 20px;
  width: 20px;
}
.quizz-ccf .quizz-container .quizz-box .option-wrapper:not(:disabled):hover {
  color: #242529;
  color: var(--Concacaf_dark_grey);
  background-color: rgba(216, 186, 125, 0.2);
}
.quizz-ccf .quizz-container .quizz-box .option-wrapper.correct-answer {
  color: #0B141E;
  color: var(--GoldCup_navy);
  background-color: #A7DB95;
}
.quizz-ccf .quizz-container .quizz-box .option-wrapper.correct-answer .option-icon {
  background-color: #242529;
  background-color: var(--Concacaf_dark_grey);
  display: flex;
  color: #fff;
}
.quizz-ccf .quizz-container .quizz-box .option-wrapper.wrong-answer {
  color: #242529;
  color: var(--Concacaf_dark_grey);
  background-color: #FF8B8B;
}
.quizz-ccf .quizz-container .quizz-box .option-wrapper.wrong-answer .option-icon {
  background-color: #fff;
  color: #FF0C00;
  display: flex;
}
.quizz-ccf .quizz-container .quizz-box .answer-details {
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  margin: 5px 0;
}
.quizz-ccf .quizz-container .quizz-box .sponsored-by {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}
.quizz-ccf .quizz-container .quizz-box .sponsored-by div {
  line-height: 1.2;
  font-size: 10px;
  opacity: 0.4;
}
.quizz-ccf .quizz-container .quizz-box .sponsored-by a {
  background-color: #fff;
  margin-left: 5px;
}
.quizz-ccf .quizz-container .quizz-box .sponsored-by a img {
  max-height: 32px;
  max-width: 64px;
  padding: 5px;
}
/*SIDE BAR*/
aside .quizz-ccf .quizz-container .quizz-box h3 {
  font-size: 13px;
}
aside .quizz-ccf .quizz-container .quizz-box .col-12.col-sm-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
aside .quizz-ccf .quizz-container .quizz-box .col-12.col-sm-6 .option-wrapper {
  margin: 5px 0;
}</pre></body></html>