/* V141 — tab alignment, waiting layout and mobile turn affordance. */
.sh-tabs .tab{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  line-height:1!important;
  padding-top:0!important;
  padding-bottom:0!important;
  vertical-align:middle!important;
}
.sh-tabs .tab > span{
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 auto!important;
  line-height:1!important;
  transform:translateY(-1px)!important;
}
@media (max-width:760px), (pointer:coarse){
  .sh-tabs{align-items:stretch!important}
  .sh-tabs .tab{
    min-height:44px!important;
    height:44px!important;
    padding:0 13px!important;
    font-size:13px!important;
  }
  body.sh-v111-playing:not(.wos-keyboard-open) .sh-game-card{
    padding-top:18px!important;
  }
  body.sh-v111-playing.sh-waiting-turn:not(.wos-keyboard-open) .sh-game-card{
    padding-top:28px!important;
  }
  body.sh-v111-playing:not(.wos-keyboard-open) .sh-card-head{
    margin-top:2px!important;
  }
  body.sh-v111-playing.sh-waiting-turn:not(.wos-keyboard-open) .sh-card-head{
    margin-top:8px!important;
  }
  body.sh-v111-playing.sh-local-turn #wordForm{
    border-color:#5dcfbd!important;
    box-shadow:0 -10px 28px rgba(30,58,89,.22),0 0 0 3px rgba(33,190,169,.12)!important;
  }
  body.sh-v111-playing.sh-local-turn #wordInput{
    background:#fff!important;
  }
  body.sh-v111-playing.sh-focus-needs-tap #wordForm::before{
    content:"Sıra sende";
    position:absolute;
    right:94px;
    top:-24px;
    padding:4px 8px;
    border-radius:999px;
    background:#22a993;
    color:#fff;
    font-size:9px;
    font-weight:900;
    line-height:1;
    box-shadow:0 5px 14px rgba(25,100,89,.2);
  }
}
