/* =========================================================
   VERSI 47 - BIAYA PENDAFTARAN /SEMESTER
   Fokus:
   - Nominal biaya pada form pendaftaran diberi keterangan /semester.
   - Nominal tagihan setelah pendaftaran juga diberi /semester.
   ========================================================= */

.semester-text-v47{
  display:inline-block !important;
  margin-left:5px !important;
  font-size:.82em !important;
  line-height:1 !important;
  font-weight:900 !important;
  color:#2563eb !important;
  letter-spacing:-.01em !important;
}

.price-choice-semester-v47{
  display:inline-flex !important;
  align-items:baseline !important;
  gap:4px !important;
  flex-wrap:wrap !important;
}

.price-choice-semester-v47 span{
  display:inline-block !important;
  font-size:.88em !important;
  line-height:1 !important;
  font-weight:900 !important;
  color:#2563eb !important;
  letter-spacing:-.01em !important;
}

.selected-info-v20 .semester-text-v47{
  font-size:.86em !important;
}

@media(max-width:640px){
  .semester-text-v47{
    font-size:.78em !important;
    margin-left:4px !important;
  }

  .price-choice-semester-v47 span{
    font-size:.82em !important;
  }
}
