/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

/* 동의 내용 표시 (Froala 출력 호환) */
.consent-view {
  font-size: 0.88rem;
  line-height: 1.8;
  color: #333;
  word-break: keep-all;
}
.consent-view h5, .consent-view h6 {
  font-size: 0.92rem;
  font-weight: 700;
  margin-top: 1.2em;
  margin-bottom: 0.4em;
  color: #191f28;
}
.consent-view p {
  margin-bottom: 0.6em;
}
.consent-view ul, .consent-view ol {
  padding-left: 1.4em;
  margin-bottom: 0.6em;
}
.consent-view li {
  margin-bottom: 0.3em;
}
.consent-view table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.8em;
  font-size: 0.85rem;
}
.consent-view table th,
.consent-view table td {
  border: 1px solid #dee2e6;
  padding: 6px 10px;
}
.consent-view table th {
  background: #f8f9fa;
  font-weight: 600;
}
.consent-view strong {
  font-weight: 700;
}
.consent-view a {
  color: #3182f6;
}
