/* ReachEmpireBot Home V18 - compact Solutions and Markets Supported on phones. */
@media (max-width:767px){
  /* Solutions: balanced 2 x 2 grid with no large empty columns or vertical gaps. */
  body.reb-home .reb-solutions{padding-top:36px!important;padding-bottom:36px!important}
  body.reb-home .reb-solutions .sec-title{padding-bottom:16px!important}
  body.reb-home .reb-solutions .row{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    margin:0!important;
  }
  body.reb-home .reb-solutions .account-block{
    display:block!important;width:100%!important;max-width:100%!important;
    min-width:0!important;padding:0!important;margin:0!important;
  }
  body.reb-home .reb-solutions .account-block-one,
  body.reb-home .reb-solutions .account-block-one .inner-box{height:100%!important;width:100%!important;margin:0!important}
  body.reb-home .reb-solutions .account-block-one .inner-box{
    display:flex!important;flex-direction:column!important;align-items:flex-start!important;
    min-height:178px!important;padding:13px!important;gap:0!important;
    text-align:left!important;border-radius:10px!important;
  }
  body.reb-home .reb-solutions .account-block-one .inner-box .icon-box{
    display:flex!important;position:relative!important;inset:auto!important;
    width:40px!important;height:40px!important;min-height:40px!important;
    margin:0 0 10px!important;border-radius:10px!important;
  }
  body.reb-home .reb-solutions .account-block-one .inner-box h3{
    margin:0 0 6px!important;font-size:15px!important;line-height:1.2!important;
  }
  body.reb-home .reb-solutions .account-block-one .inner-box p{
    display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;
    overflow:hidden!important;margin:0!important;font-size:10.5px!important;line-height:1.4!important;
  }

  /* Markets Supported: three concise cards without oversized blank space. */
  body.reb-home .reb-markets{padding-top:36px!important;padding-bottom:36px!important}
  body.reb-home .reb-markets .sec-title{padding-bottom:16px!important}
  body.reb-home .reb-markets .inner-container{
    display:grid!important;grid-template-columns:1fr!important;gap:10px!important;
    width:100%!important;margin:0!important;
  }
  body.reb-home .reb-markets .trading-block-one{width:100%!important;max-width:100%!important;margin:0!important}
  body.reb-home .reb-markets .trading-block-one .inner-box{
    display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:auto auto!important;column-gap:12px!important;row-gap:5px!important;
    width:100%!important;min-height:0!important;height:auto!important;
    padding:14px!important;margin:0!important;border-radius:10px!important;text-align:left!important;
  }
  body.reb-home .reb-markets .trading-block-one .inner-box h3{
    grid-column:1!important;grid-row:1!important;margin:0!important;
    font-size:17px!important;line-height:1.2!important;
  }
  body.reb-home .reb-markets .trading-block-one .inner-box p{
    grid-column:1!important;grid-row:2!important;
    display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;
    overflow:hidden!important;margin:0!important;font-size:11px!important;line-height:1.4!important;
  }
  body.reb-home .reb-markets .trading-block-one .inner-box .btn-box{
    grid-column:2!important;grid-row:1/3!important;align-self:center!important;
    width:auto!important;margin:0!important;
  }
  body.reb-home .reb-markets .trading-block-one .inner-box .theme-btn{
    width:auto!important;min-width:82px!important;min-height:38px!important;
    padding:8px 10px!important;font-size:10px!important;line-height:1.2!important;
  }
}

@media (max-width:350px){
  body.reb-home .reb-solutions .row{grid-template-columns:1fr!important}
  body.reb-home .reb-solutions .account-block-one .inner-box{min-height:0!important}
  body.reb-home .reb-markets .trading-block-one .inner-box{grid-template-columns:1fr!important}
  body.reb-home .reb-markets .trading-block-one .inner-box .btn-box{grid-column:1!important;grid-row:3!important;margin-top:6px!important}
  body.reb-home .reb-markets .trading-block-one .inner-box .theme-btn{width:100%!important}
}
