/* PMT Membership Hub – small interface refinements only. */
.pmt-refinement-practice{
  display:inline-flex!important;
  min-height:36px;
  align-items:center;
  justify-content:center;
  margin-right:8px;
  padding:8px 14px!important;
  border:1px solid #ed9700!important;
  border-radius:10px!important;
  color:#102f47!important;
  background:#ed9700!important;
  font-weight:700!important;
  line-height:1.2!important;
  text-decoration:none!important;
}
.pmt-refinement-practice:hover,
.pmt-refinement-practice:focus{
  background:#f5a719!important;
  border-color:#f5a719!important;
  color:#102f47!important;
}
.pmt-refinement-answer{
  display:inline-flex;
  align-items:center;
  margin-left:2px;
  color:#1456c0!important;
  font-weight:700;
  text-decoration:none!important;
}
.pmt-refinement-answer:hover,
.pmt-refinement-answer:focus{
  text-decoration:underline!important;
}
