@media (max-width:760px){
  .agent-dashboard:has(.agent-player-panel.standalone){min-height:0!important}

  .agent-share-benefits{
    overflow:hidden;
    margin-top:2px;
    border:1px solid #e5d7b8;
    border-radius:17px;
    background:linear-gradient(145deg,#fffaf0,#f4ecd9);
    box-shadow:0 8px 22px rgba(57,42,14,.055);
  }

  .agent-share-benefits header{
    padding:13px 14px 11px;
    text-align:left;
  }

  .agent-share-benefits h3{
    margin:0 0 4px;
    color:#193052;
    font-size:15px;
  }

  .agent-share-benefits p{
    margin:0;
    color:#6c6b66;
    font-size:10px;
    line-height:1.45;
  }

  .agent-share-steps{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    border-top:1px solid #eadfc7;
    background:rgba(255,255,255,.56);
  }

  .agent-share-steps article{
    min-width:0;
    padding:10px 4px 11px;
    display:grid;
    justify-items:center;
    gap:5px;
    text-align:center;
  }

  .agent-share-steps article+article{border-left:1px solid #eadfc7}

  .agent-share-steps b{
    width:24px;
    height:24px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#e8cd88;
    color:#193052;
    font-size:11px;
  }

  .agent-share-steps span{
    color:#5d5d58;
    font-size:8px;
    font-weight:650;
    line-height:1.2;
  }
}
