/* FAQ PAGE DEDICATED MOBILE RESPONSIVE STYLES */
@media screen and (max-width: 991px) {

  /* FAQ Hero Section */
  .inner-hero {
    min-height: 50vh !important;
    padding: 80px 0 40px 0 !important;
    background-position: center center !important;
    background-size: cover !important;
  }

  .inner-hero-text {
    text-align: center !important;
    padding: 0 20px !important;
  }

  .inner-hero .h1-title.large {
    font-size: 2.2rem !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
  }

  .inner-hero .title-white {
    font-size: 1rem !important;
    margin-bottom: 15px !important;
  }

  .inner-hero .subtitle-white {
    font-size: 1.1rem !important;
    margin-top: 20px !important;
    padding: 0 10px !important;
  }

  /* FAQ Content Section */
  .content-section {
    padding: 40px 0 !important;
  }

  .content-wrapper.w-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 100% !important;
  }

  /* FAQ Title */
  .content-section h3 {
    font-size: 1.8rem !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }

  /* FAQ Content Text */
  .content-section p {
    font-size: 1rem !important;
    line-height: 1.7 !important;
    text-align: left !important;
    margin-bottom: 30px !important;
    padding: 20px !important;
    background-color: #f8f9fa !important;
    border-radius: 8px !important;
    border-left: 4px solid #0C5AB5 !important;
  }

  /* FAQ Questions (Bold text) */
  .content-section p b {
    display: block !important;
    font-size: 1.2rem !important;
    color: #0C5AB5 !important;
    margin-top: 30px !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #0C5AB5 !important;
    font-weight: 600 !important;
  }

  /* First question shouldn't have top margin */
  .content-section p b:first-of-type {
    margin-top: 0 !important;
  }

  /* FAQ Answers */
  .content-section p br+br {
    display: none !important;
  }

  /* FAQ Links */
  .content-section p a {
    color: #0C5AB5 !important;
    text-decoration: underline !important;
    word-break: break-word !important;
  }

  .content-section p a:hover {
    color: #094a9e !important;
  }

  /* Improve spacing between Q&A pairs */
  .content-section p {
    margin-bottom: 0 !important;
  }

  .content-section p:after {
    content: "" !important;
    display: block !important;
    height: 15px !important;
  }

  /* FAQ Content specific styles only - footer styles removed to use mobile.css */
}

/* FAQ Page - Small Mobile Adjustments */
@media screen and (max-width: 480px) {

  .inner-hero .h1-title.large {
    font-size: 1.8rem !important;
  }

  .content-wrapper.w-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .content-section h3 {
    font-size: 1.5rem !important;
  }

  .content-section p {
    font-size: 0.95rem !important;
    padding: 15px !important;
  }

  .content-section p b {
    font-size: 1rem !important;
    margin-top: 20px !important;
  }

  .content-section {
    padding: 30px 0 !important;
  }

  /* Footer styles removed - will inherit from mobile.css */
}