// Enter any custom CSS style rules here

.whmcs-product-features {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.whmcs-product-features li {
  padding: 4px 0;
  margin: 0;
  line-height: 1.4;
}

.info-icon {
  margin-left: 6px;
  color: #6c757d;
  cursor: pointer;
}

.whmcs-spec-dropdown {
  margin-top: 10px;
}

.whmcs-spec-dropdown summary {
  cursor: pointer;
  font-weight: 600;
  color: #007bff;
  list-style: none;
}

.whmcs-spec-dropdown summary::-webkit-details-marker {
  display: none;
}

.section-head {
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #6c757d;
}
