/* MOBILE_JAHCORE_STATIC_CSS_V1 */
@media (max-width: 700px){
  .studio-floating-jahcore,
  .floating-jahcore,
  .ask-jahcore-floating,
  .money-penny-floating,
  #studio-floating-jahcore,
  #ask-jahcore-floating,
  #jahcore-floating{
    position: fixed !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    top: auto !important;
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    padding: 0 !important;
    z-index: 35 !important;
    box-shadow: 0 8px 28px rgba(0,0,0,.45) !important;
  }

  .studio-floating-jahcore:before,
  .floating-jahcore:before,
  .ask-jahcore-floating:before,
  .money-penny-floating:before,
  #studio-floating-jahcore:before,
  #ask-jahcore-floating:before,
  #jahcore-floating:before{
    content: "Ask";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #f5c542;
    color: #000;
    font-weight: 900;
    font-size: 15px;
    border-radius: 999px;
  }

  .studio-floating-jahcore > *,
  .floating-jahcore > *,
  .ask-jahcore-floating > *,
  .money-penny-floating > *,
  #studio-floating-jahcore > *,
  #ask-jahcore-floating > *,
  #jahcore-floating > *{
    display: none !important;
  }

  body{
    padding-bottom: 92px !important;
  }
}
