/* V357: approved medium RDC logout modal with compact action buttons only. */
.ohm-rdc-logout-dialog-v324{
  width:min(350px,calc(100vw - 32px))!important;
  padding:20px 18px 18px!important;
  border-radius:20px!important;
}
.ohm-rdc-logout-icon-v324{
  width:50px!important;
  height:50px!important;
  margin-bottom:10px!important;
  border-radius:15px!important;
  font-size:27px!important;
}
.ohm-rdc-logout-dialog-v324 h2{
  font-size:20px!important;
  line-height:1.2!important;
}
.ohm-rdc-logout-dialog-v324 p{
  margin:9px 0 18px!important;
  font-size:12px!important;
}
.ohm-rdc-logout-dialog-v324>div{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:10px!important;
}
.ohm-rdc-logout-dialog-v324 button{
  flex:0 0 132px!important;
  width:132px!important;
  min-width:0!important;
  height:39px!important;
  padding:0 14px!important;
  border-radius:11px!important;
  font-size:11px!important;
}
@media (max-width:390px){
  .ohm-rdc-logout-dialog-v324{
    width:calc(100vw - 28px)!important;
    padding:19px 15px 16px!important;
  }
  .ohm-rdc-logout-dialog-v324 button{
    flex:1 1 0!important;
    width:auto!important;
    max-width:128px!important;
    height:38px!important;
  }
}
