.quick-answer-callout {
  background-color: #F4F8FA;
  border-left: 6px solid #0088F1 !important;
  padding: 40px 50px;
  margin-bottom: 32px;

  /* Eyebrow / Label */
  .qa-eyebrow {
    color: #0088F1 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    margin-bottom: 12px !important;
  }

  
  /* Main Heading */
  .qa-heading {
    color: #29276C !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
  }

  /* Standard Body Text */
  p {
    color: #222222 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-bottom: 16px !important;
  }

  /* Horizontal Line */
  hr.qa-divider {
    border: none;
    border-top: 1px solid #D0DCE5 !important;
    margin: 24px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Bottom Paragraph */
  .qa-key-distinction {
    margin-bottom: 0 !important; /* Removes gap at the bottom of the callout */
  }

  /* Target the bold text in the bottom paragraph */
  .qa-key-distinction strong {
    color: #0088F1 !important;
  }

  /* Mobile Overrides */
  @media (max-width: 600px) {
    padding: 24px 20px;
    
    .qa-heading {
      font-size: 24px !important;
      margin-bottom: 16px !important;
    }
  }
}