/* Mobile-specific styles */

/* Prevent horizontal overflow on mobile */
@media (max-width: 991.98px) {
  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }

  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }

  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Center social links on mobile */
  .top-header .row > .col-lg-4:last-child {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 10px !important;
  }

  .right-top {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    align-items: center !important;
    margin-top: 10px !important;
  }

  .right-top .nav.social {
    display: flex !important;
    justify-content: center !important;
    width: auto !important;
    margin: 0 auto !important;
    flex-wrap: nowrap !important;
  }

  .right-top .nav.social .nav-item {
    margin: 0 5px;
  }
}

