/* Favorites page */
.favorites {
  background-color: var(--color-bg-accent);
  padding-bottom: 40px;
}

@media (min-width: 1550px) {
  .background-texture .favorites {
    background: none;
  }
  .background-texture .favorites .container {
    background: var(--color-bg-accent);
    margin: 20px auto;
    padding: 20px 2.5rem;
    border-radius: 12px;
  }
}

.favorites .title-section__title-text {
  margin: 0;
}

.favorites .settings__view {
  justify-content: flex-end;
  margin-bottom: 30px;
}

.favorites .c-alert--blue {
  margin-bottom: 20px;
  padding: 1.5rem;
  border-radius: 5px;
  font-size: 1.5rem;
  border: 1px solid #a6d5e8;
}
