/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
/**
 * Global Styles
 * 
 * Application-wide styles, resets, and utilities.
 * Component-specific styles should be defined in component files.
 */

/* CSS Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.5;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2rem;
  margin-bottom: 0.875rem;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

h4 {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}

h5 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #0056b3;
}

/* Buttons */
button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  transition: background-color 0.2s ease;
}

button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Form Elements */
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border-color 0.2s ease;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

textarea {
  resize: vertical;
  min-height: 100px;
}

/* Utilities */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 2rem; }

.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 2rem; }

.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 1rem; }
.p-4 { padding: 1.5rem; }
.p-5 { padding: 2rem; }

.hidden {
  display: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }
}
.docx-preview-container-wrapper {
  padding: 0 !important;
}

.docx-preview-container {
  padding: 0 !important;
}

/* ── Suggestion info tooltip – global override (appended to body by nz-tooltip) ── */
.suggestion-rich-tooltip .ant-tooltip-inner {
  background-color: #ffffff !important;
  color: #333 !important;
  padding: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16) !important;
  max-width: 360px !important;
  min-width: 300px !important;
  border: 1px solid #e8e8e8 !important;
}

.suggestion-rich-tooltip .ant-tooltip-arrow-content,
.suggestion-rich-tooltip .ant-tooltip-arrow::before {
  background-color: #ffffff !important;
  border-color: #e8e8e8 !important;
}

.suggestion-rich-tooltip .ant-tooltip-arrow {
  --antd-arrow-background-color: #ffffff;
}

/* Inner rich-tooltip layout */
.rich-tooltip {
  padding: 14px 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.rt-section-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 10px;
}

.rt-section-label:first-child {
  margin-top: 0;
}

.rt-summary {
  font-size: 12px;
  color: #444;
  line-height: 1.55;
  margin: 0 0 2px;
}

.rt-key-points {
  margin: 0 0 2px 0;
  padding-left: 18px;
  list-style: disc;
}

.rt-key-points li {
  font-size: 12px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 3px;
}

.rt-ref-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 6px;
  font-size: 11px;
}

.rt-ref-table th {
  text-align: left;
  font-weight: 600;
  color: #888;
  font-size: 10px;
  letter-spacing: 0.3px;
  text-transform: lowercase;
  padding: 5px 8px 5px 0;
  border-bottom: 1px solid #f0f0f0;
}

.rt-ref-table td {
  padding: 6px 8px 6px 0;
  color: #333;
  border-bottom: 1px solid #f8f8f8;
  vertical-align: middle;
}

.rt-ref-table tr:last-child td {
  border-bottom: none;
}

.rt-ref-table td:first-child {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.4px;
  color: #555;
}

.rt-ref-table a {
  color: #1890ff;
  text-decoration: none;
}

.rt-ref-table a:hover {
  text-decoration: underline;
}

/* ── Override docx-preview injected page-border styles ── */
/* docx-preview injects a \3c style> tag that adds gray background on the wrapper,
   white page background + box-shadow on each section. Flatten everything to plain text. */
.docx-preview-container-wrapper {
  background: transparent !important;
  padding: 0 !important;
}

.docx-preview-container-wrapper > section.docx-preview-container,
.docx-preview-container-wrapper section {
  box-shadow: none !important;
  background: transparent !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}


/*# sourceMappingURL=styles.css.map*/