
/* =========================================================
   CoinASX Contract Buttons Compact V67
   统一缩小：
   - 全仓 / 100x
   - 开多 / 开空
   - 市价 / 限价
   只改尺寸与视觉，不改交易逻辑
   ========================================================= */

/* 全仓 / 杠杆 */
.perpetual-open .header-open > .flex.flex-1.pt-34{
  gap:8px!important;
}

.perpetual-open .header-open .w-180,
.perpetual-open .header-open .w-140{
  height:36px!important;
  min-height:36px!important;
  line-height:36px!important;
  border-radius:9px!important;
  font-size:12px!important;
}

.perpetual-open .header-open .select-wrap{
  height:36px!important;
  min-height:36px!important;
  padding:0 10px!important;
  font-size:12px!important;
  border-radius:9px!important;
}

/* 开多 / 开空 */
.perpetual-open .w-440 > .flex.items-center.h-66{
  height:40px!important;
  min-height:40px!important;
  padding:3px!important;
  margin-bottom:10px!important;
  border-radius:10px!important;
}

.perpetual-open .w-440 > .flex.items-center.h-66 > p{
  height:34px!important;
  min-height:34px!important;
  line-height:34px!important;
  font-size:13px!important;
  border-radius:8px!important;
}

/* 市价 / 限价 主选择按钮 */
.perpetual-open .mt-30.mb-30{
  margin-bottom:10px!important;
}

.perpetual-open .mt-30.mb-30 > .inputBackground.h-76{
  height:40px!important;
  min-height:40px!important;
  line-height:40px!important;
  padding:0 10px!important;
  border-radius:10px!important;
}

.perpetual-open .mt-30.mb-30 > .inputBackground.h-76 .text-center{
  font-size:13px!important;
}

/* 市价 / 限价 下拉菜单 */
.perpetual-open .mt-30.mb-30 .option-box{
  border-radius:9px!important;
  overflow:hidden!important;
}

.perpetual-open .mt-30.mb-30 .option-box > div{
  min-height:32px!important;
  line-height:32px!important;
  padding:0 10px!important;
  font-size:12px!important;
}

/* 小箭头 */
.perpetual-open img[alt="select-icon"]{
  width:10px!important;
  height:auto!important;
}

/* 手机进一步统一 */
@media(max-width:430px){
  .perpetual-open .header-open .w-180,
  .perpetual-open .header-open .w-140,
  .perpetual-open .header-open .select-wrap{
    height:34px!important;
    min-height:34px!important;
    line-height:34px!important;
  }

  .perpetual-open .w-440 > .flex.items-center.h-66{
    height:38px!important;
    min-height:38px!important;
  }

  .perpetual-open .w-440 > .flex.items-center.h-66 > p{
    height:32px!important;
    min-height:32px!important;
    line-height:32px!important;
    font-size:12px!important;
  }

  .perpetual-open .mt-30.mb-30 > .inputBackground.h-76{
    height:38px!important;
    min-height:38px!important;
    line-height:38px!important;
  }
}

