
.ly_product_description_1 {
  overflow: hidden;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}
.ly_product_description_1 .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  overflow: visible;
  background: transparent; /* Background does not affect parent */
}
.ly_product_description_1 h1,
.ly_product_description_1 h2,
.ly_product_description_1 h3 {
  color: #333; /* Font color only within container */
}
.ly_product_description_1 p,
.ly_product_description_1 table {
  color: #666;
}
.inquiry-anchor summary::-webkit-details-marker {
  display: none;
}
.inquiry-anchor[open] summary {
  border-radius: 5px 5px 0 0;
}
