/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-html/markdown-to-html.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
/* Markdown to HTML Converter Styles */

.markdown-to-html_markdownToHtmlPage__ForMZ {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.markdown-to-html_markdownToHtmlMain__hec24 {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.markdown-to-html_horizontalBanner__s2Olj {
  max-width: 728px;
  height: 90px;
  margin: 0 auto 20px auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #bbbbbb;
}

.markdown-to-html_lateralBanner__NsJm4 {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  height: 600px;
  display: flex;
  flex-direction: column;
  margin: 180px 0 0 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  border: 1px solid #bbbbbb;
  flex-shrink: 0;
}

.markdown-to-html_convertersWithLateralAds__hbAwJ {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 990px;
  gap: 10px;
  margin: 0 auto;
  padding: 0 10px;
  justify-content: center;
}

.markdown-to-html_convertersMainContent__RRsMt {
  flex: 1 1;
  min-width: 0;
  margin: 0 auto;
  justify-content: center;
  max-width: 740px;
  padding: 20px;
}

.markdown-to-html_title__LG1xW {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.markdown-to-html_subtitle___DmoE {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.markdown-to-html_converterSection__FubH5 {
  border-radius: 9px;
  padding: 20px;
  margin-bottom: 50px;
}

.markdown-to-html_converterSection__FubH5 h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.markdown-to-html_inputMethods__b5mkf {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}

.markdown-to-html_uploadMethod__xsmMC h3,
.markdown-to-html_textareaMethod__FODTM h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.markdown-to-html_uploadArea__D5gbi {
  max-width: 600px;
  height: 360px;
  border: 2px dashed #333333;
  border-radius: 9px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.markdown-to-html_uploadArea__D5gbi:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.markdown-to-html_uploadIcon__N6NDT {
  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-html_uploadIcon__N6NDT i {
  font-size: 24px;
}

.markdown-to-html_uploadArea__D5gbi h4 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 10px;
}

.markdown-to-html_uploadArea__D5gbi p {
  margin: 0 auto 90px auto;
  color: #363636;
  font-size: 14px;
}

.markdown-to-html_selectBtn__r09A1 {
  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: inline-flex;
  align-items: center;
  gap: 8px;
}

.markdown-to-html_selectBtn__r09A1:hover {
  background: #2563eb;
}
.markdown-to-html_uploadIcon__N6NDT {
  font-size: 48px;
  color: #3b82f6;
  margin-bottom: 16px;
}

.markdown-to-html_uploadText__273wt {
  font-size: 18px;
  color: #374151;
  margin: 0 0 8px 0;
  font-weight: 600;
}

.markdown-to-html_uploadSubtext__YmkLc {
  font-size: 14px;
  color: #363636;
}

.markdown-to-html_fileInput__uqtrr {
  display: none;
}

.markdown-to-html_convertBtn__Zbpxd {
  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;
  margin-top: 20px;
}

.markdown-to-html_convertBtn__Zbpxd:hover:not(:disabled) {
  background: #2563eb;
}

.markdown-to-html_convertBtn__Zbpxd:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.markdown-to-html_successMessage__JM100 {
  background: #f0f9ff;
  border: 2px solid #0ea5e9;
  border-radius: 9px;
  padding: 24px;
  text-align: center;
  margin-top: 24px;
}

.markdown-to-html_successMessage__JM100 i {
  font-size: 48px;
  color: #0ea5e9;
  margin-bottom: 16px;
}

.markdown-to-html_successMessage__JM100 h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 8px;
}

.markdown-to-html_successMessage__JM100 p {
  color: #0369a1;
  margin-bottom: 20px;
}

.markdown-to-html_downloadBtn__sF7Pm {
  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-html_downloadBtn__sF7Pm:hover {
  background: #047857;
}

.markdown-to-html_fileSelected__GjXAy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #363636;
}

.markdown-to-html_fileIcon__BfR8K {
  font-size: 48px;
  margin-bottom: 8px;
}

.markdown-to-html_fileName____yTC {
  font-weight: 600;
  font-size: 16px;
}

.markdown-to-html_fileSize__mja8v {
  font-size: 14px;
  color: #6b7280;
}

.markdown-to-html_converting__0Cjqg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background: #f3f4f6;
  border-radius: 8px;
  margin-top: 20px;
}

.markdown-to-html_converting__0Cjqg i {
  color: #3b82f6;
}

.markdown-to-html_converting__0Cjqg span {
  color: #374151;
  font-weight: 500;
}

.markdown-to-html_fileSelected__GjXAy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #f9fafb;
  border-radius: 8px;
  margin-top: 16px;
  border: 1px solid #e5e7eb;
}

.markdown-to-html_fileIcon__BfR8K {
  font-size: 24px;
  margin-right: 8px;
}

.markdown-to-html_fileName____yTC {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #363636;
  font-size: 14px;
  font-weight: 500;
}

.markdown-to-html_fileSize__mja8v {
  color: #4a5568;
  font-size: 14px;
}

.markdown-to-html_convertButton__Gepdz {
  width: 100%;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 16px;
}

.markdown-to-html_convertButton__Gepdz:hover {
  background: #2563eb;
}

.markdown-to-html_convertButton__Gepdz:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.markdown-to-html_result___Omit {
  background: #f0f9ff;
  border: 2px solid #0ea5e9;
  border-radius: 9px;
  padding: 24px;
  text-align: center;
  margin-top: 24px;
}

.markdown-to-html_resultInfo__Xv9zQ {
  margin-bottom: 16px;
}

.markdown-to-html_resultName__XWL0x {
  font-size: 18px;
  font-weight: 600;
  color: #0c4a6e;
  display: block;
  margin-bottom: 8px;
}

.markdown-to-html_resultSize__cfZOu {
  color: #0369a1;
  font-size: 14px;
}

.markdown-to-html_actionButtons__SXRyi {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.markdown-to-html_downloadButton__hlxyO {
  background: #059669;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.markdown-to-html_downloadButton__hlxyO:hover {
  background: #047857;
}

.markdown-to-html_converting__0Cjqg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  color: #3b82f6;
  font-weight: 500;
}

.markdown-to-html_converting__0Cjqg i {
  color: #3b82f6;
}

.markdown-to-html_stepByStep__wYQa3 {
  background: white;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.markdown-to-html_stepByStep__wYQa3 h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.markdown-to-html_step__MGu_W {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.markdown-to-html_stepNumber__aU9xp {
  width: 40px;
  height: 40px;
  background: #3b82f6;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

.markdown-to-html_step__MGu_W p {
  color: #333333;
  line-height: 1.6;
  margin: 8px 0 0 0;
}

.markdown-to-html_aboutSection__mv4rI {
  background: white;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.markdown-to-html_aboutSection__mv4rI h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.markdown-to-html_toolDescription__1_EmB .markdown-to-html_description__DUbHo {
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
  font-weight: 500;
}

.markdown-to-html_toolDescription__1_EmB .markdown-to-html_aboutText__9Ovlk {
  color: #333333;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .markdown-to-html_convertersWithLateralAds__hbAwJ {
    display: block;
    padding: 0 15px;
  }

  .markdown-to-html_lateralBanner__NsJm4 {
    display: none;
  }

  .markdown-to-html_convertersMainContent__RRsMt {
    padding: 15px;
  }
  
  .markdown-to-html_title__LG1xW {
    font-size: 24px;
  }

  .markdown-to-html_subtitle___DmoE {
    font-size: 16px;
  }
  
  .markdown-to-html_converterSection__FubH5,
  .markdown-to-html_stepByStep__wYQa3,
  .markdown-to-html_aboutSection__mv4rI {
    padding: 20px;
  }
  
  .markdown-to-html_uploadArea__D5gbi {
    padding: 32px 16px;
  }
}

@media (max-width: 480px) {
  .markdown-to-html_stepByStep__wYQa3 h2,
  .markdown-to-html_aboutSection__mv4rI h2 {
    font-size: 20px;
  }
  
  .markdown-to-html_step__MGu_W {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .markdown-to-html_stepNumber__aU9xp {
    margin-bottom: 10px;
  }
}

