.prose-prep-post-blog blockquote {
  border: 6px solid #ffe9ca !important;
  font-style: italic;
  margin-bottom: 1.4rem !important;
  margin-top: 1.4rem !important;
  padding: 28px;
  position: relative;
}

.prose-prep-post-blog blockquote:before {
  background: url(../images/quote.jpg) 50% no-repeat;
  content: '';
  height: 3rem;
  left: 1rem;
  position: absolute;
  top: -1.8rem;
  width: 3.5rem;
}

.prose-prep-post-blog a {
  color: #1a56db;
  text-decoration: none;
}

.prose-prep-post-blog a:hover {
  color: #00e;
  text-decoration: underline;
}

.prose-prep-post-blog ol {
  display: block;
  list-style-type: decimal;
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

.prose-prep-post-blog ol::marker {
  font-variant-numeric: tabular-nums;
  text-align: start !important;
  -moz-text-align-last: start !important;
  text-align-last: start !important;
  text-indent: 0 !important;
  text-transform: none;
  unicode-bidi: isolate;
}

.prose-prep-post-blog ul {
  display: block;
  list-style-type: disc;
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

.prose-prep-post-blog li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}

.prose-prep-post-blog .tox-checklist > li:not(.tox-checklist--hidden) {
  list-style: none;
  margin: 0.25em 0;
}

.prose-prep-post-blog .tox-checklist > li:not(.tox-checklist--hidden):before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Crect width='15' height='15' x='.5' y='.5' fill='none' fill-rule='evenodd' stroke='%234C4C4C' rx='2'/%3E%3C/svg%3E");
  cursor: pointer;
  height: 1em;
  margin-left: -1.5em;
  margin-top: 0.125em;
  position: absolute;
  width: 1em;
}

.prose-prep-post-blog .table-of-contents {
  background: #fafafa;
  margin-bottom: 0.5rem;
  padding: 1em;
  position: relative;
}

.prose-prep-post-blog .table-of-contents input[type='checkbox'] {
  left: -100vw;
  position: absolute;
}

.prose-prep-post-blog
  .table-of-contents
  input[type='checkbox']:checked
  ~ .toc_wrapper {
  max-height: 1000px;
  overflow-y: scroll;
}

.prose-prep-post-blog
  .table-of-contents
  input[type='checkbox']:checked
  ~ .toc_header
  .toggle_status {
  transform: rotate(0);
}

.prose-prep-post-blog .table-of-contents .toc_wrapper > .toc_item,
.prose-prep-post-blog .table-of-contents .toc_wrapper > .toc_item > a,
.prose-prep-post-blog .table-of-contents .toc_wrapper > li,
.prose-prep-post-blog .table-of-contents .toc_wrapper > li > a {
  font-weight: 600;
}

.prose-prep-post-blog .table-of-contents .toc_wrapper_inner a {
  font-weight: 400;
}

.prose-prep-post-blog .table-of-contents ol,
.prose-prep-post-blog .table-of-contents ul {
  list-style: square;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 1rem;
}

.prose-prep-post-blog .table-of-contents .toc_item,
.prose-prep-post-blog .table-of-contents li {
  display: list-item;
  margin: 0.5rem 0;
}

.prose-prep-post-blog .table-of-contents .toc_item::marker,
.prose-prep-post-blog .table-of-contents li::marker {
  color: #ff9e00;
}

.prose-prep-post-blog .table-of-contents a {
  color: var(--gray-900);
}

.prose-prep-post-blog .table-of-contents a:hover {
  color: var(--blue-500);
}

.prose-prep-post-blog tr:hover {
  background-color: #e1f5fe;
}

.prose-prep-post-blog .table {
  border-style: inherit;
  height: auto !important;
  width: 100% !important;
}

.prose-prep-post-blog .table:after {
  border-collapse: collapse;
  cursor: auto;
  float: none;
  text-align: left;
  white-space: nowrap;
}

.prose-prep-post-blog table {
  border: 1px double #b3b3b3;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  margin: 0.9em auto;
  max-width: 100%;
  overflow-x: auto;
}

.prose-prep-post-blog table:after {
  border-collapse: collapse;
  cursor: auto;
  float: none;
  text-align: left;
  white-space: nowrap;
}

.prose-prep-post-blog table tbody,
.prose-prep-post-blog table tfoot,
.prose-prep-post-blog table thead,
.prose-prep-post-blog table tr {
  border: inherit;
}

.prose-prep-post-blog table tr td {
  border: inherit;
  min-width: 2em;
  padding: 0.4em;
}

.prose-prep-post-blog .todo-list li {
  margin-bottom: 5px;
  position: relative;
}

.prose-prep-post-blog .todo-list__label > input {
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: var(--ck-todo-list-checkmark-size);
  left: -25px;
  margin-left: 0;
  margin-right: -15px;
  position: relative;
  right: 0;
  vertical-align: middle;
  width: var(--ck-todo-list-checkmark-size);
}

.prose-prep-post-blog .todo-list__label > input:after {
  border-color: transparent;
  border-style: solid;
  border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8)
    calc(var(--ck-todo-list-checkmark-size) / 8) 0;
  box-sizing: content-box;
  content: '';
  display: block;
  height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
  left: calc(var(--ck-todo-list-checkmark-size) / 3);
  pointer-events: none;
  position: absolute;
  top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  transform: rotate(45deg);
  width: calc(var(--ck-todo-list-checkmark-size) / 5.3);
}

