/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/html-to-pdf/html-to-pdf.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/* HTML to PDF Converter Styles */

.html-to-pdf_htmlToPdfPage__dqE_9 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.html-to-pdf_htmlToPdfMain__cx79g {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.html-to-pdf_convertersMainContent__K0Kl4 {
  flex: 1 1;
  min-width: 0;
  margin: 0 auto;
  justify-content: center;
  max-width: 740px;
  padding: 10px;
}

.html-to-pdf_title__pNB_p {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.html-to-pdf_subtitle__nS1Os {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.html-to-pdf_warningMessage__afZnG {
  background: #fef3cd;
  border: 2px solid #f59e0b;
  border-radius: 9px;
  padding: 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.html-to-pdf_warningMessage__afZnG i {
  color: #d97706;
  font-size: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}

.html-to-pdf_warningMessage__afZnG div {
  flex: 1 1;
}

.html-to-pdf_warningMessage__afZnG strong {
  color: #92400e;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.html-to-pdf_warningMessage__afZnG p {
  color: #92400e;
  margin: 0;
  line-height: 1.5;
}

.html-to-pdf_converterSection__fOFzR {
  padding: 20px 10px;
  margin-bottom: 50px;
  
}

.html-to-pdf_inputMethods__Hygpu {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}

.html-to-pdf_uploadMethod__Z3gXp h3,
.html-to-pdf_textareaMethod__iTajZ h3,
.html-to-pdf_urlMethod__ngDnt h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.html-to-pdf_uploadArea__ez3_X {
  max-width: 660px;
  min-width: 320px;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  margin: 0 auto 10px auto;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.html-to-pdf_uploadArea__ez3_X:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.html-to-pdf_uploadIcon__WcPtH {
  font-size: 36px;
  color: #fd7e14;
  width: 36px;
  height: 36px;
  margin: 0 auto 60px auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.html-to-pdf_uploadIcon__WcPtH i {
  font-size: 28px;
}

.html-to-pdf_uploadArea__ez3_X h4 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 10px;
}

.html-to-pdf_uploadArea__ez3_X p {
  color: #363636;
  font-size: 14px;
}

.html-to-pdf_htmlTextarea__JwqwV {
  max-width: 660px;
  width: 100%;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  resize: none;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.html-to-pdf_htmlTextarea__JwqwV:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* URL Method Styles */
.html-to-pdf_urlMethod__ngDnt {
  max-width: 660px;
  margin: 0 auto;
}

.html-to-pdf_urlWarning__54ooR {
  background: #fef3cd;
  border: 1px solid #f59e0b;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.html-to-pdf_urlWarning__54ooR i {
  color: #d97706;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.html-to-pdf_urlWarning__54ooR p {
  color: #92400e;
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}

.html-to-pdf_urlInputContainer__LH_GX {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.html-to-pdf_urlInput__iNFX7 {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.html-to-pdf_urlInput__iNFX7:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.html-to-pdf_urlInput__iNFX7:disabled {
  background: #f3f4f6;
  cursor: not-allowed;
}

.html-to-pdf_convertBtn__jfAp8 {
  width: 100%;
  background: #3b82f6;
  color: white;
  border: none;
  padding: 9px 15px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.html-to-pdf_convertBtn__jfAp8:hover:not(:disabled) {
  background: #2563eb;
}

.html-to-pdf_convertBtn__jfAp8:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.html-to-pdf_successMessage__NuQ0V {
  background: #f0f9ff;
  border: 2px solid #0ea5e9;
  border-radius: 9px;
  padding: 24px;
  text-align: center;
  margin-top: 24px;
}

.html-to-pdf_successMessage__NuQ0V i {
  font-size: 48px;
  color: #0ea5e9;
  margin-bottom: 16px;
}

.html-to-pdf_successMessage__NuQ0V h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 8px;
}

.html-to-pdf_successMessage__NuQ0V p {
  color: #0369a1;
  margin-bottom: 20px;
}

.html-to-pdf_downloadBtn__CE1oO {
  background: #059669;
  color: white;
  border: none;
  padding: 9px 15px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.html-to-pdf_downloadBtn__CE1oO i {
  font-size: 24px;
  margin: auto;
}

.html-to-pdf_downloadBtn__CE1oO:hover {
  background: #047857;
}

.html-to-pdf_exampleSection__7T_Zp {
  padding: 20px 10px;
  margin-bottom: 40px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.html-to-pdf_exampleSection__7T_Zp h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.html-to-pdf_exampleCode__ZY0k_ {
  text-align: center;
}

.html-to-pdf_useExampleBtn__tzbWR {
  background: #3b82f6;
  color: white;
  border: none;
  padding: 9px 15px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.html-to-pdf_useExampleBtn__tzbWR:hover {
  background: #2563eb;
}

.html-to-pdf_stepByStep__Jlzrd {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.html-to-pdf_stepByStep__Jlzrd h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.html-to-pdf_step__bjL7A {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.html-to-pdf_stepNumber__6J75a {
  width: 40px;
  height: 40px;
  background: #0b69ff;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

.html-to-pdf_step__bjL7A p {
  color: #363636;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px 0;
}

.html-to-pdf_aboutSection__2JbH2 {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.html-to-pdf_aboutSection__2JbH2 h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.html-to-pdf_toolDescription__IW2fT .html-to-pdf_description__C79fj {
  font-size: 18px;
  color: #363636;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 30px;
}

.html-to-pdf_toolDescription__IW2fT .html-to-pdf_aboutText__gCerl {
  color: #363636;
  line-height: 30px;
}


/* File List Styles */
.html-to-pdf_fileList__4ClfD {
  margin: 20px 0;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.html-to-pdf_fileListTitle__i490k {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 15px;
}

.html-to-pdf_fileItems__cRou0 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.html-to-pdf_fileItem__m74Hc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background: white;
  border-radius: 6px;
  border: 1px solid #dee2e6;
}

.html-to-pdf_fileInfo__AmboH {
  display: flex;
  align-items: center;
  gap: 12px;
}

.html-to-pdf_fileIcon__HZ3di {
  width: 40px;
  height: 40px;
  background: #007bff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.html-to-pdf_fileIconText__WnS0R {
  color: white;
  font-size: 10px;
  font-weight: 600;
}

.html-to-pdf_fileDetails__wTtxm {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.html-to-pdf_fileName__YkzVn {
  font-size: 14px;
  font-weight: 500;
  color: #363636;
  margin: 0;
}

.html-to-pdf_fileSize__Wns5E {
  font-size: 12px;
  color: #6c757d;
  margin: 0;
}

.html-to-pdf_removeButton__wJU_n {
  background: #dc3545;
  border: none;
  border-radius: 4px;
  padding: 6px;
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.html-to-pdf_removeButton__wJU_n:hover {
  background: #c82333;
}

.html-to-pdf_removeButtonIcon__qvDpL {
  width: 14px;
  height: 14px;
}

/* Progress Styles */
.html-to-pdf_progressSection__PTduM {
  margin: 20px 0;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.html-to-pdf_progressHeader__JKGvJ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.html-to-pdf_progressLabel__WU1bc {
  font-size: 14px;
  font-weight: 500;
  color: #363636;
}

.html-to-pdf_progressPercent__QxWyF {
  font-size: 14px;
  font-weight: 600;
  color: #007bff;
}

.html-to-pdf_progressBar__BN846 {
  width: 100%;
  height: 8px;
  background: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
}

.html-to-pdf_progressFill__2ou6V {
  height: 100%;
  background: linear-gradient(90deg, #007bff, #0056b3);
  border-radius: 4px;
  transition: width 0.3s ease;
}

/* Controls */
.html-to-pdf_controls__dlIPh {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.html-to-pdf_convertButton__XIeYy {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  border: none;
  border-radius: 3px;
  padding: 9px 18px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  min-width: 180px;
  justify-content: center;
}

.html-to-pdf_convertButton__XIeYy:hover:not(:disabled) {
  background: linear-gradient(135deg, #0056b3, #004085);
  transform: translateY(-1px);
}

.html-to-pdf_convertButton__XIeYy:disabled {
  background: #6c757d;
  cursor: not-allowed;
  transform: none;
}

.html-to-pdf_convertButtonIcon__efV2o {
  width: 18px;
  height: 18px;
}

.html-to-pdf_spinningIcon__FMT3T {
  width: 18px;
  height: 18px;
  border: 2px solid transparent;
  border-top: 2px solid white;
  border-radius: 50%;
  animation: html-to-pdf_spin__MXwen 1s linear infinite;
}

@keyframes html-to-pdf_spin__MXwen {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Results Styles */
.html-to-pdf_resultsSection__r5s7l {
  margin: 0 auto 0 auto;
  padding: 20px;
 
}

.html-to-pdf_resultsHeader__aUh0X {
  display: flex;
  margin: 0 auto 20px auto;
}

.html-to-pdf_resultsTitle__SA1Y3 {
  font-size: 18px;
  font-weight: 600;
  color: #28a745;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}


.html-to-pdf_downloadAllButton__rdmum:hover {
  background: #218838;
}

.html-to-pdf_resultItems__4t54i {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.html-to-pdf_resultItem__5PKrs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: white;
  border-radius: 6px;
  border: 1px solid #dee2e6;
}

.html-to-pdf_resultInfo__HmAz_ {
  flex: 1 1;
}

.html-to-pdf_resultFileName__SleEb {
  font-size: 16px;
  font-weight: 600;
  color: #363636;
  margin: 0 0 8px 0;
}

.html-to-pdf_resultOriginal__47Ubh {
  font-size: 14px;
  color: #6c757d;
  margin: 4px 0;
}

.html-to-pdf_downloadButton__yZcqt {
  background: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.3s ease;
}

.html-to-pdf_downloadButton__yZcqt:hover {
  background: #0056b3;
}

.html-to-pdf_downloadIcon__zW_lM {
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  
  .html-to-pdf_htmlToPdfMain__cx79g {
  max-width: 96%;
 
}

.html-to-pdf_resultsHeader__aUh0X {
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}

.html-to-pdf_resultItem__5PKrs {
  flex-direction: column;
  gap: 15px;
  align-items: stretch;
}

.html-to-pdf_fileItem__m74Hc {
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}

.html-to-pdf_fileInfo__AmboH {
  justify-content: flex-start;
}

}

/* Instruction Box */
.html-to-pdf_instructionBox__uyLp2 {
  background: #e3f2fd;
  border: 2px solid #2196f3;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
}

.html-to-pdf_instructionBox__uyLp2 strong {
  color: #1976d2;
}

/* Settings Section */
.html-to-pdf_settingsSection__0iNqY {
  margin: 30px 0;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.html-to-pdf_settingsTitle__iEpo6 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.html-to-pdf_settingsGrid__0UoCW {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  gap: 20px;
}

.html-to-pdf_settingItem__Q72sY {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.html-to-pdf_settingLabel__Pj9_q {
  font-size: 14px;
  font-weight: 500;
  color: #555;
}

.html-to-pdf_settingSelect__kXBvz,
.html-to-pdf_settingInput__fNUL3 {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background: white;
}

.html-to-pdf_settingSelect__kXBvz:focus,
.html-to-pdf_settingInput__fNUL3:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.html-to-pdf_qualitySlider__VwIBP {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #ddd;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.html-to-pdf_qualitySlider__VwIBP::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #007bff;
  cursor: pointer;
}

.html-to-pdf_qualitySlider__VwIBP::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #007bff;
  cursor: pointer;
  border: none;
}

/* Enhanced About Section with Features */
.html-to-pdf_featuresGrid___NlrT {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin: 30px 0;
}

.html-to-pdf_featureCard__QCbRF {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.html-to-pdf_featureCard__QCbRF:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.html-to-pdf_featureCard__QCbRF i {
  font-size: 24px;
  color: #007bff;
  margin-bottom: 10px;
  display: block;
}

.html-to-pdf_featureCard__QCbRF h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 10px 0;
}

.html-to-pdf_featureCard__QCbRF p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}



/* Features Sections Styles */
.html-to-pdf_fileConverterSpecsSection__olY0V {
  margin: 40px 0;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}

.html-to-pdf_fileConverterSpecsGrid__l7hbz {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
  gap: 25px;
}

.html-to-pdf_fileConverterSpecItem__NUtWS {
  background: white;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.html-to-pdf_fileConverterSpecItem__NUtWS:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.html-to-pdf_fileConverterSpecIcon__QhD_y {
  font-size: 24px;
  margin-bottom: 15px;
  display: block;
}

.html-to-pdf_fileConverterSpecContent__PinnV {
  flex: 1 1;
}

.html-to-pdf_fileConverterSpecContentTitle__ZYJI_ {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}

.html-to-pdf_fileConverterSpecList__TN442 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.html-to-pdf_fileConverterSpecListItem__5PfqO {
  padding: 6px 0;
  color: #666;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}

.html-to-pdf_fileConverterSpecListItem__5PfqO::before {
  content: "•";
  color: #007bff;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.html-to-pdf_fileConverterFeaturesSection__KqWW4 {
  margin: 40px 0;
  padding: 30px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  color: white;
}

.html-to-pdf_fileConverterFeaturesTitle__q8SrX {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  color: white;
}

.html-to-pdf_fileConverterFeaturesList__sF_vx {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 15px;
  gap: 15px;
}

.html-to-pdf_fileConverterFeatureItem__fGinA {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}

.html-to-pdf_fileConverterFeatureIcon__AQNml {
  color: #28a745;
  font-weight: bold;
  font-size: 16px;
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.html-to-pdf_fileConverterWhySection__ZQtP4 {
  margin: 40px 0;
  padding: 30px;
  background: white;
  border-radius: 12px;
  border: 1px solid #e9ecef;
  text-align: center;
}

.html-to-pdf_fileConverterWhyTitle__ioLzc {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.html-to-pdf_fileConverterWhyDescription__a78WY {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

/* Mode Selector Styles */
.html-to-pdf_modeSelector__hDt8f {
  display: flex;
  gap: 15px;
  margin: 30px auto;
  justify-content: center;
  max-width: 400px;
}

.html-to-pdf_modeBtn__NXDCX {
  flex: 1 1;
  padding: 12px 20px;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  background: white;
  color: #6c757d;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.html-to-pdf_modeBtn__NXDCX:hover {
  border-color: #3b82f6;
  color: #3b82f6;
  background: #eff6ff;
}

.html-to-pdf_modeBtn__NXDCX.html-to-pdf_active__KcfIp {
  border-color: #3b82f6;
  background: #3b82f6;
  color: white;
}

.html-to-pdf_textareaMethod__iTajZ {
  max-width: 660px;
  margin: 0 auto;
}

/* File Upload Styles */
.html-to-pdf_fileUploadArea__yy54z {
  max-width: 660px;
  margin: 0 auto 20px;
}

.html-to-pdf_fileInput__v_jKc {
  display: none;
}

.html-to-pdf_fileUploadLabel__2Jw5n {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  padding: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.html-to-pdf_fileUploadLabel__2Jw5n:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.html-to-pdf_fileUploadLabel__2Jw5n p {
  font-size: 16px;
  font-weight: 500;
  color: #363636;
  margin: 15px 0 5px;
}

.html-to-pdf_fileUploadLabel__2Jw5n span {
  font-size: 14px;
  color: #6c757d;
}

.html-to-pdf_uploadedFilesList__0dv4u {
  margin: 20px 0;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.html-to-pdf_uploadedFilesList__0dv4u h4 {
  font-size: 14px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 10px;
}

.html-to-pdf_uploadedFileItem__ye2Tk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: white;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  margin-bottom: 8px;
  gap: 10px;
}

.html-to-pdf_uploadedFileItem__ye2Tk span {
  flex: 1 1;
  font-size: 14px;
  color: #363636;
  word-break: break-all;
}

.html-to-pdf_removeFileBtn__hyLmh {
  background: #dc3545;
  border: none;
  border-radius: 4px;
  padding: 6px 8px;
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.html-to-pdf_removeFileBtn__hyLmh:hover:not(:disabled) {
  background: #c82333;
}

.html-to-pdf_removeFileBtn__hyLmh:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

/* Responsive Design */
@media (max-width: 768px) {
  .html-to-pdf_fileConverterSpecsGrid__l7hbz {
    grid-template-columns: 1fr;
  }
  
  .html-to-pdf_fileConverterFeaturesList__sF_vx {
    grid-template-columns: 1fr;
  }
  
  .html-to-pdf_fileConverterSpecsSection__olY0V,
  .html-to-pdf_fileConverterFeaturesSection__KqWW4,
  .html-to-pdf_fileConverterWhySection__ZQtP4 {
    padding: 20px;
    margin: 20px 0;
  }

  .html-to-pdf_modeSelector__hDt8f {
    flex-direction: column;
    max-width: 100%;
  }
}

