/* Shared InJourney footer styles. */

.footer-bg {
  background: #f6a029;
  color: #fff;
  padding: 36px 0 30px;
}

.footer-bg .container {
  max-width: 1180px;
}

.footer-center {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.footer-center + .footer-center {
  margin-top: 16px;
}

.footer-center a {
  color: #fff;
  text-decoration: none;
}

.footer-center img {
  filter: brightness(0) invert(1);
  height: auto;
  max-width: 122px;
}

.managed-by {
  color: #fff;
  font-size: 9px;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 0 0 6px;
  width: 100%;
}

.asset-media {
  align-items: center;
  border: 1.5px solid #fff;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  float: none;
  font-size: 14px;
  height: 34px;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 34px;
}

.menus-title-tfooters-middles {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  float: none;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  padding: 3px 16px;
}

.footer-bg hr {
  border-color: rgba(255, 255, 255, 0.35) !important;
  margin: 18px auto 12px !important;
  max-width: 990px;
}

.footer-copyright {
  color: #fff;
  font-size: 11px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

@media (max-width: 700px) {
  .footer-bg {
    padding: 42px 16px 72px;
  }

  .footer-center {
    gap: 10px;
  }

  .menus-title-tfooters-middles {
    border-right: 0;
    padding: 4px 10px;
    width: 100%;
  }

  .footer-copyright {
    margin-bottom: 0;
  }
}
