.banner {
  background: rgba(255, 255, 255, 0.1);
  display: block;
  color: #dbdbdb;
  text-decoration: none;
  padding: 5px 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.banner a {
  color: inherit;
  text-decoration: none;
}
.banner a:hover {
  text-decoration: underline;
}
.banner > .container {
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-auto-flow: column;
}
.banner > .container:has(> ul) {
  font-size: 0.8125rem;
}
.banner > .container:has(> ul) > ul {
  display: grid;
  list-style: none;
  grid-auto-flow: column;
  gap: 1rem;
  justify-content: space-evenly;
}
.banner > .container:has(> ul) > ul:first-child:not(:last-child) {
  justify-content: start;
}
.banner > .container:has(> ul) > ul:last-child {
  justify-content: end;
}
.banner > .container:not(:has(> ul, > ol):only-child) {
  display: grid;
  place-items: center;
}
.banner > .container:not(:has(> ul, > ol):only-child) > :only-child {
  text-align: center;
}
.banner > .container:not(:has(> ul, > ol):only-child) > :only-child a {
  color: white;
  text-decoration: underline;
}

/*# sourceMappingURL=banner.css.map */
