.abn-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  width: 100%;
  padding: 0.75rem 1rem;
  font-weight: 600;
  background: #f6f6f6;
  color: #111;
}

.abn-banner__content {
  flex: 1 1 auto;
  text-align: center;
}

.abn-banner__text--mobile {
  display: none;
}

.abn-banner__mobile-line {
  display: block;
}

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

a.abn-banner__content:hover,
a.abn-banner__content:focus {
  /*background: #ededed;*/
  /*color: #111;*/
}

.abn-banner__close {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.abn-banner__close:hover,
.abn-banner__close:focus {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .abn-banner__text--desktop {
    display: none;
  }

  .abn-banner__text--mobile {
    display: block;
  }
}
