/* ---------------------------------------------------------
   FOOTER – GLOBAL
--------------------------------------------------------- */

.site-footer {
  font-family: 'Montserrat', sans-serif;
}

/* light grey area */
.footer-main {
  background: #D9D9D9;
  color: #333;
}

/* dark bottom bar */
.footer-bottom {
  background: #1F1F1F;
}

/* headings (column titles) */
.footer-heading {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0.75rem;
}

/* links in columns */
.footer-list a {
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  margin-bottom: 0.35rem;
}

.footer-list a:hover {
  text-decoration: underline;
}

/* contact text */
.footer-contact {
  font-size: 14px;
}

.footer-contact a {
  color: #333;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

/* platform time block (simple text, no pill) */
#footer-platform-time {
  line-height: 1.3;
}

/* Highsoft logo & text */
.footer-highsoft-logo {
  height: 22px;
}

.footer-highsoft-wrap span {
  white-space: nowrap;
}

/* responsive tweaks */
@media (max-width: 767.98px) {
  .footer-heading {
    text-align: center;
  }

  .footer-list,
  .footer-contact {
    text-align: center;
  }

  .footer-highsoft-wrap {
    flex-direction: column;
  }

  .footer-highsoft-logo {
    margin-top: 4px;
  }
}