.hair-specs {
  background: linear-gradient(to bottom right, #f3f8fb, #e8f0f5);
  border: 1px solid #d1dde6;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 24px 0 36px 0;
  max-width: 85%;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.hair-specs h2 {
  margin: 0 0 16px 0;
  color: #2c4a5a;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #d1dde6;
  padding-bottom: 6px;
}

.hair-specs ul {
  list-style: disc !important;
  list-style-position: outside !important;
  padding-left: 0.75em !important; /* adjust as needed */
  margin: 0 !important;
}

.hair-specs li {
  line-height: 1.65;
  margin-bottom: 10px;
  color: #333;
}

.hair-specs li::before { content: none !important; }

.hair-specs li::marker {
  color: #7a94a3 !important;
  font-size: 0.9em !important;
}

.hair-specs li:last-child {
  margin-bottom: 0;
}

.hair-specs strong {
  color: #2c4a5a;
  font-weight: 600;
}

.hair-specs a {
  color: #4a6b7c;
  font-weight: normal !important;
  text-decoration: none;
}

.hair-specs a:hover {
  color: #2c4a5a;
  text-decoration: underline;
}