/* RideGo mobile footer columns v312 */
@media (max-width: 767.98px) {
  .site-footer {
    padding-top: 28px !important;
  }

  .site-footer .footer-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: start !important;
    column-gap: 20px !important;
    row-gap: 0 !important;
    width: 100% !important;
  }

  .site-footer .footer-brand-block {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    padding: 0 0 18px !important;
  }

  .site-footer .footer-column {
    display: flex !important;
    flex-direction: column !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 16px 0 14px !important;
    border-top: 1px solid var(--rg-line) !important;
    gap: 2px !important;
  }

  .site-footer .footer-column h2 {
    margin: 0 0 8px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    letter-spacing: .1em !important;
  }

  .site-footer .footer-column a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 32px !important;
    padding: 3px 0 !important;
    font-size: 12.5px !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
  }

  .site-footer .footer-bottom {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    width: 100% !important;
    gap: 8px 14px !important;
    margin-top: 8px !important;
    padding-top: 16px !important;
    font-size: 11.5px !important;
  }

  .site-footer .footer-bottom a {
    max-width: 100% !important;
    text-align: right !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }
}

@media (max-width: 359.98px) {
  .site-footer .footer-grid {
    column-gap: 12px !important;
  }

  .site-footer .footer-column a {
    font-size: 11.75px !important;
  }

  .site-footer .footer-bottom {
    grid-template-columns: 1fr !important;
  }

  .site-footer .footer-bottom a {
    text-align: left !important;
  }
}
/* /RideGo mobile footer columns v312 */
