/* ===== HEADER OVER COVER ===== */
@media screen and (min-width: 981px) {
  #rec1921856971 {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}

@media screen and (max-width: 980px) {
  #rec1921859081 {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
  }
}

/* ===== QUIZ BUTTONS ONLY ===== */
.t-quiz .t-btn {
  background-color: #ff5a00 !important;
  color: #ffffff !important;
  border-color: #ff5a00 !important;
  border-radius: 30px !important;
  transition: all 0.3s ease !important;
}

.t-quiz .t-btn:hover {
  background-color: transparent !important;
  color: #ff5a00 !important;
  border-color: #ff5a00 !important;
}

.t-quiz__btn_prev {
  background-color: transparent !important;
  border-color: #ff5a00 !important;
  color: #ff5a00 !important;
}