.autry-block-notification {
  margin: 1px 0;
}
.autry-block-notification[aria-hidden] {
  display: none;
}
.autry-block-notification .notification-inner {
  background-color: #5a5a5a;
}
.autry-block-notification .container {
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
  grid-gap: 1rem;
  max-width: none;
  grid-template-columns: 1fr 24px;
  align-items: center;
}
.autry-block-notification .notification-content {
  color: #f5f5f0;
  margin-left: calc(24px + 1rem);
  text-align: center;
}
.autry-block-notification .notification-content * {
  color: inherit;
}
.autry-block-notification .notification-content p {
  line-height: 1.2;
  margin: 0 auto;
  max-width: 1160px;
}
.autry-block-notification .notification-content p + p {
  margin-top: 1em;
}
.autry-block-notification .notification-content a {
  color: inherit;
  text-decoration: underline;
}
.autry-block-notification .notification-close {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23c8c8c8'%3E %3Cpath d='M 2.1005 0.6863 L 0.6863 2.1005 L 10.5858 12 L 0.6863 21.8995 L 2.1005 23.3137 L 12 13.4142 L 21.8995 23.3137 L 23.3137 21.8995 L 13.4142 12 L 23.3137 2.1005 L 21.8995 0.6863 L 12 10.5858 L 2.1005 0.6863 Z'/%3E %3C/svg%3E");
  display: block;
  height: 24px;
  width: 24px;
}
.autry-block-notification .notification-close:hover,
.autry-block-notification .notification-close:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E %3Cpath d='M 2.1005 0.6863 L 0.6863 2.1005 L 10.5858 12 L 0.6863 21.8995 L 2.1005 23.3137 L 12 13.4142 L 21.8995 23.3137 L 23.3137 21.8995 L 13.4142 12 L 23.3137 2.1005 L 21.8995 0.6863 L 12 10.5858 L 2.1005 0.6863 Z'/%3E %3C/svg%3E");
}
.autry-block-notification .notification-close:focus-visible {
  outline: 1px dotted #ffffff;
  outline-offset: 2px;
}
@keyframes fadeAway {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/*# sourceMappingURL=autry-block-notification.library.css.map*/