/* PE-Class v1.19.94 — 수행평가 삭제 항목 선택 */
.assessmentDeleteChoiceModal {
  z-index: 52000;
}

.assessmentDeleteChoiceModal > .modalCard {
  box-sizing: border-box;
  width: min(420px, calc(100vw - 36px));
  padding: 20px;
  overflow: hidden;
}

.assessmentDeleteChoiceHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
}

.assessmentDeleteChoiceHead h3 {
  margin: 0;
  color: #203247;
  font-size: 20px;
  line-height: 1.3;
}

.assessmentDeleteChoiceClose {
  display: inline-flex;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  background: #fff;
  color: #526274;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.assessmentDeleteChoices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.assessmentDeleteChoices > .assessmentDeleteChoice {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 14px;
  text-align: center;
  white-space: normal;
  word-break: keep-all;
}

@media (max-width: 768px) {
  body.mobileAssessmentView #app > .pe87PageHead > .row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .assessmentDeleteChoiceModal > .modalCard {
    width: 100%;
    max-width: 420px;
    padding: 18px;
    border-radius: 18px;
  }
}