.prose-prep-post-blog .todo-list__label > input:before {
  border: 1px solid #333;
  border-radius: 2px;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: box-shadow 0.25s ease-in-out;
  width: 100%;
}

.prose-prep-post-blog .todo-list__label > input[checked]:after {
  border-color: #fff;
}

.prose-prep-post-blog .todo-list__label > input[checked]:before {
  background: #26ab33;
  border-color: #26ab33;
}

.prose-prep-post-blog figcaption {
  color: #444;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  line-height: 17px;
  margin: 6px 0 26px;
  text-align: left;
}

.prose-prep-post-blog figure.table {
  overflow-x: scroll;
}

.prose-prep-post-blog figure.image {
  clear: both;
  display: table;
  margin: 0.9em auto;
  min-width: 50px;
  text-align: center;
}

.prose-prep-post-blog figure.image > figcaption {
  background-color: #f7f7f7;
  caption-side: bottom;
  color: #333;
  display: table-caption;
  font-size: 0.75em;
  outline-offset: -1px;
  padding: 0.6em;
  word-break: break-word;
}

@keyframes to-left-ani {
  0% {
    transform: translate(30px);
  }

  to {
    transform: translate(0);
  }
}

@keyframes light-to-left-ani {
  0% {
    left: 100%;
  }

  to {
    left: 0;
  }
}

.prose-prep-post-blog .premium-box {
  background: #0071f9;
  border-radius: 12px;
  overflow: hidden;
  padding: 12px;
  position: relative;
}

.prose-prep-post-blog .premium-box,
.prose-prep-post-blog .premium-content {
  align-items: center;
  display: flex;
  justify-content: center;
}

.prose-prep-post-blog .premium-content {
  color: #fff;
  font-size: 14px;
  gap: 40px;
}

.prose-prep-post-blog .premium-content .btn {
  background: #fff;
  border-radius: 12px;
  color: #0071f9;
  padding: 8px 12px;
}

.prose-prep-post-blog .obj-ani {
  animation-duration: 1s;
  animation-name: to-left-ani;
}

.prose-prep-post-blog .premium-content .box-ani {
  align-items: center;
  display: flex;
  gap: 12px;
}

.prose-prep-post-blog .premium-content .box-ani .obj-ani:nth-child(2) {
  animation-duration: 1.5s;
}

.prose-prep-post-blog .light-item {
  animation-duration: 1.7s;
  animation-iteration-count: infinite;
  animation-name: light-to-left-ani;
  background: linear-gradient(180deg, #fff, #ffffff80);
  height: 200%;
  left: 0;
  margin-left: -30%;
  position: absolute;
  transform: rotate(20deg);
  width: 60px;
}

.prose-prep-post-blog .light-2 {
  animation-delay: 0.2s;
  opacity: 0.5;
}

.prose-prep-post-blog .box-ani.mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .prose-prep-post-blog .box-ani.desktop {
    display: none;
  }

  .prose-prep-post-blog .box-ani.mobile {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .prose-prep-post-blog .box-ani.mobile div:first-child {
    align-items: center;
    display: flex;
    gap: 12px;
  }
}

.prose-prep-post-blog .collapse-expand {
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
  background: #ebf5ff;
}

.prose-prep-post-blog .collapse-expand .collapse-expand-toggle {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.prose-prep-post-blog
  .collapse-expand
  .collapse-expand-toggle:checked
  ~ .collapse-expand-content {
  max-height: none;
  opacity: 1;
  visibility: visible;
  margin-bottom: 5px;
  margin-left: -16px;
}

.prose-prep-post-blog
  .collapse-expand
  .collapse-expand-toggle:checked
  ~ .collapse-expand-label
  .open-text {
  display: none;
}

.prose-prep-post-blog
  .collapse-expand
  .collapse-expand-toggle:checked
  ~ .collapse-expand-label
  .close-text {
  display: inline;
}

.prose-prep-post-blog
  .collapse-expand
  .collapse-expand-toggle:checked
  ~ .collapse-expand-label::after {
  transform: rotate(180deg);
}

.prose-prep-post-blog .collapse-expand .collapse-expand-content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 1rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.prose-prep-post-blog .collapse-expand .collapse-expand-label {
  cursor: pointer;
  border-radius: 16px;
  background: #ebf5ff;
  padding: 10px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
}

.prose-prep-post-blog .collapse-expand .collapse-expand-label .open-text {
  display: inline;
}

.prose-prep-post-blog .collapse-expand .collapse-expand-label .close-text {
  display: none;
}

.prose-prep-post-blog
  .collapse-expand
  .collapse-expand-toggle:checked
  ~ .collapse-expand-label
  .close-text::after {
  transform: rotate(-180deg);
}

.prose-prep-post-blog .collapse-expand .collapse-expand-label svg {
  fill: #0071f9;
  transition:
    transform 0.3s ease,
    fill 0.3s ease;
  margin-top: -4px;
}

.prose-prep-post-blog
  .collapse-expand
  .collapse-expand-toggle:checked
  ~ .collapse-expand-label
  svg {
  transform: rotate(-180deg);
  fill: #0071f9;
  margin-top: -5px;
}

.prose-prep-post-blog .collapse-expand .text-collapse-button {
  color: #0071f9;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.07px;
}

.prose-prep-post-blog .collapse-expand .icon-collapse {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  padding: 2px;
  transform: rotate(-180deg);
}

.prose-prep-post-blog .collapse-expand .form-button {
  display: flex;
  align-items: center;
}
