/* EDUHUNT R242: Academic Coordinator > Exam Operations, completed paper dates only.
   The older cell > small captions are intentionally hidden by the base stylesheet.
   These are real buttons, not captions, pseudo-elements or nested buttons.
   No other role, module or stage cell is restyled. */
html body[data-portal-role="ACADEMIC_COORDINATOR"]
.exam-v3-coordinator-shell .exam-v3-coordinator-cell.eh-r242-paper-date-cell {
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  min-width:0!important;
  min-height:76px!important;
  padding:8px 4px!important;
  cursor:default;
}
html body[data-portal-role="ACADEMIC_COORDINATOR"]
.exam-v3-coordinator-shell .eh-r242-paper-date-cell > b.eh-r242-saved-date {
  display:block!important;
  margin:0!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  font-size:12px!important;
}
html body[data-portal-role="ACADEMIC_COORDINATOR"]
.exam-v3-coordinator-shell .eh-r242-paper-date-cell > button.eh-r242-date-edit {
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  position:relative!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  gap:5px!important;
  width:76px!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:32px!important;
  height:auto!important;
  padding:5px 9px!important;
  margin:0!important;
  border:1px solid #9fcab3!important;
  border-radius:6px!important;
  background:#ffffff!important;
  color:#075238!important;
  -webkit-text-fill-color:#075238!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.15!important;
  letter-spacing:0!important;
  text-transform:none!important;
  white-space:nowrap!important;
  text-shadow:none!important;
  box-shadow:0 1px 3px rgba(0,0,0,.16)!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  touch-action:manipulation;
}
html body[data-portal-role="ACADEMIC_COORDINATOR"]
.exam-v3-coordinator-shell .eh-r242-date-edit > span {
  display:inline!important;
  color:inherit!important;
  -webkit-text-fill-color:currentColor!important;
  font-size:14px!important;
  line-height:1!important;
}
html body[data-portal-role="ACADEMIC_COORDINATOR"]
.exam-v3-coordinator-shell .eh-r242-paper-date-cell > button.eh-r242-date-edit:hover {
  background:#e4f8ee!important;
}
html body[data-portal-role="ACADEMIC_COORDINATOR"]
.exam-v3-coordinator-shell .eh-r242-paper-date-cell > button.eh-r242-date-edit:focus-visible {
  outline:3px solid #ffcc55!important;
  outline-offset:2px!important;
}
@media(max-width:900px) {
  html body[data-portal-role="ACADEMIC_COORDINATOR"]
  .exam-v3-coordinator-shell .exam-v3-coordinator-cell.eh-r242-paper-date-cell {
    min-height:118px!important;
    padding:40px 4px 8px!important;
    gap:6px!important;
  }
  html body[data-portal-role="ACADEMIC_COORDINATOR"]
  .exam-v3-coordinator-shell .eh-r242-paper-date-cell > b.eh-r242-saved-date {
    font-size:13px!important;
  }
  html body[data-portal-role="ACADEMIC_COORDINATOR"]
  .exam-v3-coordinator-shell .eh-r242-paper-date-cell > button.eh-r242-date-edit {
    min-height:36px!important;
  }
}
@media print {
  html body[data-portal-role="ACADEMIC_COORDINATOR"]
  .exam-v3-coordinator-shell .eh-r242-paper-date-cell > button.eh-r242-date-edit {
    display:none!important;
  }
  html body[data-portal-role="ACADEMIC_COORDINATOR"]
  .exam-v3-coordinator-shell .exam-v3-coordinator-cell.eh-r242-paper-date-cell {
    min-height:0!important;
    padding:4px!important;
  }
}
