.favorite-count-wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.account-info-wrapper {
  background-color: #fff;
  font-size: 24px;
}

.account-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: -40px;
}
@media screen and (max-width: 768px) {
  .account-info {
    flex-direction: column;
  }
}

.no-favorites, .no-orders {
  display: flex;
  padding: 15% 0;
  justify-content: center;
  color: #bfbfbf;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.course-list + .no-favorites,
.order-list + .no-orders {
  display: none;
}

.favorite-count {
  white-space: nowrap;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .btn--profile {
    width: 100%;
    margin-top: 20px;
  }
}

.square-list .book-detail-title {
  height: auto;
}

.book-author {
  margin-top: 5px;
}
/*# sourceMappingURL=favorites.css.map */
