/* v173 - Rádio única global em todas as páginas */
.rdo-radio-global{
  position:fixed!important;
  left:12px!important;
  bottom:12px!important;
  z-index:2147483000!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-width:128px!important;
  height:54px!important;
  padding:8px 14px 8px 8px!important;
  border-radius:999px!important;
  border:3px solid #ffd400!important;
  background:linear-gradient(135deg,#b50000,#750000)!important;
  box-shadow:0 12px 35px rgba(0,0,0,.35)!important;
  color:#ffd400!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-weight:900!important;
  letter-spacing:.4px!important;
  text-transform:uppercase!important;
}
.rdo-radio-global button{
  width:38px!important;
  height:38px!important;
  border:0!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#3b0000!important;
  font-size:16px!important;
  font-weight:900!important;
  cursor:pointer!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
}
.rdo-radio-global span{
  color:#ffd400!important;
  font-size:16px!important;
  line-height:1!important;
  text-shadow:0 1px 1px rgba(0,0,0,.25)!important;
}
.rdo-radio-global small{
  display:block!important;
  color:#fff4a6!important;
  font-size:9px!important;
  font-weight:700!important;
  margin-top:2px!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
@media (max-width:700px){
  .rdo-radio-global{
    left:8px!important;
    bottom:8px!important;
    min-width:112px!important;
    height:48px!important;
    padding:7px 12px 7px 7px!important;
    gap:8px!important;
  }
  .rdo-radio-global button{width:34px!important;height:34px!important;font-size:14px!important;}
  .rdo-radio-global span{font-size:14px!important;}
}
