.office-delete-action {
  color: #b42318 !important;
  border-color: #fecaca !important;
  background: #fff7f7 !important;
}

.office-delete-action:hover {
  color: #8f1d14 !important;
  border-color: #fda4af !important;
  background: #fff1f2 !important;
}

.office-delete-inline {
  min-width: 58px;
  white-space: nowrap;
}

.office-plan-delete-confirm {
  display: grid;
  gap: 18px;
}

.office-plan-delete-warning {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  color: #7f1d1d;
  border: 1px solid #fecaca;
  border-radius: 14px;
  background: #fff7f7;
}

.office-plan-delete-warning > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: #dc2626;
  font-size: 22px;
  font-weight: 800;
}

.office-plan-delete-warning div {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.office-plan-delete-warning strong {
  color: #7f1d1d;
  font-size: 17px;
  line-height: 1.4;
}

.office-plan-delete-warning small {
  color: #9f1239;
  font-size: 13px;
}

.office-plan-delete-warning p {
  margin: 6px 0 0;
  color: #6b2737;
  font-size: 14px;
  line-height: 1.7;
}

.office-plan-delete-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  color: #334155;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  background: #f8fafc;
  font-size: 14px;
  line-height: 1.55;
  cursor: pointer;
}

.office-plan-delete-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #dc2626;
}

#confirmDeleteOfficePlan:disabled {
  cursor: not-allowed;
  opacity: .48;
}

@media (max-width: 640px) {
  .office-plan-delete-warning {
    grid-template-columns: 1fr;
  }
}
