.ttg-notification {
  text-align: center;
  background-color: var(--ttg-notification-bg-color);
  color: var(--ttg-notification-color);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.ttg-notification__content {
  width: 100%;
}
.ttg-notification .ttg-button {
  margin-top: 0.625rem;
  width: auto;
}
@media (min-width: 1025px) {
  .ttg-notification .ttg-button {
    margin-top: 0px;
    margin-left: 0.625rem;
  }
}
.ttg-notification .btn {
  border-radius: 8px;
  height: 40px;
  text-transform: uppercase;
  white-space: nowrap;
}

/*# sourceMappingURL=ttg-notification.css.map*/