.favorites-page {
  margin: 2em auto;
  max-width: 720px;
}

.favorites-header {
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.favorites-header h1 {
  margin: 0 0 12px;
  color: #34495e;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
}

.favorites-header p {
  margin: 0;
  color: #8a8a8a;
  font-size: 16px;
  line-height: 1.7;
}

.favorites-list {
  margin-top: 28px;
}

.favorite-item {
  margin-bottom: 28px;
}

.favorite-title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.favorite-title a {
  color: #34495e;
  text-decoration: none;
}

.favorite-title a:hover {
  color: #c05b4d;
}

.favorite-summary {
  margin: 0 0 8px;
  color: #8a8a8a;
  font-size: 16px;
  line-height: 1.7;
}

.favorite-date {
  color: #8a8a8a;
  font-size: 15px;
}

.favorites-empty {
  color: #8a8a8a;
}

@media (max-width: 767px) {
  .favorites-page {
    margin-left: auto;
    margin-right: auto;
  }

  .favorites-header h1 {
    font-size: 26px;
  }

  .favorites-header p {
    font-size: 16px;
  }

  .favorite-title {
    font-size: 21px;
  }
}
