
html,body{min-height:100%!important}
body{min-height:100vh!important;display:flex!important;flex-direction:column!important}
body > main,.rr-site-main,.rr-single-page,.rr-page-wrap{flex:1 0 auto!important}
footer,.rr-footer{margin-top:auto!important;flex-shrink:0!important}

.rr-sadaqah-forced-wrap{
  margin-top:22px!important;
  margin-bottom:28px!important;
}

.rr-sadaqah-single-box{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  width:100%!important;
  max-width:920px!important;
  margin:18px auto!important;
  padding:16px 18px!important;
  border-radius:18px!important;
  background:#f0faf5!important;
  border:1px solid rgba(15,143,112,.18)!important;
  text-align:right!important;
  box-shadow:0 8px 22px rgba(15,143,112,.06)!important;
}

.rr-sadaqah-single-box strong{
  display:block!important;
  color:#0b5f4d!important;
  font-size:18px!important;
  font-weight:900!important;
  margin-bottom:3px!important;
}

.rr-sadaqah-single-box span{
  display:block!important;
  color:#66746f!important;
  font-size:13px!important;
  line-height:1.7!important;
}

.rr-sadaqah-action-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:140px!important;
  min-height:44px!important;
  border-radius:999px!important;
  padding:10px 18px!important;
  background:#0f8f70!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:900!important;
  white-space:nowrap!important;
  text-decoration:none!important;
  border:0!important;
}

.rr-sadaqah-inline-btn{
  margin-inline-start:8px!important;
}

@media(max-width:720px){
  .rr-sadaqah-single-box{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .rr-sadaqah-action-btn{
    width:100%!important;
  }
  .rr-sadaqah-inline-btn{
    margin-inline-start:0!important;
    margin-top:8px!important;
  }
}
