/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/produs/product-content.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/* Product Content Styles */
.product-content {
  line-height: 1.8;
}

.product-content p {
  color: #d1d5db;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.product-content h1,
.product-content h2,
.product-content h3,
.product-content h4,
.product-content h5,
.product-content h6 {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.product-content h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.product-content h3 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.product-content ul,
.product-content ol {
  color: #d1d5db;
  line-height: 1.8;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.product-content li {
  color: #d1d5db;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

.product-content a {
  color: #00d4ff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-content a:hover {
  color: #00b8e6;
  text-decoration: underline;
}

.product-content strong,
.product-content b {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.8;
}

.product-content em,
.product-content i {
  font-style: italic;
}

.product-content code {
  background-color: #1f2937;
  color: #ffffff;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.875em;
}

.product-content pre {
  background-color: #1f2937;
  color: #d1d5db;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin-bottom: 1rem;
}

.product-content pre code {
  background-color: transparent;
  padding: 0;
  color: #d1d5db;
}

.product-content blockquote {
  border-left: 4px solid #374151;
  padding-left: 1rem;
  margin: 1rem 0;
  color: #ffffff;
  font-style: italic;
}

.product-content hr {
  border: none;
  border-top: 1px solid #374151;
  margin: 1.5rem 0;
}

.product-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1rem 0;
}

.product-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

.product-content th,
.product-content td {
  border: 1px solid #374151;
  padding: 0.75rem;
  text-align: left;
}

.product-content th {
  background-color: #1f2937;
  color: #ffffff;
  font-weight: bold;
}

.product-content td {
  color: #d1d5db;
}


