/*
 * v1.17.77 — PC 학기 활성화 카드 실측 중앙정렬
 * 버튼 크기는 유지하면서 카드 자체의 가용 폭과 양쪽 외곽 여백을 명확히 분리한다.
 */
@media (min-width: 1201px) {
  html:not(.pe87MacDesktop):not([data-pe-ipados="true"]):not(.pe87Ipad):not(.pe87IpadRuntime):not(.pe87FoldWide)
  #settingsCWorkspace.settingsC .settingsCGridEducation {
    grid-template-columns:
      minmax(0, .82fr)
      minmax(0, 1.15fr)
      minmax(0, 1.25fr)
      minmax(0, .82fr) !important;
  }

  html:not(.pe87MacDesktop):not([data-pe-ipados="true"]):not(.pe87Ipad):not(.pe87IpadRuntime):not(.pe87FoldWide)
  #settingsCWorkspace.settingsC .adminSemesterCard {
    justify-items: center !important;
  }

  html:not(.pe87MacDesktop):not([data-pe-ipados="true"]):not(.pe87Ipad):not(.pe87IpadRuntime):not(.pe87FoldWide)
  #settingsCWorkspace.settingsC .adminSemesterCard > h2,
  html:not(.pe87MacDesktop):not([data-pe-ipados="true"]):not(.pe87Ipad):not(.pe87IpadRuntime):not(.pe87FoldWide)
  #settingsCWorkspace.settingsC .adminSemesterCard > .adminSemesterHint {
    justify-self: stretch !important;
    width: 100% !important;
  }

  html:not(.pe87MacDesktop):not([data-pe-ipados="true"]):not(.pe87Ipad):not(.pe87IpadRuntime):not(.pe87FoldWide)
  #settingsCWorkspace.settingsC .adminSemesterCard > .semesterFixedGrid {
    place-self: center !important;
    box-sizing: border-box !important;
    width: min(100%, 220px) !important;
    margin-inline: auto !important;
  }

  html:not(.pe87MacDesktop):not([data-pe-ipados="true"]):not(.pe87Ipad):not(.pe87IpadRuntime):not(.pe87FoldWide)
  #settingsCWorkspace.settingsC .adminSemesterCard > .semesterStateGuide {
    justify-self: center !important;
    box-sizing: border-box !important;
    width: calc(100% + 24px) !important;
    max-width: none !important;
    margin-inline: -12px !important;
  }
}
