/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2025 | 14:01:10 */
/* Wrapper for the entire description area */
.product-details-section {
  margin: 30px 0;
  padding: 20px;
  background-color: #f9f9f9; /* Light background for contrast */
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

/* Headings for each section */
.product-details-section h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #1a1a1a;
  border-left: 4px solid #43baff;
  padding-left: 10px;
}

/* Content inside each section */
.product-details-section .section-content {
  margin-bottom: 20px;
  padding-left: 10px;
}

/* Optional: style the <hr> lines */
.product-details-section hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 25px 0;
}
