/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./app/guides/ContentPages.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/


.ContentPages_contentPage__eXVC8 {
  width: 100%;
  min-height: 100vh;
  background-color: #fafafa;
}

.ContentPages_contentMain___HocU {
  max-width: 990px;
  margin: 0 auto;
  padding: 30px 20px;
}

.ContentPages_content__TgJwl {
  max-width: 990px;
  margin: 0 auto;
  padding: 30px 20px;
}


.ContentPages_container___CGCI {
  background: white;
  padding: 50px;
  margin-bottom: 40px;
}

.ContentPages_title__mAxmk {
  font-size: 22px;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 15px;
  text-align: center;
  padding: 0;
  line-height: 1.2;
}

.ContentPages_header__o6CIT {
  text-align: center;
  margin-bottom: 40px;
}

.ContentPages_header__o6CIT h1 {
  font-size: 22px;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 15px;
  padding: 0;
  line-height: 1.2;
}

.ContentPages_meta__pVyEL {
  text-align: center;
  margin-bottom: 40px;
  color: #6b7280;
  font-style: italic;
  font-size: 12px;
}

.ContentPages_content__TgJwl {
  line-height: 1.8;
  color: #374151;
  font-size: 16px;
}

.ContentPages_section__T6dPH {
  margin-bottom: 40px;
}

.ContentPages_section__T6dPH h2 {
  font-size: 21px;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 20px;
  margin-top: 40px;
  padding-left: 20px;
}

.ContentPages_section__T6dPH h3 {
  font-size: 20px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 20px;
  margin-top: 25px;
}

.ContentPages_section__T6dPH h4 {
  font-size: 18px;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 15px;
  margin-top: 20px;
}

.ContentPages_section__T6dPH p {
  margin-bottom: 16px;
  text-align: justify;
}

.ContentPages_section__T6dPH ul, .ContentPages_section__T6dPH ol {
  margin-bottom: 18px;
  padding-left: 30px;
}

.ContentPages_section__T6dPH li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.ContentPages_section__T6dPH ol li {
  list-style-type: decimal;
}

.ContentPages_section__T6dPH li strong {
  color: #1f2937;
  font-weight: 600;
}

.ContentPages_section__T6dPH a {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
}

.ContentPages_section__T6dPH a:hover {
  text-decoration: underline;
  color: #2563eb;
}

/* FAQ specific styles */
.ContentPages_faqItem__6ysS6 {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
}

.ContentPages_faqItem__6ysS6 h3 {
  color: #1f2937;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
}

.ContentPages_faqItem__6ysS6 p {
  margin-bottom: 12px;
}

.ContentPages_faqItem__6ysS6 ul {
  margin-bottom: 12px;
}

/* Code block styles */
.ContentPages_codeBlock__gb3wI {
  background-color: #1f2937;
  border-radius: 6px;
  padding: 20px;
  margin: 20px 0;
  overflow-x: auto;
}

.ContentPages_codeBlock__gb3wI code {
  color: #f9fafb;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre;
}

/* Table styles */
.ContentPages_section__T6dPH table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ContentPages_section__T6dPH th,
.ContentPages_section__T6dPH td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}

.ContentPages_section__T6dPH th {
  background-color: #f3f4f6;
  font-weight: 600;
  color: #1f2937;
}

.ContentPages_section__T6dPH tr:last-child td {
  border-bottom: none;
}

/* Highlight boxes */
.ContentPages_highlightBox__rlMix {
  background-color: #eff6ff;
  border-left: 4px solid #3b82f6;
  padding: 20px;
  margin: 20px 0;
  border-radius: 0 6px 6px 0;
}

.ContentPages_highlightBox__rlMix p {
  margin-bottom: 10px;
}

.ContentPages_highlightBox__rlMix p:last-child {
  margin-bottom: 0;
}

/* Warning boxes */
.ContentPages_warningBox__r7TVD {
  background-color: #fef3cd;
  border-left: 4px solid #f59e0b;
  padding: 20px;
  margin: 20px 0;
  border-radius: 0 6px 6px 0;
}

/* Success boxes */
.ContentPages_successBox__5dKxK {
  background-color: #d1fae5;
  border-left: 4px solid #10b981;
  padding: 20px;
  margin: 20px 0;
  border-radius: 0 6px 6px 0;
}


@media (max-width: 768px) {
  .ContentPages_contentMain___HocU {
    padding: 20px 15px;
  }
  
  .ContentPages_container___CGCI {
    padding: 30px 25px;
  }
  
  .ContentPages_title__mAxmk {
    font-size: 28px;
  }
  
  .ContentPages_section__T6dPH h2 {
    font-size: 24px;
    padding-left: 15px;
  }
  
  .ContentPages_section__T6dPH h3 {
    font-size: 20px;
  }
  
  .ContentPages_section__T6dPH h4 {
    font-size: 16px;
  }
  
  .ContentPages_section__T6dPH p {
    text-align: left;
  }
  
  .ContentPages_faqItem__6ysS6 {
    padding: 20px;
  }
  
  .ContentPages_codeBlock__gb3wI {
    padding: 15px;
  }
  
  .ContentPages_codeBlock__gb3wI code {
    font-size: 12px;
  }
}


