/*
 * Boost Sales Performance Page - Bootstrap Custom Styles
 * Page-specific styles only (common styles in common-bootstrap.css)
 */

/* ========================================
   PROBLEM BULLETS
   ======================================== */

.problem-bullets {
  list-style: none;
  padding: 0;
  margin: 40px auto 0;
  max-width: 800px;
  text-align: left;
}

.problem-bullets li {
  font-family: 'Outfit', sans-serif;
  padding: 10px 0;
  font-size: 1.125rem;
  color: #495057;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.6;
}

.problem-bullets li:before {
  content: "✗";
  color: #dc3545;
  font-weight: bold;
  font-size: 1.125rem;
  min-width: 18px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 2px;
}
