/* ==========================================
   SUPPORT PAGE - MOBILE RESPONSIVE (430x932)
   Matches project mobile styling convention
   ========================================== */

@media (max-width: 430px) {

  /* ==========================================
     BASE LAYOUT
     ========================================== */

  body {
    overflow-y: auto !important;
    height: auto !important;
  }

  .bg-overlay {
    opacity: 0.06 !important;
  }

  /* ==========================================
     HEADER
     ========================================== */

  .public-support-header {
    padding: 1rem 1rem 0 1rem !important;
  }

  .public-support-title {
    font-size: 1.2rem !important;
  }

  .public-support-subtitle {
    font-size: 0.85rem !important;
    line-height: 1.3 !important;
  }

  /* ==========================================
     MAIN CONTENT AREA
     ========================================== */

  .public-support-content {
    padding: 0.75rem 0.75rem !important;
    align-items: flex-start !important;
  }

  .support-card-wrap {
    max-width: 100% !important;
    width: 100% !important;
  }

  /* ==========================================
     SUPPORT CARD
     ========================================== */

  .box-widget {
    max-width: 100% !important;
    margin: 0 !important;
    border-width: 4px !important;
    border-radius: 10px !important;
  }

  .box-widget:hover {
    transform: none !important;
  }

  .box-header {
    padding: 0.75rem 1rem !important;
  }

  .box-title {
    font-size: 1.1rem !important;
  }

  .box-body {
    padding: 1rem !important;
  }

  /* Intro text */
  .box-body > p {
    font-size: 0.9rem !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.5 !important;
  }

  /* ==========================================
     CONTACT INFO SECTION
     ========================================== */

  /* Grey info box container */
  .box-body > div[style*="background: #f8f9fa"] {
    padding: 1.25rem 1rem !important;
    border-radius: 8px !important;
  }

  /* CE Logo in support card */
  .box-body img[alt="CE Logo"] {
    width: 130px !important;
    border-radius: 8px !important;
  }

  /* Logo container */
  .box-body > div[style*="background: #f8f9fa"] > div:first-child {
    margin-bottom: 1.5rem !important;
  }

  /* Contact items column */
  .box-body > div[style*="background: #f8f9fa"] > div[style*="display: flex"][style*="flex-direction: column"] {
    gap: 1rem !important;
  }

  /* Individual contact rows (email, phone, hours) */
  .box-body > div[style*="background: #f8f9fa"] > div[style*="flex-direction: column"] > div[style*="display: flex"][style*="align-items: center"] {
    padding: 0.75rem !important;
    gap: 0.75rem !important;
    border-radius: 8px !important;
  }

  /* Icon circles */
  .box-body > div[style*="background: #f8f9fa"] > div[style*="flex-direction: column"] > div > div[style*="border-radius: 50%"] {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    flex-shrink: 0 !important;
  }

  .box-body > div[style*="background: #f8f9fa"] > div[style*="flex-direction: column"] > div > div[style*="border-radius: 50%"] span {
    font-size: 1.2rem !important;
  }

  /* Contact labels */
  .box-body > div[style*="background: #f8f9fa"] > div[style*="flex-direction: column"] > div > div:last-child > div:first-child {
    font-size: 0.7rem !important;
    margin-bottom: 0.2rem !important;
  }

  /* Contact values (email, phone, hours text) */
  .box-body > div[style*="background: #f8f9fa"] > div[style*="flex-direction: column"] > div > div:last-child a,
  .box-body > div[style*="background: #f8f9fa"] > div[style*="flex-direction: column"] > div > div:last-child > div:last-child {
    font-size: 0.88rem !important;
    word-break: break-all !important;
  }

  /* ==========================================
     RESPONSE BADGE
     ========================================== */

  .box-body > div[style*="background: #f8f9fa"] > div[style*="margin-top: 2.5rem"] {
    margin-top: 1.5rem !important;
    padding: 1rem !important;
    border-radius: 8px !important;
  }

  .box-body > div[style*="background: #f8f9fa"] > div[style*="margin-top: 2.5rem"] > div {
    font-size: 0.85rem !important;
  }

  /* ==========================================
     FOOTER
     ========================================== */

  .footer {
    padding: 12px 8px !important;
    font-size: 0.7rem !important;
  }

  .footer-container {
    font-size: 0.65rem !important;
  }

  .footer-container p {
    margin-bottom: 6px !important;
  }

  .footer-links {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 4px !important;
  }

  .footer-links a {
    font-size: 0.6rem !important;
  }
}
