/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/converters/markdown-to-pdf/markdown-to-pdf.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/* Markdown to PDF Converter Styles */

.markdown-to-pdf_markdownToPdfPage__wlOJ8 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.markdown-to-pdf_markdownToPdfMain__6YqM6 {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.markdown-to-pdf_convertersMainContent__x9v7S {
  flex: 1 1;
  min-width: 0;
  margin: 0 auto;
  justify-content: center;
  max-width: 740px;
  padding: 20px 10px;
}

.markdown-to-pdf_title__545Y8 {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.markdown-to-pdf_subtitle__4oIc9 {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.markdown-to-pdf_converterSection__GDFdt {
  padding: 20px 10px;
  margin: 0 auto 50px auto;
}

.markdown-to-pdf_converterSection__GDFdt h3 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.markdown-to-pdf_inputMethods__KQeQW {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}

.markdown-to-pdf_uploadMethod__bRIDa h3,
.markdown-to-pdf_textareaMethod__UO44m h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.markdown-to-pdf_uploadArea___yVEl {
  max-width: 660px;
  min-width: 320px;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  margin: 0 auto 60px auto;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.markdown-to-pdf_uploadArea___yVEl:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.markdown-to-pdf_uploadIcon__Xrtw7 {
  width: 50px;
  height: 50px;
  margin: 0 auto 60px auto;
  background: #1e6dec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.markdown-to-pdf_uploadIcon__Xrtw7 i {
  font-size: 24px;
}

.markdown-to-pdf_uploadArea___yVEl h4 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 10px;
}

.markdown-to-pdf_uploadArea___yVEl p {
  margin: 0 auto 90px auto;
  color: #363636;
  font-size: 14px;
}


.markdown-to-pdf_markdownTextarea__5fPyO {
  width: 100%;
  min-height: 200px;
  padding: 16px;
  border: 1px dashed #696969;
  border-radius: 3px;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  line-height: 20px;
  resize: vertical;
  margin-bottom: 20px;
}

.markdown-to-pdf_markdownTextarea__5fPyO:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.markdown-to-pdf_convertBtn__gNBSA {
  width: 100%;
  background: #3b82f6;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.markdown-to-pdf_convertBtn__gNBSA:hover:not(:disabled) {
  background: #2563eb;
}

.markdown-to-pdf_convertBtn__gNBSA:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.markdown-to-pdf_successMessage__Wzun5 {
  background: #f0f9ff;
  border: 2px solid #0ea5e9;
  border-radius: 9px;
  padding: 24px;
  text-align: center;
  margin-top: 24px;
}

.markdown-to-pdf_successMessage__Wzun5 i {
  font-size: 48px;
  color: #0ea5e9;
  margin-bottom: 16px;
}

.markdown-to-pdf_successMessage__Wzun5 h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 8px;
}

.markdown-to-pdf_successMessage__Wzun5 p {
  color: #0369a1;
  margin-bottom: 20px;
}

.markdown-to-pdf_downloadBtn__B5p5q {
  background: #059669;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.markdown-to-pdf_downloadBtn__B5p5q:hover {
  background: #047857;
}

.markdown-to-pdf_stepByStep__rSmOK {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.markdown-to-pdf_stepByStep__rSmOK h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 36px;
  text-align: center;
}

.markdown-to-pdf_step__tuBQA {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.markdown-to-pdf_stepNumber__aALn9 {
  display: flex;
  width: 36px;
  height: 36px;
  margin: 0 0 10px 0;
  background: #0b69ff;
  color: white;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

.markdown-to-pdf_step__tuBQA p {
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
}

.markdown-to-pdf_aboutSection__RQ8l3 {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.markdown-to-pdf_aboutSection__RQ8l3 h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.markdown-to-pdf_toolDescription__oq_mG .markdown-to-pdf_description__TEZ9h {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.markdown-to-pdf_toolDescription__oq_mG .markdown-to-pdf_aboutText__pB437 {
  color: #363636;
  line-height: 30px;
}


@media (max-width: 768px) {

  .markdown-to-pdf_markdownToPdfMain__6YqM6 {
  max-width: 96%;
  
  
}
}
