@media (max-width:760px){
  .agent-player-panel.standalone>.panel-heading{display:none!important}

  #agent-invite-production-root{
    display:grid;
    gap:12px;
  }

  .agent-share-heading{
    padding:3px 8px 0;
    text-align:center;
  }

  .agent-share-heading h2{
    margin:0;
    color:#262b31;
    font-size:20px;
    line-height:1.2;
  }

  .agent-share-heading p{
    max-width:330px;
    margin:6px auto 0;
    color:#73777b;
    font-size:11px;
    line-height:1.38;
  }

  .agent-invite-card.agent-invite-share-card-v1{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:12px!important;
    margin:0 10px!important;
    padding:16px 14px 15px!important;
    border:1px solid #ebe5da!important;
    border-radius:20px!important;
    background:#fff!important;
    box-shadow:0 12px 30px rgba(41,45,49,.075)!important;
  }

  .agent-share-identity{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:30px;
    padding:0 14px;
    border-radius:999px;
    background:#f6f0e3;
    color:#68645d;
    font-size:11px;
  }

  .agent-share-identity strong{
    color:#193052;
    font-size:15px;
    letter-spacing:.04em;
  }

  .agent-invite-share-card-v1 .agent-invite-qr{
    width:210px!important;
    height:210px!important;
    border:0!important;
    border-radius:12px!important;
    outline:0!important;
    background:#fff!important;
    box-shadow:none!important;
  }

  .agent-invite-share-card-v1 .agent-invite-qr svg{
    width:202px!important;
    height:202px!important;
  }

  .agent-invite-share-card-v1 .agent-invite-details{
    display:block!important;
  }

  .agent-invite-share-card-v1 .agent-invite-details>small,
  .agent-invite-share-card-v1 .agent-invite-details h3,
  .agent-invite-share-card-v1 .agent-invite-id-row,
  .agent-invite-share-card-v1 .agent-invite-link-row{
    display:none!important;
  }

  .agent-invite-share-card-v1 .agent-invite-details p{
    max-width:310px!important;
    margin:0 auto!important;
    color:#555b60!important;
    font-size:12px!important;
    line-height:1.4!important;
    text-align:center!important;
  }

  .agent-share-actions{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    padding:0 10px;
  }

  .agent-share-actions button{
    min-width:0;
    min-height:82px;
    padding:9px 4px 7px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:7px;
    border:1px solid #e9e1d3;
    border-radius:16px;
    background:#fff;
    color:#53585d;
    box-shadow:0 7px 18px rgba(45,42,35,.06);
  }

  .agent-share-actions button b{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#f2e7c9;
    color:#ad7b1d;
    font-size:20px;
    font-weight:500;
  }

  .agent-share-actions button span{
    color:inherit;
    font-size:9px;
    font-weight:650;
    line-height:1.15;
    text-align:center;
  }

  .agent-share-actions button.done{
    border-color:#b9dccd;
    background:#eef8f3;
    color:#168a67;
  }

  .agent-share-actions button.done b{
    background:#d8f0e6;
    color:#168a67;
  }

  #agent-invite-production-root+.player-list-summary{
    margin-top:13px;
  }
}
