.zgs-calc-widget{direction:rtl;width:100%}
.zgs-calc-widget *{box-sizing:border-box}
.zgs-calc-card{
  width:100%;
  float:none!important;
  height:auto!important;
  margin:0!important;
  padding:0;
  background:transparent;
  border:0!important;
  border-bottom:0!important;
  border-radius:0;
  box-shadow:none
}
.zgs-calc-inner{
  float:none!important;
  width:100%;
  margin:0;
  padding:5px 10px 8px;
  border:0!important;
  border-bottom:0!important;
  border-radius:0;
  box-shadow:none;
  background:transparent;
  text-align:right
}
.zgs-calc-method-label{
  margin:0;
  font-size:12px;
  line-height:1.65;
  font-weight:700;
  color:#5F6368
}
.zgs-calc-method-formula{
  margin:0;
  padding:0;
  background:transparent;
  border:0;
  direction:rtl;
  text-align:right;
  white-space:normal;
  overflow-wrap:anywhere;
  font-size:12px;
  line-height:1.65;
  font-weight:400;
  color:#777
}
.zgs-calc-widget.is-loading{opacity:.65;pointer-events:none}
@media(max-width:767px){
  .zgs-calc-inner{padding:5px 6px 8px}
}
