@import url('./pyp-tests.css');
.qwpyp{font-family:inherit!important;font-size:var(--qwpyp-body,14px)!important;line-height:1.4!important}
.qwpyp button,.qwpyp a{font-family:inherit!important}
.qwpyp-tabs button{font-size:13.5px!important;font-weight:600!important;line-height:1.2!important}
/* Match Test Series List main tabs: selected = purple, unselected = WHITE */
.qwpyp .qwpyp-tabs{border-radius:6px!important;background:#fff!important}
.qwpyp .qwpyp-tabs>button,
.qwpyp .qwpyp-tabs button[role="tab"]{
  border-radius:5px!important;
  background:#ffffff!important;
  background-color:#ffffff!important;
  color:#6b7280!important;
  box-shadow:none!important;
  border:0!important;
}
.qwpyp .qwpyp-tabs>button[aria-selected=true],
.qwpyp .qwpyp-tabs button[role="tab"][aria-selected=true]{
  background:var(--qwpyp-accent,#7a49e5)!important;
  background-color:var(--qwpyp-accent,#7a49e5)!important;
  color:#ffffff!important;
}
