/*
 * PE-Class v1.16.34
 * Galaxy Fold7 펼침 화면 전용: 반별 진도표 하단 버튼 3개와 날짜/활동 열 실폭 보정.
 * 다른 모바일·아이패드·PC 환경에는 적용하지 않는다.
 */
@media (min-width:769px) and (max-width:1200px){
  html.pe87FoldWide #progressTableBox .progressActions{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:40px!important;
    width:calc(100% - 20px)!important;
    min-width:0!important;
    max-width:calc(100% - 20px)!important;
    min-height:60px!important;
    height:60px!important;
    align-items:center!important;
    justify-content:stretch!important;
    gap:8px!important;
    margin:10px!important;
    padding:10px!important;
    border:1px solid #dce8f1!important;
    border-radius:12px!important;
    background:#f9fcff!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }

  html.pe87FoldWide #progressTableBox .progressSelectionActions{
    grid-column:1!important;
    grid-row:1!important;
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    width:100%!important;
    min-width:0!important;
    height:40px!important;
    align-items:center!important;
    gap:8px!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
  }

  html.pe87FoldWide #progressTableBox #addProgressRow,
  html.pe87FoldWide #progressTableBox #restoreSelectedProgressPlans,
  html.pe87FoldWide #progressTableBox #deleteProgressRows{
    width:auto!important;
    max-width:none!important;
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
    margin:0!important;
    padding:0 11px!important;
    border-radius:10px!important;
    font-size:11.5px!important;
    line-height:1!important;
    white-space:nowrap!important;
    align-self:center!important;
    box-sizing:border-box!important;
  }

  html.pe87FoldWide #progressTableBox #deleteProgressRows{
    grid-column:1!important;
    grid-row:1!important;
    justify-self:start!important;
    min-width:190px!important;
  }

  html.pe87FoldWide #progressTableBox #restoreSelectedProgressPlans{
    grid-column:3!important;
    grid-row:1!important;
    justify-self:end!important;
    min-width:178px!important;
    color:#177bb9!important;
    border:1px solid #b8d9ec!important;
    background:#fff!important;
  }

  html.pe87FoldWide #progressTableBox #addProgressRow{
    grid-column:2!important;
    grid-row:1!important;
    justify-self:end!important;
    min-width:106px!important;
  }

  html.pe87FoldWide #progressTableBox #restoreSelectedProgressPlans:disabled,
  html.pe87FoldWide #progressTableBox #deleteProgressRows:disabled{
    cursor:not-allowed!important;
    opacity:.46!important;
    box-shadow:none!important;
  }

  html.pe87FoldWide #progressTableBox .progressActionCount{
    display:inline-flex!important;
    min-width:18px!important;
    height:18px!important;
    align-items:center!important;
    justify-content:center!important;
    margin-left:4px!important;
    padding:0 4px!important;
    border-radius:999px!important;
    font-size:10.5px!important;
    font-weight:800!important;
    line-height:18px!important;
    box-sizing:border-box!important;
  }

  html.pe87FoldWide #progressTableBox table.pe87ClassProgress col.progressColDate{
    width:calc(18% + 18px)!important;
  }

  html.pe87FoldWide #progressTableBox table.pe87ClassProgress col.progressColActivity{
    width:calc(26% - 18px)!important;
  }

  html.pe87FoldWide #progressTableBox .dateLine.dateLineInline{
    width:100%!important;
    margin-right:0!important;
  }
}
