/* BASE */
.tt-footer {
  background: #000;
  color: #e6e6e6;
  font-family: Arial, sans-serif;
}

/* CENTER CONTAINER */
.tt-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 24px 30px;
}

/* BRAND */
.tt-footer-brand {
  margin-bottom: 12px;
}

.tt-brand {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* MAIN BBC ROW */
.tt-footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 12px 0;
  margin-bottom: 14px;
}

.tt-footer-row a {
  color: #e6e6e6;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.tt-footer-row a:hover {
  text-decoration: underline;
}

/* FOLLOW */
.tt-footer-follow {
  font-size: 13px;
  margin-bottom: 10px;
}

.tt-footer-follow a {
  margin-left: 10px;
  color: #e6e6e6;
  text-decoration: none;
}

/* LEGAL */
.tt-footer-legal {
  font-size: 12px;
  margin-bottom: 6px;
}

.tt-footer-legal a {
  margin-right: 14px;
  color: #bdbdbd;
  text-decoration: none;
}

/* COPYRIGHT */
.tt-footer-copy {
  font-size: 12px;
  color: #9a9a9a;
}

/* MOBILE */
@media (max-width: 768px) {
  .tt-footer-row {
    overflow-x: auto;
    white-space: nowrap;
  }
}
