.e8OperatorFooter {
  border-top: 1px solid rgb(15 23 42 / 6%);
  color: #667085;
  padding: 10px 16px 12px;
}

.e8OperatorFooter__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.6875rem;
  gap: 4px 10px;
  justify-content: center;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
}

.e8OperatorFooter__copy {
  margin: 0;
}

.e8OperatorFooter__links {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  white-space: nowrap;
}

.e8OperatorFooter__links a {
  color: inherit;
  text-decoration: none;
}

.e8OperatorFooter__links a:hover,
.e8OperatorFooter__links a:focus-visible {
  color: #344054;
  text-decoration: underline;
}

.mktFoot__operator {
  color: #98a2b3;
  font-size: 0.6875rem;
  line-height: 1.45;
  margin: 8px 0 0;
}

@media (max-width: 640px) {
  .e8OperatorFooter__inner,
  .e8OperatorFooter__links {
    display: block;
  }

  .e8OperatorFooter__links {
    margin-top: 3px;
  }

  .e8OperatorFooter__links span {
    margin: 0 5px;
  }
}
