/* 동의서 이미지 자세히 보기 모달 (consent-modal.css 위에 덮어쓰기) */
.consent-modal-overlay#consent-modal { z-index: 9000; }
.consent-modal-body img.consent-img-full {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  background: #fff;
}
.consent-modal-header { gap:10px; }
.consent-modal-title {
  font-size: 14px;
  font-weight: 700;
  color: #5B1530;
  line-height: 1.4;
  flex: 1;
  word-break: keep-all;
}
.consent-modal-body { padding: 12px; }
.consent-modal-footer { gap: 8px; }
