
/* Car Rentals role-aware navigation */
.b2s-dashboard-switcher{
  display:flex;
  align-items:center;
  gap:6px;
  margin-right:6px;
}
.b2s-dashboard-switcher a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 10px;
  border:1px solid rgba(241,184,45,.45);
  border-radius:8px;
  color:#fff;
  text-decoration:none;
  font-size:10px;
  font-weight:900;
}
.b2s-dashboard-switcher a:hover{
  background:rgba(241,184,45,.12);
  color:#f1b82d;
}
@media(max-width:900px){
  .b2s-dashboard-switcher{display:none}
}
