/* RENGANURA_LOGIN_DROPDOWN_CATEGORIES_V106 */

/* Hide any old V105 bottom credential cards, including browser-cached injected blocks */
.rg-v105-login-credentials,
[data-renganura-marker="RENGANURA_NEW_CLIENT_CATEGORIES_LOGIN_V105"]{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}

/* Keep the real dropdown clean */
select option[data-renganura-category-v106="1"]{
  font-weight:400;
}
