/* Container styling */
.license-modal-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #1f2937;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 20px;
}

/* Headings */
.license-modal-container h1 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 8px;
  color: #000000 !important;
}

.license-modal-container h2 {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 8px;
  font-weight: 600;
}

.license-modal-container h3 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 6px;
  font-weight: 600;
}

.license-modal-container h4 {
  font-size: 13px;
  margin-top: 14px;
  margin-bottom: 4px;
  font-weight: 600;
}

/* Text */
.license-modal-container p {
  margin: 0 0 10px;
  color: #374151;
}

.license-modal-container strong {
  font-weight: 600;
}

/* Legal callouts */
.license-modal-container .license-highlight {
  background: #f9fafb;
  border-left: 4px solid #2563eb;
  padding: 12px;
  margin: 16px 0;
  font-size: 13px;
}

/* Lists (if needed later) */
.license-modal-container ul {
  padding-left: 18px;
  margin-bottom: 10px;
}

.license-modal-container li {
  margin-bottom: 6px;
}

/* Scrollbar (optional, modern browsers) */
.license-modal-container::-webkit-scrollbar {
  width: 8px;
}
.license-modal-container::-webkit-scrollbar-thumb {
  background-color: #d1d5db;
  border-radius: 4px;
}

.accept-license:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
