/* PHASE2_HR_R8A6_R1_OVERTIME_UX_V1 */
.r8a6-r1-canonical {
  background: #f8fafc;
}

.r8a6-r1-canonical td:first-child {
  box-shadow: inset 4px 0 0 #2563eb;
}

.r8a6-r1-locked {
  display: inline-flex;
  align-items: center;
  padding: 7px 9px;
  border-radius: 8px;
  background: #e2e8f0;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.r8a6-r1-dialog {
  width: min(900px, 94vw);
  max-height: 90vh;
  overflow: auto;
  border: 0;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 24px 80px rgba(15, 23, 42, .3);
}

.r8a6-r1-dialog::backdrop {
  background: rgba(15, 23, 42, .58);
}

.r8a6-r1-kicker {
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.r8a6-r1-confirm h3 {
  margin: 6px 0 16px;
  font-size: 24px;
}

.r8a6-r1-confirm-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(125px, 1fr));
  gap: 10px;
}

.r8a6-r1-confirm-grid > div {
  padding: 12px;
  border: 1px solid #dbe5ef;
  border-radius: 10px;
  background: #f8fafc;
}

.r8a6-r1-confirm-grid span,
.r8a6-r1-reason > span {
  display: block;
  margin-bottom: 5px;
  color: #64748b;
  font-size: 12px;
}

.r8a6-r1-confirm-grid strong {
  display: block;
  color: #172033;
  font-size: 16px;
}

.r8a6-r1-reason {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #dbe5ef;
  border-radius: 10px;
}

.r8a6-r1-reason p {
  margin: 0;
  line-height: 1.55;
}

.r8a6-r1-notice {
  margin-top: 12px;
  padding: 11px 12px;
  border-radius: 9px;
  background: #e0f2fe;
  color: #075985;
  line-height: 1.55;
}

.r8a6-r1-confirm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 16px;
}

@media (max-width: 900px) {
  .r8a6-r1-confirm-grid {
    grid-template-columns:
      repeat(2, minmax(120px, 1fr));
  }
}
