.notification-subscription {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 1rem;
  background: var(--color-light-beige);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  padding: 1.25rem 1rem;
  color: var(--color-brown-medium);
}

.notification-text {
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
}

.notification-buttons {
  display: flex;
  justify-content: space-between;
}

.catalog-new__message {
  margin-top: 1rem;
}

/*# sourceMappingURL=new.css.map */
