:root {
  --octoground-focus-color: #0FA6AB;
  --octoground-focus-glow: rgba(15, 166, 171, 0.28);
}
html .og_lft {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
html .og_lft .fa {
  font-size: 18px;
}
html .og_lft input.btn.btn_bg,
html .og_lft a.btn.btn_bg {
  transition: 0.3s;
}
html .og_lft input.btn.btn_bg:hover,
html .og_lft a.btn.btn_bg:hover {
  border-color: #0a9ea4 !important;
  box-shadow: 0 0 0 0.2rem rgb(72, 190, 195) !important;
}
html .og_lft input.btn.btn_bg:hover .fa,
html .og_lft a.btn.btn_bg:hover .fa {
  color: #ffffff;
}
html .og_lft a.btn.btn_bg {
  display: flex;
  background: none;
  border-color: #ffffff;
  width: inherit !important;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
html .og_lft a.btn.btn_bg .fa {
  color: #ffffff !important;
}

.book-glavi .g0 .chapt input.btn.btn-primary {
  transition: 0.3s;
}
.book-glavi .g0 .chapt input.btn.btn-primary:hover {
  border: 1px solid #ffffff;
  background-color: inherit !important;
}

.anwer_bottom_btn {
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: space-between;
}
.anwer_bottom_btn, .anwer_bottom_btn_vote, .anwer_bottom_btn_vote > div {
  display: flex;
  align-items: center;
}
.anwer_bottom_btn_vote {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.anwer_bottom_btn_vote .votes,
.anwer_bottom_btn_vote .votesred {
  margin-bottom: 0 !important;
  margin-left: 3px;
}
.anwer_bottom_btn_vote svg {
  cursor: pointer;
}
.anwer_bottom_btn_vote svg.active_dis.dis {
  fill: #0a9ea4;
}
.anwer_bottom_btn_vote svg.active_like.like {
  fill: #0a9ea4;
}

.comment_send {
  margin: 12px 0;
}
.comment_send_bottom {
  margin-top: 19px;
  justify-content: space-between;
}
.comment_send .right {
  width: 100%;
}
.comment_send .left {
  width: 61px;
}
.comment_send textarea, .comment_send textarea:active, .comment_send textarea:focus {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #cccccc;
  resize: none;
  padding: 13px 17px;
}
.comment_send textarea:focus::-moz-placeholder {
  color: transparent;
}
.comment_send textarea:focus::placeholder {
  color: transparent;
}
.comment_send textarea::-moz-placeholder {
  color: #cccccc;
}
.comment_send textarea::placeholder {
  color: #cccccc;
}
.comment_all_btn {
  font-size: 14px;
  color: #adadad;
  font-weight: 500;
  display: block;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.comment_chpt_user {
  flex-direction: column;
  align-items: baseline !important;
}
.comment_chpt_user .lnk.nxt_img,
.comment_chpt_user a.comment-author-link {
  margin: 0;
  color: #0fa6ab;
  text-decoration: none;
}
.comment_chpt_user a.comment-author-link:hover {
  text-decoration: underline;
}
.comment_chpt_user span {
  font-size: 14px;
  color: #888888;
  line-height: normal;
}

.comment_send_form #comment_send_form_textarea {
  height: 54px;
}
.comment_send_form_submit, .comment_send_form #comment_send_form_select {
  border-radius: 8px;
  letter-spacing: 0.6px;
  border: 1px solid #DADFE4;
  font-size: 14px;
  transition: 0.3s;
  cursor: pointer;
}
.comment_send_form_submit:hover, .comment_send_form #comment_send_form_select:hover {
  border-color: #0FA6AB !important;
}
.comment_send_form #comment_send_form_select {
  padding: 5px 10px;
  color: #ADADAD;
}
.comment_send_form_submit {
  background: none;
  color: #0FA6AB;
  text-transform: lowercase;
}

