.curating_main_audio_book_list_title {
  margin: 0 1%;
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  color: #484848;
  padding: 24px 0 21px 0;
}

@media all and (max-width: 991px) {
  .curating_main_audio_book_list_title {
    font-size: 24px;
    line-height: 29px;
    padding: 15px 0 10px 20px;
    margin: 0;
  }
}

.curating_audio_book_block {
  display: flex;
  flex-wrap: wrap;
}

@media all and (max-width: 991px) {
  .curating_audio_book_block {
    padding: 0 20px;
    margin: 0 -1%;
  }
}

@media all and (max-width: 767px) {
  .curating_audio_book_block {
    margin: 0;
  }
}

.curating_audio_book_block .audiobook_card {
  width: 23%;
  max-width: 23%;
  margin: 0 1% 18px 1%;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
}

.curating_audio_book_block .audiobook_card a {
  display: block;
}

@media all and (max-width: 991px) {
  .curating_audio_book_block .audiobook_card {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
  }

  .curating_audio_book_block .audiobook_card a {
    display: flex;
  }
}

.curating_audio_book_block .audiobook_card_img_block {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 168px;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  padding: 0 0 56% 0;
  box-sizing: border-box;
  background-image: url("/themes/custom/omia_theme/images/omia/audiobook_card_img_bk.jpg");
  background-size: 100% auto;
}

@media all and (max-width: 991px) {
  .curating_audio_book_block .audiobook_card_img_block {
    width: 140px;
    padding: 0;
  }
}

.curating_audio_book_block .audiobook_card_img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.curating_audio_book_block .audiobook_card_img img {
  width: auto;
  height: auto;
  max-height: 90%;
  max-width: 150px;
}

@media all and (max-width: 991px) {
  .curating_audio_book_block .audiobook_card_img img {
    max-height: 92%;
    max-width: 92%;
  }
}

.curating_audio_book_block .audiobook_card_headphones_icon {
  width: 35px;
  height: 35px;
  border-radius: 6px;
  background-color: #000;
  background-image: url("/themes/custom/omia_theme/images/omia/audiobook_card_headphones_icon.png");
  background-repeat: no-repeat;
  background-size: 23px 24px;
  background-position: center;
  position: absolute;
  bottom: 5%;
  left: 13px;
  z-index: 10;
}

.curating_audio_book_block .audiobook_card_minute {
  height: 22px;
  line-height: 22px;
  color: #d8d8d8;
  font-size: 13px;
  text-align: center;
  background-color: #000;
  padding: 0 12px;
  border-radius: 11px;
  position: absolute;
  right: 8px;
  bottom: 5%;
  z-index: 10;
}

.curating_audio_book_block .audiobook_card_main_block {
  width: 100%;
  position: relative;
  padding: 11px 12px 4px 12px;
  box-sizing: border-box;
  min-height: 150px;
}

@media all and (max-width: 991px) {
  .curating_audio_book_block .audiobook_card_main_block {
    flex: 1;
    min-height: 140px;
    padding: 10px 12px 0 12px;
  }
}

.curating_audio_book_block .audiobook_card_teacher {
  width: 100%;
  height: 15px;
  line-height: 15px;
  font-size: 13px;
  overflow: hidden;
  color: #229ad3;
  margin: 0 0 8px 0;
  word-wrap: break-word;
  word-break: break-all;
}

.curating_audio_book_block .audiobook_card_title {
  width: 100%;
  min-height: 22px;
  height: 44px;
  overflow: hidden;
  line-height: 22px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.curating_audio_book_block .audiobook_card_list {
  width: 100%;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  color: #484848;
  font-size: 14px;
  margin: 0 0 9px 0;
  word-wrap: break-word;
  word-break: break-all;
}

.curating_audio_book_block .audiobook_card_tag_block {
  width: 100%;
  overflow: hidden;
}

.curating_audio_book_block .audiobook_card_tag {
  height: 28px;
  background-color: #efefef;
  line-height: 28px;
  color: #000;
  text-align: center;
  font-size: 12px;
  float: left;
  margin: 0 8px 3px 0;
  padding: 0 14px;
  border-radius: 14px;
}
