/* =========================================================
   CHESSTRX 8.6G2 - HOME REORGANIZATION V1
   ========================================================= */

#chesstrxPaidLobbySectionV1{
  margin:16px 0;
  padding:14px;
  border:1px solid rgba(255,215,90,.42);
  border-radius:20px;
  background:rgba(8,24,39,.88);
  box-shadow:
    0 0 18px rgba(255,215,90,.08),
    inset 0 0 22px rgba(0,234,255,.025);
}

.chesstrx-paid-title-v1{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 4px;
  font-size:19px;
  font-weight:900;
  color:#ffe27a;
}

.chesstrx-paid-subtitle-v1{
  margin:0 0 13px;
  font-size:14px;
  line-height:1.4;
  color:rgba(255,255,255,.72);
}

#chesstrxPaidLobbyContentV1 > .controls{
  margin-top:0 !important;
}

#chesstrxPaidLobbyContentV1 #dghLobbyPanel{
  margin-top:14px !important;
}

#chesstrxFreePvpBodyV1{
  display:block;
}

@media(max-width:520px){
  #chesstrxPaidLobbySectionV1{
    padding:13px;
    border-radius:18px;
  }

  .chesstrx-paid-title-v1{
    font-size:18px;
  }

  .chesstrx-paid-subtitle-v1{
    font-size:13px;
  }
}


/* === CHESSTRX 8.6G2C PAID LOBBY COMPACT === */

#chesstrxPaidLobbyContentV1 #dghLobbyPanel{
  min-height:0 !important;
  height:auto !important;
  margin-top:14px !important;
  margin-bottom:0 !important;
  padding:16px !important;
}

#chesstrxPaidLobbyContentV1 #dghLobbyPanel:empty{
  display:none !important;
}

#chesstrxPaidLobbyContentV1 .available-player-card{
  margin-bottom:10px !important;
}

@media(max-width:520px){
  #chesstrxPaidLobbyContentV1 #dghLobbyPanel{
    padding:14px !important;
  }
}

/* === FIN CHESSTRX 8.6G2C PAID LOBBY COMPACT === */