.edit_comment_textarea, .edit-comment-form {
  margin-bottom: 30px;
}
.edit_comment_textarea textarea, .edit-comment-form textarea {
  overflow: hidden;
  resize: none;
  border-radius: 8px;
  border: 1px solid #DADFE4;
  padding: 13px 17px;
  width: 100%;
}
.edit_comment_textarea button, .edit-comment-form button {
  border-radius: 8px;
  transition: 0.3s;
  font-size: 14px;
  padding: 1px 6px;
  background: none;
}
.edit_comment_textarea button:nth-child(2), .edit_comment_textarea button:first-child, .edit-comment-form button:nth-child(2), .edit-comment-form button:first-child {
  border: 1px solid #0fa6ab;
}
.edit_comment_textarea button:nth-child(2):hover, .edit_comment_textarea button:first-child:hover, .edit-comment-form button:nth-child(2):hover, .edit-comment-form button:first-child:hover {
  box-shadow: 0px 0px 10px 1px rgba(72, 190, 195, 0.3);
}
.edit_comment_textarea button:last-child, .edit-comment-form button:last-child {
  border: 1px solid rgba(120, 120, 120, 0.527);
}
.edit_comment_textarea button:last-child:hover, .edit-comment-form button:last-child:hover {
  box-shadow: 0px 0px 5px 1px rgba(120, 120, 120, 0.3);
}
.comment_send textarea:focus-visible,
.comment_send_form #comment_send_form_select:focus-visible,
.comment_send_form_submit:focus-visible,
.edit_comment_textarea textarea:focus-visible,
.edit_comment_textarea button:focus-visible,
.edit-comment-form textarea:focus-visible,
.edit-comment-form button:focus-visible {
  outline: 2px solid var(--octoground-focus-color);
  outline-offset: 2px;
  border-color: var(--octoground-focus-color);
  box-shadow: 0 0 0 3px var(--octoground-focus-glow);
}
.answer_commit {
  max-width: 500px;
  margin: 20px auto 0 auto;
  display: none;
}
.answer_commit_all {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 54px;
  min-height: 54px;
  padding: 5px 10px;
  margin-bottom: 10px;
  resize: none;
  border-radius: 8px;
  background-color: #ffffff;
  outline: none;
  overflow-y: hidden;
  line-height: 20px;
  transition: 0.3s;
}
.answer_commit .btn {
  width: auto !important;
  text-decoration: none !important;
}
.answer_commit .answer_btn_commit {
  border: 1px solid #0fa6ab;
  transition: 0.3s;
}
.answer_commit .answer_btn_commit:hover {
  box-shadow: 0px 0px 10px 1px rgba(72, 190, 195, 0.3);
}
.answer_commit .hide_btn_commit {
  border: 1px solid rgba(120, 120, 120, 0.527);
  transition: 0.3s;
}
.answer_commit .hide_btn_commit:hover {
  box-shadow: 0px 0px 5px 1px rgba(120, 120, 120, 0.3);
}

.qre {
  justify-content: space-between;
  width: 100%;
}

.white-popup {
  max-width: 800px !important;
}
.white-popup table {
  width: 100%;
}
.white-popup table th {
  font-weight: normal;
  padding: 10px 15px;
}
.white-popup table td {
  padding: 10px 15px;
}
.white-popup table tr:nth-child(2n) {
  background: #33b2b7;
  color: #ffffff !important;
}

.like-show-chapters__col svg {
  cursor: pointer;
}

li.wh1 {
  background: none !important;
}

html body .fbtext {
  font-size: 16px;
  transition: 0.3s;
  outline: none;
  border: 1px solid transparent;
  position: relative;
  text-align: left;
}
html body .fbtext.active {
  border: 1px solid #0a9ea4;
  padding: 5px 10px 50px 10px;
  border-radius: 8px;
}
html body .fbtext.active .book-btn-primary {
  display: inherit;
}
html body .fbtext .book-btn-primary {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  padding: 5px 10px;
}

.qre .lazy-media {
  opacity: 1 !important;
}

li.wh0 {
  background: none !important;
}

.og_chpt_comment .subcommitm {
  width: calc(100% - 175px);
}

.comment-thread__toggle {
  margin-top: 12px;
  background: none;
  border: none;
  color: #0fa6ab;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  column-gap: 6px;
  padding: 0;
  cursor: pointer;
  transition: color 0.3s ease;
}

.comment-thread__toggle:hover,
.comment-thread__toggle:focus {
  color: #0a9ea4;
  text-decoration: none;
}

.comment-thread__toggle .comment-thread__count {
  display: inline-flex;
  align-items: center;
}

.comment-thread__children {
  display: none;
  margin-left: 55px;
  padding-left: 20px;
  margin-top: 16px;
  border-left: 1px solid #dbe5e6;
}

.comment-thread__children.is-open {
  display: block;
}

.comment-thread__children .commitm {
  margin-left: 0;
  width: 100% !important;
}

.comment-thread__children .subcommitm {
  margin-left: 0;
  width: 100% !important;
}

