.book-detail-title {
  display: flex;
}

.book-detail-image {
  flex-shrink: 0;
  margin-right: 40px;
}

.book-detail-price {
  font-size: 44px;
  font-weight: 600;
  text-align: center;
}

.book-detail-practical-info li {
  margin-bottom: 10px;
}
.book-detail-practical-info li:last-child {
  margin-bottom: 0;
}

.book-detail-image {
  height: 180px;
  width: 135px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  box-shadow: 4px -4px 1px 0 #ddd, 3px -3px 0 0 #ddd;
}
.book-detail-image:before {
  width: 100%;
  position: absolute;
  top: -4px;
  left: 4px;
  height: 1px;
  background-color: #000;
  content: "";
  display: block;
}
.book-detail-image:after {
  height: 100%;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 1px;
  background-color: #000;
  content: "";
  display: block;
}
.course-item .book-detail-image {
  margin: 0 auto;
}
/*# sourceMappingURL=book-detail.css.map */
