.site-singler-page .inside-article .article-content h1, .site-singler-page .inside-article .article-content h2 {
  counter-reset: h3-section;
}
.site-singler-page .inside-article .article-content .has-inline-color.has-vivid-purple-color {
  color: #9b51e0;
}
.site-singler-page .inside-article .article-content .has-inline-color.has-pale-pink-color {
  color: #f78da7;
}
.site-singler-page .inside-article .article-content .has-inline-color.has-vivid-red-color {
  color: #cf2e2e;
}
.site-singler-page .inside-article .article-content .has-inline-color.has-luminous-vivid-orange-color {
  color: #ff6900;
}
.site-singler-page .inside-article .article-content .has-inline-color.has-luminous-vivid-amber-color {
  color: #fcb900;
}
.site-singler-page .inside-article .article-content .has-inline-color.has-light-green-cyan-color {
  color: #7bdcb5;
}
.site-singler-page .inside-article .article-content .has-inline-color.has-vivid-green-cyan-color {
  color: #00d084;
}
.site-singler-page .inside-article .article-content .has-inline-color.has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.site-singler-page .inside-article .article-content .has-inline-color.has-vivid-cyan-blue-color {
  color: #0693e3;
}
.site-singler-page .inside-article .article-content .has-inline-color.has-vivid-purple-color {
  color: #9b51e0;
}
.site-singler-page .inside-article .article-content .gb-headline {
  align-items: flex-start !important;
}
.site-singler-page .inside-article .article-content .gb-headline .gb-icon {
  line-height: 32px;
}
.site-singler-page .inside-article .article-content .gb-container {
  margin-left: auto;
  margin-right: auto;
}
.site-singler-page .inside-article .article-content h2.gb-headline .gb-icon svg, .site-singler-page .inside-article .article-content h3.gb-headline .gb-icon svg, .site-singler-page .inside-article .article-content h4.gb-headline .gb-icon svg {
  width: 26px !important;
  height: 26px !important;
}
.site-singler-page .inside-article .article-content h2.gb-headline .gb-headline-text, .site-singler-page .inside-article .article-content h3.gb-headline .gb-headline-text, .site-singler-page .inside-article .article-content h4.gb-headline .gb-headline-text {
  line-height: 26px;
}
.site-singler-page .inside-article .article-content h3 {
  color: #222027;
}
.site-singler-page .inside-article .article-content h3[data-index] {
  display: flex;
  align-items: flex-start;
  counter-increment: h3-section;
}
.site-singler-page .inside-article .article-content h3[data-index]::before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: #7e5ded;
  margin-right: 10px;
  content: counter(h3-section);
  flex-shrink: 0;
  margin-top: -3px;
}
.site-singler-page .inside-article .article-content h3[data-index] .tip {
  font-size: 16px;
  line-height: 24px;
}
.site-singler-page .inside-article .article-content h3[data-index] .rating-stars {
  margin-top: 2px;
}
.site-singler-page .inside-article .article-content ul {
  margin: 0 0 1.5em 0;
}
.site-singler-page .inside-article .article-content ul li {
  list-style: none;
  position: relative;
  padding-left: 17px;
}
.site-singler-page .inside-article .article-content ul li img {
  margin: 20px 0;
}
.site-singler-page .inside-article .article-content ul li img:not([height]) {
  height: 0;
  margin: 0;
}
.site-singler-page .inside-article .article-content ul li:not(.skip-item)::before {
  position: absolute;
  top: 9.5px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #222027;
  content: "";
}
.site-singler-page .inside-article .article-content ul.order-style-1 {
  margin-left: 20px;
}
.site-singler-page .inside-article .article-content ul.order-style-1 li {
  padding-left: 17px;
}
.site-singler-page .inside-article .article-content ul.order-style-1 li:not(.skip-item)::before {
  top: 6px;
  width: 8px;
  height: 10px;
  background: url(../../images/icon_triangle.svg) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 0;
}
.site-singler-page .inside-article .article-content ul.order-style-2 {
  margin-left: 20px;
}
.site-singler-page .inside-article .article-content ul.order-style-2 li {
  padding-left: 24px;
}
.site-singler-page .inside-article .article-content ul.order-style-2 li:not(.skip-item)::before {
  top: 7px;
  width: 14px;
  height: 10px;
  background: url(../../images/icon_list_gou.svg) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 0;
}
.site-singler-page .inside-article .article-content ul.order-style-3 {
  margin-left: 20px;
}
.site-singler-page .inside-article .article-content ul.order-style-3 li {
  padding-left: 22px;
}
.site-singler-page .inside-article .article-content ul.order-style-3 li:not(.skip-item)::before {
  top: 6px;
  width: 12px;
  height: 12px;
  background: url(../../images/icon_purple_dot.svg) no-repeat center center;
  background-size: 100% 100%;
}
.site-singler-page .inside-article .article-content ol {
  list-style: none;
  margin: 0 0 1.5em 0;
  counter-reset: section;
}
.site-singler-page .inside-article .article-content ol li:not(.skip-item)::before {
  counter-increment: section;
  content: counter(section) ". ";
}
.site-singler-page .inside-article .article-content ol, .site-singler-page .inside-article .article-content ul {
  margin-left: 20px;
}
.site-singler-page .inside-article .article-content ol li .wp-block-image, .site-singler-page .inside-article .article-content ul li .wp-block-image {
  margin: 20px 0;
}
.site-singler-page .inside-article .article-content ol li:not(:last-child), .site-singler-page .inside-article .article-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.site-singler-page .inside-article .article-content .table-container-style-1,
.site-singler-page .inside-article .article-content .table-container-style-2 {
  --table-theme-color: #9175f0;
  --table-thead-color: #fff;
  margin: 20px 0;
  overflow-x: auto;
}
.site-singler-page .inside-article .article-content .table-container-style-1 td,
.site-singler-page .inside-article .article-content .table-container-style-2 td {
  min-width: 120px;
  padding: 16px;
}
.site-singler-page .inside-article .article-content .table-container-style-1 td img,
.site-singler-page .inside-article .article-content .table-container-style-2 td img {
  vertical-align: middle;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .wp-block-table table,
.site-singler-page .inside-article .article-content .table-container-style-2 .wp-block-table table {
  border-collapse: separate;
  display: table;
  width: 100%;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .wp-block-table table tr td,
.site-singler-page .inside-article .article-content .table-container-style-2 .wp-block-table table tr td {
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #e3e2e6;
  border-right: 1px solid #e3e2e6;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .wp-block-table table tr td:nth-child(1),
.site-singler-page .inside-article .article-content .table-container-style-2 .wp-block-table table tr td:nth-child(1) {
  border-left: 1px solid #e3e2e6;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .wp-block-table table tr:nth-child(1),
.site-singler-page .inside-article .article-content .table-container-style-2 .wp-block-table table tr:nth-child(1) {
  background-color: var(--table-theme-color);
}
.site-singler-page .inside-article .article-content .table-container-style-1 .wp-block-table table tr:nth-child(1) td,
.site-singler-page .inside-article .article-content .table-container-style-2 .wp-block-table table tr:nth-child(1) td {
  color: var(--table-thead-color);
  line-height: 22px;
  font-weight: 600;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .wp-block-table table tr:nth-child(1) td:first-child,
.site-singler-page .inside-article .article-content .table-container-style-2 .wp-block-table table tr:nth-child(1) td:first-child {
  border-left: unset;
  border-radius: 12px 0 0 0;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .wp-block-table table tr:nth-child(1) td:last-child,
.site-singler-page .inside-article .article-content .table-container-style-2 .wp-block-table table tr:nth-child(1) td:last-child {
  border-right: unset;
  border-radius: 0 12px 0 0;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .wp-block-table table tr:last-child td:first-child,
.site-singler-page .inside-article .article-content .table-container-style-2 .wp-block-table table tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .wp-block-table table tr:last-child td:last-child,
.site-singler-page .inside-article .article-content .table-container-style-2 .wp-block-table table tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .tablepress,
.site-singler-page .inside-article .article-content .table-container-style-2 .tablepress {
  border-collapse: separate;
  display: table;
  overflow-x: auto;
  margin-bottom: 0;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .tablepress thead tr,
.site-singler-page .inside-article .article-content .table-container-style-2 .tablepress thead tr {
  background-color: var(--table-theme-color) !important;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .tablepress thead tr th,
.site-singler-page .inside-article .article-content .table-container-style-2 .tablepress thead tr th {
  font-size: 16px;
  color: var(--table-thead-color);
  line-height: 22px;
  font-weight: 600;
  background-color: transparent;
  border-right: 1px solid #e3e2e6;
  border-bottom: 1px solid #e3e2e6;
  padding: 16px;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .tablepress thead tr th:first-child,
.site-singler-page .inside-article .article-content .table-container-style-2 .tablepress thead tr th:first-child {
  border-radius: 12px 0 0 0;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .tablepress thead tr th:last-child,
.site-singler-page .inside-article .article-content .table-container-style-2 .tablepress thead tr th:last-child {
  border-radius: 0 12px 0 0;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .tablepress tbody tr td,
.site-singler-page .inside-article .article-content .table-container-style-2 .tablepress tbody tr td {
  border-top: none;
  border-right: 1px solid #e3e2e6;
  border-bottom: 1px solid #e3e2e6;
  background-color: transparent;
  padding: 16px;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .tablepress tbody tr td:nth-child(1),
.site-singler-page .inside-article .article-content .table-container-style-2 .tablepress tbody tr td:nth-child(1) {
  border-left: 1px solid #e3e2e6;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .tablepress tbody tr:last-child td:first-child,
.site-singler-page .inside-article .article-content .table-container-style-2 .tablepress tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .tablepress tbody tr:last-child td:last-child,
.site-singler-page .inside-article .article-content .table-container-style-2 .tablepress tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.site-singler-page .inside-article .article-content .table-container-style-1 .tablepress > .row-hover > tr:hover > *,
.site-singler-page .inside-article .article-content .table-container-style-2 .tablepress > .row-hover > tr:hover > * {
  background-color: transparent;
}
.site-singler-page .inside-article .article-content .table-container-style-2 {
  --table-theme-color: #F2EEFD;
  --table-thead-color: #222027;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons {
  position: relative;
  padding: 28px 20px;
  border-radius: 16px;
  border: 1px solid #7e5ded;
  margin: 33px 0;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons > * {
  margin-bottom: 0;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons .tip {
  position: absolute;
  top: -13px;
  left: 20px;
  height: 26px;
  padding: 3px 10px 3px 32px;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  font-size: 16px;
  box-sizing: border-box;
  background-color: #7e5ded;
  border-radius: 13px;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons .tip::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  background: url(../../images/icon_pros.svg) no-repeat center center;
  background-size: 100% 100%;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-1 {
  border: 1px solid #ff9142;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-1 .tip {
  background-color: #ff9142;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-1 .tip::before {
  background-image: url(../../images/icon_cons.svg);
}
.site-singler-page .inside-article .article-content .content-pros-and-cons.content-pros-2, .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-2 {
  border: 1px solid #e3e2e6;
  padding-left: 30px;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons.content-pros-2 .tip, .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-2 .tip {
  background-color: #eae5fc;
  color: #7e5ded;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons.content-pros-2 .tip::before, .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-2 .tip::before {
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #7e5ded url(../../images/icon_pros.svg) no-repeat center center;
  background-size: 16px 16px;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons.content-pros-2 ul li:not(.skip-item), .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-2 ul li:not(.skip-item), .site-singler-page .inside-article .article-content .content-pros-and-cons.content-pros-3 ul li:not(.skip-item), .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-3 ul li:not(.skip-item) {
  padding-left: 22px;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons.content-pros-2 ul li:not(.skip-item)::before, .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-2 ul li:not(.skip-item)::before, .site-singler-page .inside-article .article-content .content-pros-and-cons.content-pros-3 ul li:not(.skip-item)::before, .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-3 ul li:not(.skip-item)::before {
  top: 5px;
  width: 14px;
  height: 14px;
  background: url(../../images/icon_gou.svg) no-repeat center center;
  background-size: 100% 100%;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-2 ul li:not(.skip-item), .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-3 ul li:not(.skip-item) {
  padding-left: 21px;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-2 ul li:not(.skip-item)::before, .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-3 ul li:not(.skip-item)::before {
  width: 12px;
  height: 12px;
  background: url(../../images/icon_cha.svg) no-repeat center center;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-2 .tip {
  background: #FFEDE1;
  color: #FF9142;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-2 .tip::before {
  background-color: #FF9142;
  background-image: url(../../images/icon_cons.svg);
}
.site-singler-page .inside-article .article-content .content-pros-and-cons.content-pros-3, .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-3 {
  padding: 36px 20px;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons.content-pros-3 .tip, .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-3 .tip {
  left: 50%;
  padding: 3px 20px;
  transform: translateX(-50%);
}
.site-singler-page .inside-article .article-content .content-pros-and-cons.content-pros-3 .tip::before, .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-3 .tip::before {
  display: none;
  content: none;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-3 {
  border-color: #ff9142;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-3 .tip {
  background-color: #ff9142;
}
.site-singler-page .inside-article .article-content .content-pros-and-cons ul, .site-singler-page .inside-article .article-content .content-pros-and-cons ol {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .site-singler-page .inside-article .article-content .content-reviews {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .site-singler-page .inside-article .article-content .content-reviews .content-pros-and-cons {
    flex: 1;
  }
  .site-singler-page .inside-article .article-content .content-reviews .content-pros-and-cons:not(:first-child) {
    margin-left: 20px;
  }
}
.site-singler-page .inside-article .article-content .hot-badge {
  display: inline-block;
  width: 37px;
  height: 16px;
  background: url(../../images/icon_hot.svg) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 4px;
  vertical-align: text-top;
  margin-top: 4px;
}
.site-singler-page .inside-article .article-content .bonus-badge {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../images/icon_gift_1.svg) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 4px;
  vertical-align: top;
}
.site-singler-page .inside-article .article-content h2 .bonus-badge {
  vertical-align: text-top;
  margin-top: 5px;
}
.site-singler-page .inside-article .article-content h2 .hot-badge {
  margin-top: 8px;
}
.site-singler-page .inside-article .article-content h3 .bonus-badge {
  vertical-align: text-top;
  margin-top: 2px;
}
.site-singler-page .inside-article .article-content .step-label {
  display: block;
  position: relative;
  padding: 3px 0 3px 5px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #7e5ded;
  border-radius: 4px 0 0 4px;
  margin-right: 19px;
  width: fit-content;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .site-singler-page .inside-article .article-content .step-label {
    display: inline-block;
    margin-bottom: 0;
  }
}
.site-singler-page .inside-article .article-content .step-label::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 12px;
  height: 24px;
  background: url(../../images/icon_step_triangle.svg) no-repeat center center;
  background-size: cover;
}
.site-singler-page .inside-article .article-content .step-label-container {
  margin: 20px 0;
}
.site-singler-page .inside-article .article-content .step-label-container .circle-step-item {
  position: relative;
}
.site-singler-page .inside-article .article-content .step-label-container .circle-step-item:not(:last-child) {
  margin-bottom: 20px;
}
.site-singler-page .inside-article .article-content .step-label-container .circle-step-item:not(:last-child)::before {
  position: absolute;
  top: 1px;
  bottom: -20px;
  left: 11px;
  width: 2px;
  background-image: linear-gradient(to bottom, #beaef7 4px, transparent 4px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
  content: "";
}
@media screen and (min-width: 768px) {
  .site-singler-page .inside-article .article-content .step-label-container .circle-step-item:not(:last-child)::before {
    bottom: -24px;
  }
}
@media screen and (min-width: 768px) {
  .site-singler-page .inside-article .article-content .step-label-container .circle-step-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.site-singler-page .inside-article .article-content .step-label-container .circle-step-item .circle-step-head {
  position: relative;
  padding-left: 34px;
  line-height: 24px;
}
.site-singler-page .inside-article .article-content .step-label-container .circle-step-item .circle-step-head::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  content: attr(data-index);
  color: #7e5ded;
  font-weight: 500;
  border-radius: 50%;
  border: 2px solid #7e5ded;
  background: #f1eefd;
  box-sizing: border-box;
}
.site-singler-page .inside-article .article-content .step-label-container .circle-step-item .circle-step-content {
  padding-left: 34px;
  margin-top: 12px;
  line-height: 24px;
}
.site-singler-page .inside-article .article-content .content-note-and-tips {
  padding: 30px;
  border: 1px solid #e3e2e6;
  border-radius: 16px;
}
.site-singler-page .inside-article .article-content .content-note-and-tips > :last-child {
  margin-bottom: 0;
}
.site-singler-page .inside-article .article-content .content-note-and-tips.content-note-1, .site-singler-page .inside-article .article-content .content-note-and-tips.content-tips-1 {
  position: relative;
  padding-top: 57px;
  padding-left: 62px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .site-singler-page .inside-article .article-content .content-note-and-tips.content-note-1, .site-singler-page .inside-article .article-content .content-note-and-tips.content-tips-1 {
    margin: 32px 0;
  }
}
.site-singler-page .inside-article .article-content .content-note-and-tips.content-note-1 .tip, .site-singler-page .inside-article .article-content .content-note-and-tips.content-tips-1 .tip {
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 32px;
  padding-left: 42px;
  font-size: 18px;
  font-weight: 600;
}
.site-singler-page .inside-article .article-content .content-note-and-tips.content-note-1 .tip::before, .site-singler-page .inside-article .article-content .content-note-and-tips.content-tips-1 .tip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../../images/icon_tips.svg) no-repeat center center;
  background-size: 100% 100%;
}
.site-singler-page .inside-article .article-content .content-note-and-tips.content-tips-1 {
  border-color: #beaef6;
  background: #f5f2fe;
}
.site-singler-page .inside-article .article-content .content-note-and-tips.content-tips-1 .tip {
  color: #7e5ded;
}
.site-singler-page .inside-article .article-content .content-note-and-tips.content-note-1 {
  border-color: #ffc8a0;
  background: #fff6ef;
}
.site-singler-page .inside-article .article-content .content-note-and-tips.content-note-1 .tip {
  color: #ff9142;
}
.site-singler-page .inside-article .article-content .content-note-and-tips.content-note-1 .tip::before {
  background-image: url(../../images/icon_warn.svg);
}
.site-singler-page .inside-article .article-content .content-note-and-tips.content-tips-2 {
  position: relative;
  margin: 34px 0 20px;
}
@media screen and (min-width: 768px) {
  .site-singler-page .inside-article .article-content .content-note-and-tips.content-tips-2 {
    margin-top: 46px;
  }
}
.site-singler-page .inside-article .article-content .content-note-and-tips.content-tips-2 .tip {
  position: absolute;
  top: -14px;
  left: 20px;
  color: #7e5ded;
  line-height: 22px;
  padding: 3px 8px 3px 32px;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
}
.site-singler-page .inside-article .article-content .content-note-and-tips.content-tips-2 .tip::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  width: 22px;
  height: 22px;
  background: url(../../images/icon_bulb.svg) no-repeat center center;
  background-size: 100% 100%;
}
.site-singler-page .inside-article .article-content .content-note-and-tips ul, .site-singler-page .inside-article .article-content .content-note-and-tips ol {
  margin-left: 0;
}
.site-singler-page .inside-article .article-content .rating-stars {
  display: inline-flex;
  gap: 2px;
  margin-left: 2px;
  vertical-align: sub;
  margin-left: 8px;
}
.site-singler-page .inside-article .article-content .rating-stars .star {
  position: relative;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: url(../../images/icon_stars.svg) no-repeat;
  background-size: cover;
}
.site-singler-page .inside-article .article-content .rating-stars .star.half {
  background-position-x: -30px;
}
.site-singler-page .inside-article .article-content .rating-stars .star.empty {
  background-position-x: -60px;
}
.site-singler-page .inside-article .article-content .app-intro-1 {
  position: relative;
  padding: 24px;
  border: 1px solid #e3e2e6;
  border-radius: 16px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .site-singler-page .inside-article .article-content .app-intro-1 {
    display: flex;
    align-items: center;
    padding: 32px 0;
    margin: 24px 0;
  }
}
.site-singler-page .inside-article .article-content .app-intro-1::before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-index);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f4f3f6;
  border-right: 1px solid #e1e0e3;
  border-bottom: 1px solid #e1e0e3;
  border-radius: 16px 0px 12px 0px;
  font-size: 20px;
  color: #222027;
}
.site-singler-page .inside-article .article-content .app-intro-1 .left {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-singler-page .inside-article .article-content .app-intro-1 .left {
    width: 33.3333333333%;
    box-sizing: border-box;
  }
}
.site-singler-page .inside-article .article-content .app-intro-1 .left img {
  display: block;
  width: 56px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .site-singler-page .inside-article .article-content .app-intro-1 .left img {
    width: 80px;
  }
}
.site-singler-page .inside-article .article-content .app-intro-1 .left p {
  margin: 6px 10px 0;
  color: #333137;
  font-size: 16px;
}
.site-singler-page .inside-article .article-content .app-intro-1 .left .rating-stars {
  margin-top: 6px;
  text-align: center;
  margin-left: 0;
}
.site-singler-page .inside-article .article-content .app-intro-1 ul, .site-singler-page .inside-article .article-content .app-intro-1 ol {
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .site-singler-page .inside-article .article-content .app-intro-1 ul, .site-singler-page .inside-article .article-content .app-intro-1 ol {
    flex: 1;
    padding: 0 40px;
    margin-top: 0;
    border-left: 1px dashed #e9e8ec;
  }
}
.site-singler-page .inside-article .article-content .app-intro-2 {
  position: relative;
  border: 1px solid #e3e2e6;
  border-radius: 16px;
  padding: 20px 24px 30px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .site-singler-page .inside-article .article-content .app-intro-2 {
    display: flex;
    align-items: center;
    margin: 24px 0;
    padding: 32px 16px;
  }
}
.site-singler-page .inside-article .article-content .app-intro-2 img {
  position: absolute;
  top: 20px;
  left: 24px;
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 768px) {
  .site-singler-page .inside-article .article-content .app-intro-2 img {
    position: static;
    width: 80px;
    height: 80px;
    margin: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .site-singler-page .inside-article .article-content .app-intro-2 .app-content {
    flex: 1;
    padding: 20px;
  }
}
.site-singler-page .inside-article .article-content .app-intro-2 .app-content .app-name {
  display: flex;
  align-items: center;
  padding-left: 48px;
  line-height: 24px;
  color: #222027;
}
.site-singler-page .inside-article .article-content .app-intro-2 .app-content .app-name.no-image {
  padding-left: 0;
}
.site-singler-page .inside-article .article-content .app-intro-2 .app-content .app-name.no-image::before {
  content: unset;
}
.site-singler-page .inside-article .article-content .app-intro-2 .app-content .app-name::before {
  content: "";
  width: 16px;
  height: 48px;
}
.site-singler-page .inside-article .article-content .app-intro-2 .app-content .app-name p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .site-singler-page .inside-article .article-content .app-intro-2 .app-content .app-name p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (min-width: 768px) {
  .site-singler-page .inside-article .article-content .app-intro-2 .app-content .app-name {
    padding-left: 0;
  }
  .site-singler-page .inside-article .article-content .app-intro-2 .app-content .app-name::before {
    content: none;
  }
}
.site-singler-page .inside-article .article-content .app-intro-2 .app-content .app-desc {
  margin-top: 12px;
  font-size: 16px;
  line-height: 26px;
  color: #333137;
}
.site-singler-page .inside-article .article-content .app-intro-2 .app-content .app-desc p {
  font-size: 16px;
  line-height: 26px;
  color: #333137;
}
.site-singler-page .inside-article .article-content .app-intro-2 ul {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .site-singler-page .inside-article .article-content .app-intro-2 ul {
    flex: 1;
    padding: 20px;
  }
}
.site-singler-page .inside-article .article-content .app-intro-1 .order-style-1, .site-singler-page .inside-article .article-content .app-intro-1 .order-style-2, .site-singler-page .inside-article .article-content .app-intro-1 .order-style-3, .site-singler-page .inside-article .article-content .app-intro-2 .order-style-1, .site-singler-page .inside-article .article-content .app-intro-2 .order-style-2, .site-singler-page .inside-article .article-content .app-intro-2 .order-style-3 {
  margin-left: 0;
}
.site-singler-page .inside-article .article-content .app-intro-1 ul, .site-singler-page .inside-article .article-content .app-intro-1 ol, .site-singler-page .inside-article .article-content .app-intro-2 ul, .site-singler-page .inside-article .article-content .app-intro-2 ol {
  margin-left: 0;
}
.site-singler-page .inside-article .article-content .step-title-line {
  margin-bottom: 12px;
}
.site-singler-page .right-content .ez-toc-widget-sticky-container {
  display: inline;
}
.site-singler-page .right-content .hot-badge {
  display: inline-block;
  width: 37px;
  height: 16px;
  background: url(../../images/icon_hot.svg) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 4px;
  vertical-align: text-top;
}
.site-singler-page .right-content .bonus-badge {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../../images/icon_gift.svg) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 4px;
  vertical-align: top;
  margin-top: -3px;
}

:root[dir=rtl] .site-singler-page .inside-article .article-content .hot-badge, :root[dir=rtl] .site-singler-page .inside-article .article-content .bonus-badge {
  margin-left: unset;
  margin-right: 4px;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .hot-badge {
  background-image: url("../../images/icon_hot_ar.svg");
}
:root[dir=rtl] .site-singler-page .inside-article .article-content h3[data-index]:before {
  margin-left: 10px;
  margin-right: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content ul li {
  padding-right: 17px;
  padding-left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content ul li:not(.skip-item):before {
  right: 0;
  left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content ul.order-style-1 {
  margin-right: 20px;
  margin-left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content ul.order-style-1 li {
  padding-right: 17px;
  padding-left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content ul.order-style-1 li:not(.skip-item):before {
  transform: rotate(180deg);
}
:root[dir=rtl] .site-singler-page .inside-article .article-content ul.order-style-2 {
  margin-right: 20px;
  margin-left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content ul.order-style-2 li {
  padding-right: 24px;
  padding-left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content ul.order-style-3 {
  margin-right: 20px;
  margin-left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content ul.order-style-3 li {
  padding-right: 22px;
  padding-left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content ul, :root[dir=rtl] .site-singler-page .inside-article .article-content ol {
  margin-right: 20px;
  margin-left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .content-reviews .content-pros-and-cons ul, :root[dir=rtl] .site-singler-page .inside-article .article-content .content-reviews .content-pros-and-cons ol {
  margin-right: 0;
  margin-left: unset;
}
@media screen and (min-width: 768px) {
  :root[dir=rtl] .site-singler-page .inside-article .article-content .content-reviews .content-pros-and-cons:not(:first-child) {
    margin-left: unset;
    margin-right: 20px;
  }
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .step-label-container .circle-step-item:not(:last-child)::before {
  left: unset;
  right: 11px;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .step-label-container .circle-step-item .circle-step-head {
  padding-right: 34px;
  padding-left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .step-label-container .circle-step-item .circle-step-head::before {
  right: 0;
  left: unset;
  line-height: 20px;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .step-label-container .circle-step-item .circle-step-content {
  padding-right: 34px;
  padding-left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .step-label {
  margin-left: 19px;
  margin-right: unset;
  padding-left: 0;
  padding-right: 5px;
  border-radius: 0 4px 4px 0;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .step-label::after {
  transform: rotate(180deg);
  left: -12px;
  right: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .rating-stars {
  margin-right: 2px;
  margin-left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .rating-stars .star {
  transform: rotateY(180deg);
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-list .app-intro-1::before {
  right: 0;
  left: unset;
  border-left: 1xp solid #e1e0e3;
  border-right: unset;
  border-radius: 0 16px 0 12px;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-list .app-intro-1 ul, :root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-list .app-intro-1 ol {
  color: #333137;
  margin-top: 16px;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-list .app-intro-1 ul li, :root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-list .app-intro-1 ol li {
  line-height: 26px;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-list .app-intro-1 .left .rating-stars {
  margin-right: 0;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .content-note-and-tips.content-note-1, :root[dir=rtl] .site-singler-page .inside-article .article-content .content-note-and-tips.content-tips-1 {
  padding-right: 62px;
  padding-left: 30px;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .content-note-and-tips.content-note-1 .tip, :root[dir=rtl] .site-singler-page .inside-article .article-content .content-note-and-tips.content-tips-1 .tip {
  right: 20px;
  left: unset;
  padding-right: 42px;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .content-note-and-tips.content-note-1 .tip::before, :root[dir=rtl] .site-singler-page .inside-article .article-content .content-note-and-tips.content-tips-1 .tip::before {
  right: 0;
  left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .content-note-and-tips.content-tips-2 .tip {
  right: 20px;
  left: unset;
  padding-left: 8px;
  padding-right: 32px;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .content-note-and-tips.content-tips-2 .tip::before {
  right: 8px;
  left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .content-pros-and-cons.content-pros-1 .tip, :root[dir=rtl] .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-1 .tip, :root[dir=rtl] .site-singler-page .inside-article .article-content .content-pros-and-cons.content-pros-2 .tip, :root[dir=rtl] .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-2 .tip {
  right: 20px;
  left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .content-pros-and-cons.content-pros-1 ul li:not(.skip-item), :root[dir=rtl] .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-1 ul li:not(.skip-item), :root[dir=rtl] .site-singler-page .inside-article .article-content .content-pros-and-cons.content-pros-2 ul li:not(.skip-item), :root[dir=rtl] .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-2 ul li:not(.skip-item), :root[dir=rtl] .site-singler-page .inside-article .article-content .content-pros-and-cons.content-pros-3 ul li:not(.skip-item), :root[dir=rtl] .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-3 ul li:not(.skip-item) {
  padding-left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .content-pros-and-cons.content-pros-2 ul li:not(.skip-item), :root[dir=rtl] .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-2 ul li:not(.skip-item), :root[dir=rtl] .site-singler-page .inside-article .article-content .content-pros-and-cons.content-pros-3 ul li:not(.skip-item), :root[dir=rtl] .site-singler-page .inside-article .article-content .content-pros-and-cons.content-cons-3 ul li:not(.skip-item) {
  padding-right: 22px;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-2 img {
  right: 24px;
  left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-2 .app-content .app-name {
  padding-right: 48px;
  padding-left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-2 .app-content .app-name.no-image {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  :root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-2 .app-content .app-name {
    padding-right: 0;
  }
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-1 .order-style-1, :root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-1 .order-style-2, :root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-1 .order-style-3, :root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-2 .order-style-1, :root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-2 .order-style-2, :root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-2 .order-style-3 {
  margin-right: unset;
  margin-left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-1 ul, :root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-1 ol, :root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-2 ul, :root[dir=rtl] .site-singler-page .inside-article .article-content .app-intro-2 ol {
  margin-right: unset;
  margin-left: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-1 .wp-block-table table tr td,
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-2 .wp-block-table table tr td {
  border-left: 1px solid #e3e2e6;
  border-right: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-1 .wp-block-table table tr td:nth-child(1),
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-2 .wp-block-table table tr td:nth-child(1) {
  border-right: 1px solid #e3e2e6;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-1 .wp-block-table table tr:nth-child(1) td:first-child,
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-2 .wp-block-table table tr:nth-child(1) td:first-child {
  border-left: 1px solid #e3e2e6;
  border-right: unset;
  border-radius: 0 12px 0 0;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-1 .wp-block-table table tr:nth-child(1) td:last-child,
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-2 .wp-block-table table tr:nth-child(1) td:last-child {
  border-left: unset;
  border-radius: 12px 0 0 0;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-1 .wp-block-table table tr:last-child td:first-child,
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-2 .wp-block-table table tr:last-child td:first-child {
  border-radius: 0 0 12px 0;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-1 .wp-block-table table tr:last-child td:last-child,
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-2 .wp-block-table table tr:last-child td:last-child {
  border-radius: 0 0 0 12px;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-1 .tablepress thead tr th,
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-2 .tablepress thead tr th {
  border-left: 1px solid #e3e2e6;
  border-right: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-1 .tablepress thead tr th:first-child,
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-2 .tablepress thead tr th:first-child {
  border-radius: 0 12px 0 0;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-1 .tablepress thead tr th:last-child,
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-2 .tablepress thead tr th:last-child {
  border-radius: 12px 0 0 0;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-1 .tablepress tbody tr td,
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-2 .tablepress tbody tr td {
  border-left: 1px solid #e3e2e6;
  border-right: unset;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-1 .tablepress tbody tr td:nth-child(1),
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-2 .tablepress tbody tr td:nth-child(1) {
  border-right: 1px solid #e3e2e6;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-1 .tablepress tbody tr:last-child td:first-child,
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-2 .tablepress tbody tr:last-child td:first-child {
  border-radius: 0 0 12px 0;
}
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-1 .tablepress tbody tr:last-child td:last-child,
:root[dir=rtl] .site-singler-page .inside-article .article-content .table-container-style-2 .tablepress tbody tr:last-child td:last-child {
  border-radius: 0 0 0 12px;
}
:root[dir=rtl] .site-singler-page .right-content .hot-badge {
  margin-top: 2px;
  margin-right: 4px;
  margin-left: unset;
  background-image: url("../../images/icon_hot_ar.svg");
}
:root[dir=rtl] .site-singler-page .right-content .bonus-badge {
  margin-top: -2px;
  margin-right: 4px;
  margin-left: unset;
}