.answer_url_og, .answer_url_og:hover {
  cursor: pointer;
  text-decoration: none !important;
}
.book-review-block.display-mode-0 .commitm.myrow,
.book-review-block-og.display-mode-0 .commitm.myrow {
  padding: 8px 0 6px;
  border-bottom: 1px solid #e4e7ea;
  display: block;
  width: 100%;
  clear: both;
}
.book-review-block.display-mode-0 .commitm.myrow .col-md-10,
.book-review-block-og.display-mode-0 .commitm.myrow .col-md-10 {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4px;
  width: 100%;
}
.book-review-block.display-mode-0 .commitm.myrow .og_comment_info,
.book-review-block-og.display-mode-0 .commitm.myrow .og_comment_info {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 6px;
  margin: 0;
  width: 100%;
}
.book-review-block.display-mode-0 .commitm.myrow .og_comment_info > a,
.book-review-block-og.display-mode-0 .commitm.myrow .og_comment_info > a {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.book-review-block.display-mode-0 .commitm.myrow .og_comment_info .sgray2,
.book-review-block-og.display-mode-0 .commitm.myrow .og_comment_info .sgray2 {
  grid-column: 2;
  min-width: 0;
  width: 100%;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.book-review-block.display-mode-0 .commitm.myrow .og_comment_info .flex,
.book-review-block-og.display-mode-0 .commitm.myrow .og_comment_info .flex {
  grid-column: 3;
  margin: 0 !important;
  align-self: start;
  display: inline-flex;
  align-items: center;
  column-gap: 8px !important;
}
.book-review-block.display-mode-0 .commitm.myrow .comment-text,
.book-review-block.display-mode-0 .commitm.myrow .fbtext,
.book-review-block-og.display-mode-0 .commitm.myrow .comment-text,
.book-review-block-og.display-mode-0 .commitm.myrow .fbtext {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #2f3236;
  width: 100%;
  max-width: 100%;
  word-break: break-word;
}
.book-review-block.display-mode-0 .commitm.myrow .comment-text span,
.book-review-block.display-mode-0 .commitm.myrow .fbtext span,
.book-review-block-og.display-mode-0 .commitm.myrow .comment-text span,
.book-review-block-og.display-mode-0 .commitm.myrow .fbtext span {
  font-weight: 400;
}
.book-review-block.display-mode-0 .commitm.myrow .anwer_bottom_btn,
.book-review-block-og.display-mode-0 .commitm.myrow .anwer_bottom_btn {
  margin: 0;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 12px;
  width: 100%;
}
.book-review-block.display-mode-0 .commitm.myrow .anwer_bottom_btn_vote,
.book-review-block-og.display-mode-0 .commitm.myrow .anwer_bottom_btn_vote {
  display: inline-flex;
  align-items: center;
  column-gap: 14px;
  margin-left: auto;
}
.book-review-block.display-mode-0 .commitm.myrow .anwer_bottom_btn_vote .votes,
.book-review-block.display-mode-0 .commitm.myrow .anwer_bottom_btn_vote .votesred,
.book-review-block-og.display-mode-0 .commitm.myrow .anwer_bottom_btn_vote .votes,
.book-review-block-og.display-mode-0 .commitm.myrow .anwer_bottom_btn_vote .votesred {
  font-size: 12px;
  color: #6f757b;
}
.book-review-block.display-mode-0 .commitm.myrow .answer_url_og,
.book-review-block-og.display-mode-0 .commitm.myrow .answer_url_og {
  font-size: 16px;
  font-weight: 500;
  color: #0fa6ab !important;
  text-decoration: none;
}
.book-review-block.display-mode-0 .commitm.myrow .answer_url_og:hover,
.book-review-block-og.display-mode-0 .commitm.myrow .answer_url_og:hover {
  color: #0a9ea4 !important;
}
.book-review-block.display-mode-0 .commitm.myrow .og_comment_info img,
.book-review-block-og.display-mode-0 .commitm.myrow .og_comment_info img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.book-review-block.display-mode-0 .commitm.myrow .og_comment_info .sgray2,
.book-review-block-og.display-mode-0 .commitm.myrow .og_comment_info .sgray2 {
  font-size: 12px;
  line-height: 1.2;
  color: #8a8f95;
}
.book-review-block.display-mode-0 .commitm.myrow .og_comment_info .sgray2 b,
.book-review-block-og.display-mode-0 .commitm.myrow .og_comment_info .sgray2 b {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: #2f3236;
}
.book-review-block.display-mode-0 .commitm.myrow .og_comment_info .sgray2 b a,
.book-review-block-og.display-mode-0 .commitm.myrow .og_comment_info .sgray2 b a {
  color: #2f3236;
  text-decoration: none;
}
.book-review-block.display-mode-0 .commitm.myrow .og_comment_info .sgray2 b a:hover,
.book-review-block-og.display-mode-0 .commitm.myrow .og_comment_info .sgray2 b a:hover {
  color: #2f3236;
  text-decoration: none;
}
.book-review-block.display-mode-0 .commitm.myrow .adm_delete_comments,
.book-review-block.display-mode-0 .commitm.myrow .adm_edit_comments,
.book-review-block-og.display-mode-0 .commitm.myrow .adm_delete_comments,
.book-review-block-og.display-mode-0 .commitm.myrow .adm_edit_comments {
  margin-left: 0;
}
.book-review-block.display-mode-0 .commitm.myrow:last-child,
.book-review-block-og.display-mode-0 .commitm.myrow:last-child {
  border-bottom: none;
}
.book-review-block.display-mode-0 .commitm.myrow .comment-thread__toggle,
.book-review-block-og.display-mode-0 .commitm.myrow .comment-thread__toggle {
  margin-top: 2px;
  width: 100%;
  justify-content: flex-start;
  padding: 8px 10px;
  border-radius: 0;
  background: #eef1ec;
  color: #5f6368;
  font-size: 16px;
  font-weight: 500;
}
.book-review-block.display-mode-0 .comment-chapter-title,
.book-review-block-og.display-mode-0 .comment-chapter-title {
  display: inline-block;
  width: fit-content;
  margin: 1px 0 0 36px;
  padding: 2px 8px;
  border-radius: 10px;
  background: #f0f1f2;
  color: #666b70;
  font-size: 12px;
  line-height: 1.2;
}
.book-review-block.display-mode-0 .comment-actions-menu,
.book-review-block-og.display-mode-0 .comment-actions-menu {
  position: relative;
}
.book-review-block.display-mode-0 .comment-actions-menu__trigger,
.book-review-block-og.display-mode-0 .comment-actions-menu__trigger {
  list-style: none;
  cursor: pointer;
  color: #7f858b;
  font-size: 18px;
  line-height: 1;
}
.book-review-block.display-mode-0 .comment-actions-menu__trigger::-webkit-details-marker,
.book-review-block-og.display-mode-0 .comment-actions-menu__trigger::-webkit-details-marker {
  display: none;
}
.book-review-block.display-mode-0 .comment-actions-menu__list,
.book-review-block-og.display-mode-0 .comment-actions-menu__list {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
  min-width: 136px;
  background: #fff;
  border: 1px solid #e4e7ea;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  padding: 4px 0;
  display: flex;
  flex-direction: column;
}
.book-review-block.display-mode-0 .comment-actions-menu__list .edit-comment-btn,
.book-review-block.display-mode-0 .comment-actions-menu__list .adm_delete_comments,
.book-review-block-og.display-mode-0 .comment-actions-menu__list .edit-comment-btn,
.book-review-block-og.display-mode-0 .comment-actions-menu__list .adm_delete_comments {
  margin: 0;
  padding: 6px 10px;
  color: #2f3236;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}
.book-review-block.display-mode-0 .comment-actions-menu__list .adm_delete_comments,
.book-review-block-og.display-mode-0 .comment-actions-menu__list .adm_delete_comments {
  color: #d73737;
}
html .book-review-block-og article .j14c, html .og_chpt_comment article .j14c, .og_chpt_comment_item article .j14c {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
html .book-review-block-og article .j14c .editfbc, html .og_chpt_comment article .j14c .editfbc, .og_chpt_comment_item article .j14c .editfbc {
  background: none;
  border: none;
  padding: 0;
  opacity: 1;
  transition: 0.3s;
}
html .book-review-block-og article .j14c .editfbc:hover, html .og_chpt_comment article .j14c .editfbc:hover, .og_chpt_comment_item article .j14c .editfbc:hover {
  color: #0a9ea4;
}
html .book-review-block-og .blogcol, html .og_chpt_comment .blogcol, .og_chpt_comment_item .blogcol {
  display: flex;
}
html .book-review-block-og > h3, html .og_chpt_comment > h3, .og_chpt_comment_item > h3 {
  text-align: center;
  max-width: 500px;
}
html .book-review-block-og > h3 a, html .og_chpt_comment > h3 a, .og_chpt_comment_item > h3 a {
  text-align: center !important;
}
html .book-review-block-og > h3:first-child, html .og_chpt_comment > h3:first-child, .og_chpt_comment_item > h3:first-child {
  margin: 15px auto;
}
html .book-review-block-og > h3:not(:first-child), html .og_chpt_comment > h3:not(:first-child), .og_chpt_comment_item > h3:not(:first-child) {
  margin: 40px auto 15px auto;
}
html .book-review-block-og img, html .og_chpt_comment img, .og_chpt_comment_item img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 50%;
}
html .book-review-block-og .nxt_img, html .og_chpt_comment .nxt_img, .og_chpt_comment_item .nxt_img {
  margin-left: 5px;
}
html .book-review-block-og .size14, html .og_chpt_comment .size14, .og_chpt_comment_item .size14 {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
html .book-review-block-og .commitm, html .og_chpt_comment .commitm, .og_chpt_comment_item .commitm {
  margin: 0 auto;
  border-bottom: none !important;
}
html .book-review-block-og .commitm:not(:last-child), html .og_chpt_comment .commitm:not(:last-child), .og_chpt_comment_item .commitm:not(:last-child) {
  padding-bottom: 30px !important;
}
html .book-review-block-og .commitm:last-child, html .og_chpt_comment .commitm:last-child, .og_chpt_comment_item .commitm:last-child {
  padding-bottom: 0px !important;
}
html .book-review-block-og .commitm.myrow, html .og_chpt_comment .commitm.myrow, .og_chpt_comment_item .commitm.myrow {
  display: inherit;
}
html .book-review-block-og .commitm .size14, html .og_chpt_comment .commitm .size14, .og_chpt_comment_item .commitm .size14 {
  justify-content: space-between;
}
html .book-review-block-og .commitm .shadowpad, html .og_chpt_comment .commitm .shadowpad, .og_chpt_comment_item .commitm .shadowpad {
  margin: 0 !important;
}
html .book-review-block-og .commitm .sgray2, html .og_chpt_comment .commitm .sgray2, .og_chpt_comment_item .commitm .sgray2 {
  padding: 0 !important;
}
html .book-review-block-og .commitm .sgray2 span, html .og_chpt_comment .commitm .sgray2 span, .og_chpt_comment_item .commitm .sgray2 span {
  color: #888888;
  font-size: 14px;
}
html .book-review-block-og .commitm .og_comment_info, html .og_chpt_comment .commitm .og_comment_info, .og_chpt_comment_item .commitm .og_comment_info {
  margin-bottom: 4px;
  align-items: inherit !important;
}
html .book-review-block-og .commitm .og_comment_info .sgray2, html .og_chpt_comment .commitm .og_comment_info .sgray2, .og_chpt_comment_item .commitm .og_comment_info .sgray2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html .book-review-block-og .commitm .og_comment_info h3, html .og_chpt_comment .commitm .og_comment_info h3, .og_chpt_comment_item .commitm .og_comment_info h3 {
  margin: 0;
  width: 60%;
}
html .book-review-block-og .commitm.subcommitm, html .og_chpt_comment .commitm.subcommitm, .og_chpt_comment_item .commitm.subcommitm {
  width: inherit !important;
}
html .book-review-block-og .commitm .col-md-10, html .og_chpt_comment .commitm .col-md-10, .og_chpt_comment_item .commitm .col-md-10 {
  width: 100% !important;
}
html .book-review-block-og .commitm .col-md-10:last-child, html .og_chpt_comment .commitm .col-md-10:last-child, .og_chpt_comment_item .commitm .col-md-10:last-child {
  padding: 0;
}
html .book-review-block-og .commitm .smi, html .og_chpt_comment .commitm .smi, .og_chpt_comment_item .commitm .smi {
  color: #0fa6ab;
  font-weight: 500;
  font-size: 16px;
}
.og_chpt_comment_item .subcommitm {
  margin-left: 175px;
}
html .book-review-block-og_item, html .og_chpt_comment_item, .og_chpt_comment_item_item {
  margin-bottom: 20px;
}
html .reviews-cards .og_chpt_comment_item {
  background: #fff;
  border: 1px solid #e3e8eb;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  padding: 16px 18px;
}
html .reviews-cards .og_chpt_comment_item + .og_chpt_comment_item {
  margin-top: 20px;
}
html .reviews-cards .og_chpt_comment_item:last-child {
  margin-bottom: 0;
}
html .og_chpt_comment_item .review-text-expand-btn,
html .reviews-cards .review-text-expand-btn,
.fbtext .review-text-expand-btn {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #0a9ea4;
  background: #fff;
  border: 1px solid #0a9ea4;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 6px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
html .og_chpt_comment_item .review-text-expand-btn:hover,
html .reviews-cards .review-text-expand-btn:hover,
.fbtext .review-text-expand-btn:hover {
  color: #fff;
  background: #0a9ea4;
  border-color: #0a9ea4;
}
html .reviews-cards .comment-book-context {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  margin: 8px 0 12px;
}
html .reviews-cards .comment-book-context__cover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
html .reviews-cards .comment-book-context__cover img {
  width: 56px;
  height: 78px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}
html .reviews-cards .comment-book-context__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 200px;
}
html .reviews-cards .comment-book-context__links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  color: #555;
}
html .reviews-cards .comment-book-context__details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 13px;
  color: #7b7f84;
}
html .reviews-cards .comment-book-context__link {
  color: #0a9ea4;
  text-decoration: none;
}
html .reviews-cards .comment-book-context__link:hover {
  text-decoration: underline;
}
html .reviews-cards .og_chpt_comment_item .size14 > div > a[href*="/search/details/"] {
  display: inline-block;
  cursor: pointer;
}
html .reviews-cards .og_chpt_comment_item a.comment-author-link {
  color: #0a9ea4;
  text-decoration: underline;
  cursor: pointer;
}
html .reviews-cards .og_chpt_comment_item a.comment-author-link:hover {
  opacity: 0.85;
}
html .reviews-cards .comment-book-context__actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-left: auto;
  align-self: flex-start;
  flex-shrink: 0;
}
html .reviews-cards .comment-book-context .comment-cta {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  text-decoration: none;
  flex-shrink: 0;
}
html .reviews-cards .comment-book-context .comment-cta--secondary {
  background: #fff;
  color: #0a9ea4;
  border: 1px solid #0a9ea4;
}
html .reviews-cards .comment-book-context .comment-cta--secondary:hover {
  opacity: 0.85;
}
html .my-trail__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
html .my-trail__item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 16px;
  padding: 16px;
  border: 1px solid #e3e8eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}
html .my-trail__cover img {
  width: 72px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}
html .my-trail__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
html .my-trail__title a {
  color: #0a9ea4;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
html .my-trail__meta,
html .my-trail__rating,
html .my-trail__comment-title,
html .my-trail__date {
  font-size: 13px;
  color: #6a6f73;
}
html .my-trail__comment-text {
  font-size: 14px;
  color: #2f3336;
}
html .my-trail__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
}
html .my-trail__cta-secondary {
  background: #fff;
  color: #0a9ea4;
  border: 1px solid #0a9ea4;
}
html .my-marks__item {
  display: grid;
  grid-template-columns: 60px auto 1fr auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}
html .my-marks__cover img {
  width: 52px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}
html .my-marks__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
html .my-marks__date,
html .my-marks__status {
  font-size: 12px;
  color: #7b7f84;
}
html .my-marks__actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
html .my-marks__cta-secondary {
  background: #fff;
  color: #0a9ea4;
  border: 1px solid #0a9ea4;
}
html .book-review-block-og_item:nth-child(1), html .og_chpt_comment_item:nth-child(1), .og_chpt_comment_item_item:nth-child(1) {
  margin-top: 20px;
}
html .book-review-block-og_item .og_pced1 .size14, html .og_chpt_comment_item .og_pced1 .size14, .og_chpt_comment_item_item .og_pced1 .size14 {
  justify-content: space-between;
}
html .book-review-block-og_item .og_pced1 .size14 div, html .og_chpt_comment_item .og_pced1 .size14 div, .og_chpt_comment_item_item .og_pced1 .size14 div {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
html .book-review-block-og_item .fbtext, html .og_chpt_comment_item .fbtext, .og_chpt_comment_item_item .fbtext {
  font-size: 16px;
  margin-bottom: 5px;
}
html .book-review-block-og_item span.j14c *, html .og_chpt_comment_item span.j14c *, .og_chpt_comment_item_item span.j14c * {
  font-size: 14px;
  opacity: 0.6;
}
html .book-review-block-og_item span.j14c * span,
html .book-review-block-og_item span.j14c * div:nth-child(2), html .og_chpt_comment_item span.j14c * span,
html .og_chpt_comment_item span.j14c * div:nth-child(2), .og_chpt_comment_item_item span.j14c * span,
.og_chpt_comment_item_item span.j14c * div:nth-child(2) {
  white-space: nowrap;
}
html .book-review-block-og_item span.j14c span,
html .book-review-block-og_item span.j14c div:nth-child(2), html .og_chpt_comment_item span.j14c span,
html .og_chpt_comment_item span.j14c div:nth-child(2), .og_chpt_comment_item_item span.j14c span,
.og_chpt_comment_item_item span.j14c div:nth-child(2) {
  white-space: nowrap;
}

.chpt-og_comment {
  padding: 0;
}
.chpt-og_comment > span {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
  padding: 20px 20px 0 20px;
}
.chpt-og_comment > span .likes-show-chapters {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.chpt-og_comment > span .likes-show-chapters > div {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.chpt-og_comment > span .likes-show-chapters > div:nth-child(2) {
  align-items: center;
}
.chpt-og_comment > span .likes-show-chapters > div > div {
  margin: 0;
}
.chpt-og_comment .og_chpt_comment {
  padding: 0 20px;
}
.chpt-og_comment_input {
  position: sticky;
  bottom: 0;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.92));
  padding-bottom: 20px;
  border-radius: 0 0 8px 8px;
}
.chpt-og_comment_input textarea {
  max-width: 85%;
  margin: 30px auto 0 auto;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 54px;
  min-height: 54px;
  padding: 10px;
  margin-bottom: 10px;
  resize: none;
  border-radius: 8px;
  background-color: #ffffff;
  outline: none;
  overflow-y: hidden;
  line-height: 20px;
  transition: 0.3s;
}
.chpt-og_comment_input input {
  width: -moz-max-content;
  width: max-content;
  padding: 5px 20px;
  margin: 0 auto;
}

html.active {
  overflow: hidden;
}
html.active body {
  overflow: overlay;
}
html.active::-webkit-scrollbar, html.active::-webkit-scrollbar-track, html.active::-webkit-scrollbar-thumb {
  opacity: 0;
}

.mfp-content {
  margin-top: 30px;
}

.og_pced1 .size14 {
  justify-content: flex-start;
}

.og_pced1 article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.og_chpt_comment_item .comment-avatar,
html .book-review-block-og_item .comment-avatar,
.og_comment_info .comment-avatar {
  width: 40px;
  height: 40px;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 50%;
  flex-shrink: 0;
}
.og_intro {
  font-size: 16px;
  margin: 0 !important;
  padding: 0;
}
.og_intro p {
  font-size: 14px !important;
}
.og_intro p:last-child {
  max-width: 540px;
  padding: 10px;
  border-radius: 8px;
  background: #0a9ea4;
  color: #ffffff;
}
.og_intro p:last-child b {
  letter-spacing: 1px;
}

html .wp_del .chptitle {
  line-height: normal;
}
html .wp_del .form-control {
  margin: 15px 0 5px 0;
}
html .wp_del .btn.btn-danger {
  margin: 0 auto;
  display: block;
}

.chapt .hid,
.chaptfree .hid {
  width: 100%;
}
.chapt .chptitle.tooltip_og_adm,
.chaptfree .chptitle.tooltip_og_adm {
  text-align: center;
  max-width: 670px;
}
.chapt .chptitle,
.chaptfree .chptitle {
  overflow: hidden;
  position: relative;
  max-width: 850px;
  display: block;
  text-overflow: ellipsis;
  line-height: 25px;
}
.chapt a.chptitle:link,
.chapt a.chptitle:visited,
.chapt a.chptitle:active,
.chaptfree a.chptitle:link,
.chaptfree a.chptitle:visited,
.chaptfree a.chptitle:active {
  line-height: 25px;
}

.adm_delete_comments {
  color: red;
  transition: 0.2s;
  cursor: pointer;
}
.adm_delete_comments:hover {
  color: #0a9ea4;
}

.mfp-container::-webkit-scrollbar {
  display: none;
}

.latestCommnenst_new {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.latestCommnenst_new > div > a > img {
  max-width: 120px;
}/*# sourceMappingURL=book.css.map */
.book-social-proof {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fafefe;
}
.book-social-proof h3 {
  margin: 0 0 8px;
  font-size: 15px;
}
.book-social-proof__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.book-social-proof__quote {
  margin: 0;
  padding: 8px;
  border-left: 3px solid #0fa6ab;
  background: #fff;
}
.book-social-proof__quote p {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.35;
}
.book-social-proof__quote cite {
  font-style: normal;
  font-size: 12px;
  color: #666;
}
.book-social-proof__pinned {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f2fbfc;
  border: 1px solid #d7eff1;
}
.book-social-proof__pinned strong {
  display: block;
  margin-bottom: 4px;
}
.book-social-proof__pinned p {
  margin: 0 0 4px;
}
.book-social-proof__pinned cite {
  font-style: normal;
  color: #666;
}
@media (max-width: 767px) {
  .book-social-proof__list {
    grid-template-columns: 1fr;
  }
}

/* Mobile book page reviews: force compact layout on actual .og_chpt_comment containers */
@media (max-width: 768px) {
  html .og_chpt_comment .commitm.myrow,
  html .book-review-block-og .commitm.myrow {
    padding: 8px 0 6px !important;
    border-bottom: 1px solid #e4e7ea !important;
  }

  html .og_chpt_comment .commitm.myrow .col-md-10,
  html .book-review-block-og .commitm.myrow .col-md-10 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 4px !important;
    width: 100% !important;
  }

  html .og_chpt_comment .commitm.myrow .og_comment_info,
  html .book-review-block-og .commitm.myrow .og_comment_info {
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) auto !important;
    column-gap: 6px !important;
    align-items: start !important;
    margin: 0 !important;
    width: 100% !important;
  }

  html .og_chpt_comment .commitm.myrow .og_comment_info > a,
  html .book-review-block-og .commitm.myrow .og_comment_info > a {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  html .og_chpt_comment .commitm.myrow .og_comment_info .sgray2,
  html .book-review-block-og .commitm.myrow .og_comment_info .sgray2 {
    grid-column: 2;
    margin: 0 !important;
    min-width: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 12px;
    line-height: 1.2;
    color: #8a8f95;
  }

  html .og_chpt_comment .commitm.myrow .og_comment_info .sgray2 b,
  html .book-review-block-og .commitm.myrow .og_comment_info .sgray2 b {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    color: #2f3236;
  }

  html .og_chpt_comment .commitm.myrow .og_comment_info img,
  html .book-review-block-og .commitm.myrow .og_comment_info img {
    width: 30px !important;
    height: 30px !important;
  }

  html .og_chpt_comment .commitm.myrow .og_comment_info .flex,
  html .book-review-block-og .commitm.myrow .og_comment_info .flex {
    grid-column: 3;
    margin: 0 !important;
  }

  html .og_chpt_comment .commitm.myrow .fbtext,
  html .book-review-block-og .commitm.myrow .fbtext {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  html .og_chpt_comment .commitm.myrow .anwer_bottom_btn,
  html .book-review-block-og .commitm.myrow .anwer_bottom_btn {
    margin: 0 !important;
    padding-top: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  html .og_chpt_comment .commitm.myrow .comment-chapter-title,
  html .book-review-block-og .commitm.myrow .comment-chapter-title {
    display: inline-block;
    width: fit-content;
    margin: 1px 0 0 36px;
    padding: 2px 8px;
    border-radius: 10px;
    background: #f0f1f2;
    color: #666b70;
    font-size: 12px;
    line-height: 1.2;
  }

  html .og_chpt_comment .comment-actions-menu,
  html .book-review-block-og .comment-actions-menu {
    position: relative;
  }

  html .og_chpt_comment .comment-actions-menu__trigger,
  html .book-review-block-og .comment-actions-menu__trigger {
    list-style: none;
    cursor: pointer;
    color: #7f858b;
    font-size: 18px;
    line-height: 1;
  }

  html .og_chpt_comment .comment-actions-menu__trigger::-webkit-details-marker,
  html .book-review-block-og .comment-actions-menu__trigger::-webkit-details-marker {
    display: none;
  }

  html .og_chpt_comment .comment-actions-menu__list,
  html .book-review-block-og .comment-actions-menu__list {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 20;
    min-width: 136px;
    background: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    padding: 4px 0;
    display: flex;
    flex-direction: column;
  }

  html .og_chpt_comment .comment-actions-menu__list .edit-comment-btn,
  html .og_chpt_comment .comment-actions-menu__list .adm_delete_comments,
  html .book-review-block-og .comment-actions-menu__list .edit-comment-btn,
  html .book-review-block-og .comment-actions-menu__list .adm_delete_comments {
    margin: 0 !important;
    padding: 6px 10px;
    font-size: 13px;
    color: #2f3236 !important;
    white-space: nowrap;
  }

  html .og_chpt_comment .comment-actions-menu__list .adm_delete_comments,
  html .book-review-block-og .comment-actions-menu__list .adm_delete_comments {
    color: #d73737 !important;
  }
}
