body .btn-gradient-primary {
  justify-content: center;
  gap: 8px;
  border: none;
  background: linear-gradient(90deg, #6b57ff 0%, #9047ff 67.68%, #b84aff 100.17%), #6b57ff;
  color: #fff;
}
body .btn-gradient-primary:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, #6b57ff 0%, #9047ff 67.68%, #b84aff 100.17%), #6b57ff;
  color: #fff;
}
body .btn-gradient-primary svg {
  margin-right: 0;
}

main .article-h1 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width:992px) {
  main .article-h1 {
    font-size: 28px;
    line-height: 120%;
  }
}
@media (min-width:1600px) {
  main .article-h1 {
    font-size: 32px;
  }
}
main p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6980392157);
}
@media (min-width:992px) {
  main p {
    font-size: 16px;
    line-height: 24px;
  }
}
main .btn.btn-lg {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width:992px) {
  main .btn.btn-lg {
    line-height: 28px;
  }
}
@media (min-width:1600px) {
  main .btn.btn-lg {
    font-size: 20px;
  }
}
main .btn.btn-xl {
  height: 56px;
  padding: 0 34px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width:992px) {
  main .btn.btn-xl {
    height: 64px;
    line-height: 28px;
  }
}
@media (min-width:1600px) {
  main .btn.btn-xl {
    height: 72px;
    font-size: 20px;
  }
}
main .btn-primary {
  justify-content: center;
  background: #6b57ff;
  border: 2px solid #6b57ff;
}
main .btn-primary:hover {
  background: #6b57ff;
  border: 2px solid #6b57ff;
}
main .btn-outline-primary {
  justify-content: center;
  background: transparent;
  border: 2px solid #6b57ff;
  color: #6b57ff;
}
main .btn-outline-primary:hover {
  background: #6b57ff;
  border: 2px solid #6b57ff;
}

.footer {
  border-radius: 0;
}

.media-share-aside {
  transform: translateX(15px);
}
@media (min-width:1280px) {
  .media-share-aside {
    transform: translateX(25px);
  }
}
@media (min-width:1600px) {
  .media-share-aside {
    transform: translateX(205px);
  }
}
.media-share-aside .main-media {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 90px;
  right: 6px;
  gap: 12px;
}
@media (min-width:1600px) {
  .media-share-aside .main-media {
    right: 66px;
  }
}
.media-share-aside .share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  background: #f1f1f1;
  border-radius: 50%;
}
.media-share-aside .share-link:hover {
  background: rgba(209, 184, 255, 0.1215686275);
}

.first-screen {
  padding: 83px 6px 40px;
  background: url("https://online.hitpaw.com/images/hitpawonline-2026/article/first-screen-banner-mb.webp") no-repeat center;
  background-size: cover;
}
@media (min-width:992px) {
  .first-screen {
    padding: 100px 6px 42px;
    background: url("https://online.hitpaw.com/images/hitpawonline-2026/article/first-screen-banner-pc.webp") no-repeat center;
    background-size: cover;
  }
}
@media (min-width:1600px) {
  .first-screen {
    padding: 128px 0 47px;
  }
}
.first-screen .main-cont {
  gap: 24px;
}
@media (min-width:992px) {
  .first-screen .main-cont {
    gap: 48px;
  }
}
@media (min-width:1600px) {
  .first-screen .main-cont {
    gap: 97px;
  }
}
@media (min-width:992px) {
  .first-screen .img-cont {
    width: 31%;
  }
}
.first-screen .img-cont img {
  border-radius: 16px;
}
@media (min-width:992px) {
  .first-screen .text-cont {
    width: 44%;
  }
}
@media (min-width:1600px) {
  .first-screen .text-cont {
    width: 37.8%;
  }
}

.main-article-content {
  padding: 40px 0 8px;
}
@media (min-width:992px) {
  .main-article-content {
    padding: 40px 4px 120px;
  }
}
@media (min-width:1600px) {
  .main-article-content {
    padding: 40px 0 164px;
  }
}
@media (min-width:1600px) {
  .main-article-content .container {
    max-width: 1368px;
  }
}
.main-article-content .bread-crumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
  margin-bottom: 24px;
  gap: 0 16px;
}
@media (min-width:992px) {
  .main-article-content .bread-crumbs {
    flex-wrap: nowrap;
    padding: 0;
  }
}
.main-article-content .bread-crumbs a,
.main-article-content .bread-crumbs span {
  font-size: 14px;
  line-height: 22px;
}
.main-article-content .bread-crumbs a {
  position: relative;
  color: rgba(0, 0, 0, 0.5019607843);
}
.main-article-content .bread-crumbs a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("https://online.hitpaw.com/images/hitpawonline-2026/article/chevron-right-icon.svg") no-repeat;
  background-size: 100% 100%;
}
.main-article-content .sidebar-catalog {
  max-width: 240px;
  width: 100%;
  margin-right: 56px;
}
@media (max-width: 991.98px) {
  .main-article-content .sidebar-catalog {
    max-width: 240px;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .main-article-content .sidebar-catalog {
    position: fixed;
    z-index: 6;
    top: 107px;
    left: 0;
    width: 40px;
    height: -moz-max-content;
    height: max-content;
  }
}
.main-article-content .sidebar-catalog.active .on-off {
  visibility: hidden;
  opacity: 0;
}
.main-article-content .sidebar-catalog.active .on-off .lines {
  background: 0;
}
.main-article-content .sidebar-catalog.active .on-off .lines::before {
  top: 0;
  width: 18px;
  transition: top 0.2s ease, transform 0.2s 0.3s ease;
  transform: rotate3d(0, 0, 1, 45deg);
}
.main-article-content .sidebar-catalog.active .on-off .lines::after {
  top: 0;
  width: 18px;
  transition: top 0.2s ease, transform 0.2s 0.3s ease;
  transform: rotate3d(0, 0, 1, -45deg);
}
.main-article-content .sidebar-catalog.active .article-classification {
  visibility: visible;
  opacity: 1;
  top: -64px;
  width: 240px;
  height: -moz-max-content;
  height: max-content;
}
@media (min-width:992px) {
  .main-article-content .sidebar-catalog .sidebar-catalog-inside {
    position: sticky;
    top: 90px;
  }
}
.main-article-content .on-off {
  position: relative;
  width: 48px;
  height: 40px;
  cursor: pointer;
  border-radius: 0px 20px 20px 0px;
  background: #ddcaff;
  box-shadow: 1px 1px 6px 0px rgba(173, 167, 225, 0.7);
  visibility: visible;
  opacity: 1;
}
.main-article-content .on-off .lines {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #6b57ff;
  border-radius: 2px;
}
.main-article-content .on-off .lines::before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 16px;
  height: 6px;
  background: url("https://online.hitpaw.com/images/hitpawonline-2026/article/on-off-line-before.svg") no-repeat;
  background-size: 100% 100%;
  transition: top 0.2s 0.4s ease, transform 0.4s ease;
}
.main-article-content .on-off .lines::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #6b57ff;
  border-radius: 2px;
  transition: top 0.2s 0.4s ease, transform 0.4s ease;
}
.main-article-content .on-off .lines::before {
  top: -8px;
}
.main-article-content .on-off .lines::after {
  top: 6px;
}
.main-article-content .close-icon {
  cursor: pointer;
  position: absolute;
  content: "";
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 7L17 17" stroke="%23333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 17L17 7" stroke="%23333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 100% 100%;
}
.main-article-content .sidebar-advertisement {
  position: relative;
  padding: 19px 0 52px;
  margin-bottom: 24px;
  background: url("https://online.hitpaw.com/images/hitpawonline-2026/article/sidebar-product-bg.webp") no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.main-article-content .sidebar-advertisement p {
  color: #000;
}
.main-article-content .sidebar-advertisement .title {
  margin-bottom: 4px;
  font-size: 23px;
  font-weight: 800;
  line-height: 24px;
}
.main-article-content .sidebar-advertisement .img-cont {
  padding: 0 15px;
  margin-top: 14px;
}
.main-article-content .sidebar-advertisement .btn-cont {
  z-index: 2;
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.main-article-content .sidebar-advertisement .btn-cont::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgba(255, 255, 255, 0.57);
  border-radius: 54px;
  box-shadow: 0px 7px 17.4px 0px rgba(91, 55, 142, 0.3882352941);
}
.main-article-content .sidebar-advertisement .btn {
  position: relative;
  min-width: 160px;
  height: 56px;
  padding: 0 26px;
  gap: 10px;
  background: linear-gradient(90deg, #a474ff 0%, #782fff 73.08%);
  border: none;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.main-article-content .sidebar-advertisement .btn:hover {
  color: #fff;
}
.main-article-content .article-classification {
  position: relative;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  padding: 32px 4px 24px 16px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: auto;
  transition: all 0.3s;
}
@media (min-width:992px) {
  .main-article-content .article-classification {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    visibility: visible;
    opacity: 1;
    padding: 33px 4px 33px 24px;
    overflow: hidden;
  }
}
.main-article-content .article-classification .top-title {
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
@media (min-width:992px) {
  .main-article-content .article-classification .top-title {
    font-size: 18px;
    line-height: 32px;
  }
}
.main-article-content #accordionSidebar {
  display: flex;
  flex-direction: column;
  max-height: 310px;
  padding-right: 4px;
  margin-top: 16px;
  gap: 16px;
  overflow-y: scroll;
}
@media (min-width:992px) {
  .main-article-content #accordionSidebar {
    max-height: 235px;
    padding-right: 20px;
  }
}
@media (min-width:1280px) {
  .main-article-content #accordionSidebar {
    gap: 24px;
  }
}
.main-article-content #accordionSidebar::-webkit-scrollbar {
  z-index: 10;
  width: 8px;
}
.main-article-content #accordionSidebar::-webkit-scrollbar-track {
  background: transparent;
}
.main-article-content #accordionSidebar::-webkit-scrollbar-thumb {
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.main-article-content #accordionSidebar .accordion-item {
  margin-bottom: 0;
  border: none;
}
.main-article-content #accordionSidebar .accordion-button {
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width:992px) {
  .main-article-content #accordionSidebar .accordion-button {
    font-size: 16px;
    line-height: 24px;
  }
}
.main-article-content #accordionSidebar .accordion-button::after {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m5 16l7-7l7 7"/></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.main-article-content #accordionSidebar .accordion-button:not(.collapsed) {
  padding: 0 0 8px;
}
@media (min-width:992px) {
  .main-article-content #accordionSidebar .accordion-button:not(.collapsed) {
    padding: 0 0 16px;
  }
}
.main-article-content #accordionSidebar .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="%236b57ff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m5 16l7-7l7 7"/></svg>') !important;
  background-position: center center;
  background-size: 100% 100%;
  transform: rotate(0deg) !important;
}
.main-article-content #accordionSidebar .accordion-button:not(.collapsed) {
  color: #6b57ff;
}
.main-article-content #accordionSidebar .accordion-button:hover {
  color: #6b57ff;
}
.main-article-content #accordionSidebar .accordion-button:hover::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="%236b57ff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m5 16l7-7l7 7"/></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.main-article-content #accordionSidebar .accordion-body {
  padding: 0;
}
.main-article-content #accordionSidebar ul {
  display: flex;
  flex-direction: column;
  padding-left: 24px;
  margin-bottom: 0;
  gap: 8px;
}
@media (min-width:992px) {
  .main-article-content #accordionSidebar ul {
    gap: 16px;
  }
}
.main-article-content #accordionSidebar ul li {
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width:992px) {
  .main-article-content #accordionSidebar ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.main-article-content #accordionSidebar ul li::marker {
  font-size: 14px;
}
@media (min-width:992px) {
  .main-article-content #accordionSidebar ul li::marker {
    font-size: 16px;
  }
}
.main-article-content #accordionSidebar ul li:hover {
  color: #6b57ff;
}
.main-article-content #accordionSidebar ul a {
  color: inherit;
  text-decoration: none;
}

article {
  max-width: 1096px;
}
article h2 {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #212121;
}
@media (min-width:992px) {
  article h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width:1600px) {
  article h2 {
    font-size: 26px;
  }
}
article h2.border-h2 {
  margin-bottom: 16px;
  padding: 16px 11px 16px 24px;
  border-left: 3px solid #6b57ff;
  background: rgba(179, 138, 255, 0.2);
}
@media (min-width:992px) {
  article h2.border-h2 {
    padding: 16px 24px;
  }
}
article h2:target {
  scroll-margin-top: 100px;
}
article h3,
article .h3 {
  position: relative;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}
@media (min-width:992px) {
  article h3,
  article .h3 {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
article h3.arrow-h3,
article .h3.arrow-h3 {
  padding-left: 22px;
}
article h3.arrow-h3::before,
article .h3.arrow-h3::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("https://online.hitpaw.com/images/hitpawonline-2026/article/black-triangle-icon.svg") no-repeat;
  background-size: 100% 100%;
}
@media (min-width:992px) {
  article h3.arrow-h3::before,
  article .h3.arrow-h3::before {
    top: 45.5%;
    transform: translateY(-50%);
  }
}
article h3:target,
article .h3:target {
  scroll-margin-top: 100px;
}
article h4,
article .h4 {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width:992px) {
  article h4,
  article .h4 {
    font-size: 18px;
  }
}
article picture {
  border-radius: 7px;
}
@media (min-width:992px) {
  article picture {
    border-radius: 16px;
  }
}
article picture img {
  margin-bottom: 8px;
  border-radius: 7px;
}
@media (min-width:992px) {
  article picture img {
    width: 73%;
    margin-bottom: 16px;
    border-radius: 16px;
  }
}
article .btn {
  text-decoration: none;
}
article .ratio {
  margin: 24px 0;
}
@media (min-width:992px) {
  article .ratio {
    width: 73%;
    margin: 32px 0;
  }
}
article .ratio > * {
  border-radius: 8px;
}
article .video-normal {
  margin: 24px 0;
}
@media (min-width:992px) {
  article .video-normal {
    width: 73%;
    margin: 32px 0;
  }
}
article .video-normal video {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
article .btn-secure-cont {
  margin: 24px 0;
}
article .btn-secure-cont .btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width:992px) {
  article .btn-secure-cont .btn-group {
    width: -moz-fit-content;
    width: fit-content;
  }
}
article .btn-secure-cont .secure-tips {
  display: flex;
  align-items: center;
  gap: 6px;
}
article .btn-secure-cont .secure-tips span {
  font-size: 12px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5019607843);
}
article .author-info-cont {
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin-bottom: 24px;
}
@media (min-width:992px) {
  article .author-info-cont {
    padding: 0;
  }
}
article .author-info-cont .author-info {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 16px;
}
@media (min-width:992px) {
  article .author-info-cont .author-info {
    margin-right: 32px;
  }
}
article .author-info-cont .author-info .author-avatar img {
  border-radius: 50%;
}
article .author-info-cont .author-info .author-name {
  font-size: 12px;
  line-height: 18px;
  color: #000;
}
@media (min-width:992px) {
  article .author-info-cont .author-info .author-name {
    font-size: 14px;
    line-height: 22px;
  }
}
article .author-info-cont .author-info .author-name a {
  color: inherit;
  text-decoration: none;
}
article .author-info-cont .author-info .author-name:hover {
  color: #6b57ff;
}
article .author-info-cont .author-info .author-name:hover a {
  text-decoration: underline;
}
article .author-info-cont .update-time {
  font-size: 12px;
  line-height: 18px;
  color: #525252;
}
@media (min-width:992px) {
  article .author-info-cont .update-time {
    font-size: 14px;
    line-height: 22px;
  }
}
article section {
  padding: 0 16px;
  margin-bottom: 32px;
}
@media (min-width:992px) {
  article section {
    padding: 0;
    margin-bottom: 40px;
  }
}
article .table-of-contents {
  padding: 16px;
  border-radius: 24px;
  background: rgba(209, 184, 255, 0.1215686275);
}
@media (min-width:992px) {
  article .table-of-contents {
    padding: 24px;
  }
}
@media (min-width:1600px) {
  article .table-of-contents {
    padding: 32px;
  }
}
article .table-of-contents .accordion-button {
  padding: 0;
  background-color: transparent;
  font-weight: 700;
  color: #000;
}
article .table-of-contents .accordion-button::after {
  width: 2.5625rem;
  height: 1.5rem;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.200408 0.263161C0.48226 -0.0701297 0.956808 -0.0894286 1.26034 0.220056L6 5.05265L10.7397 0.220056C11.0432 -0.0894286 11.5177 -0.0701297 11.7996 0.263161C12.0814 0.596452 12.0639 1.11752 11.7603 1.42701L6.51034 6.77995C6.22258 7.07335 5.77742 7.07335 5.48966 6.77995L0.239665 1.42701C-0.0638681 1.11752 -0.0814439 0.596452 0.200408 0.263161Z" fill="black" fill-opacity="0.3"/></svg>');
  background-size: 12px 7px;
  background-position: center;
}
article .table-of-contents .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
article .table-of-contents .accordion-button:not(.collapsed) {
  box-shadow: none;
}
article .table-of-contents .directory-body {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  gap: 16px;
}
article .table-of-contents .title {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width:992px) {
  article .table-of-contents .title {
    font-size: 16px;
    line-height: 24px;
  }
}
article .table-of-contents .title::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url('data: image/svg+xml, <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 8L5 13.1962L5 2.80385L14 8Z" fill="%236b57ff"/></svg>') no-repeat;
  background-size: 100% 100%;
}
article .table-of-contents .title a {
  color: #000;
  text-decoration: none;
}
article .table-of-contents .title:hover a {
  color: #6b57ff;
  text-decoration: underline;
}
article .table-of-contents .sub-title-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 20px;
  margin-top: 16px;
  margin-bottom: 0;
  gap: 8px;
}
@media (min-width:992px) {
  article .table-of-contents .sub-title-list {
    padding-left: 40px;
  }
}
article .table-of-contents .sub-title-list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width:992px) {
  article .table-of-contents .sub-title-list li {
    padding-left: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  article .table-of-contents .sub-title-list li {
    max-width: 260px;
  }
}
article .table-of-contents .sub-title-list li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url('data: image/svg+xml, <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 8L5 13.1962L5 2.80385L14 8Z" fill="%236b57ff"/></svg>') no-repeat;
  background-size: 100% 100%;
}
article .table-of-contents .sub-title-list li a {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #000;
  text-decoration: none;
}
@media (min-width:768px) {
  article .table-of-contents .sub-title-list li a {
    display: inline;
  }
}
article .table-of-contents .sub-title-list li .hot::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 32px;
  height: 20px;
  background: url("https://online.hitpaw.com/images/hitpawonline-2026/article/hot-tag-icon.svg") no-repeat;
  background-size: 100% 100%;
}
@media (min-width:768px) {
  article .table-of-contents .sub-title-list li .hot::after {
    right: -40px;
  }
}
@media (min-width:992px) {
  article .table-of-contents .sub-title-list li .hot::after {
    top: -14px;
    right: -24px;
  }
}
article .table-of-contents .sub-title-list li .new::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 32px;
  height: 20px;
  background: url("https://online.hitpaw.com/images/hitpawonline-2026/article/new-tag-icon.svg") no-repeat;
  background-size: 100% 100%;
}
@media (min-width:768px) {
  article .table-of-contents .sub-title-list li .new::after {
    right: -40px;
  }
}
@media (min-width:992px) {
  article .table-of-contents .sub-title-list li .new::after {
    top: -14px;
    right: -24px;
  }
}
article .table-of-contents .sub-title-list li:hover a {
  color: #6b57ff;
  text-decoration: underline;
}
article .list-dot-primary {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  gap: 8px;
}
article .list-dot-primary li {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
}
@media (min-width:992px) {
  article .list-dot-primary li {
    font-size: 16px;
  }
}
article .list-dot-primary li::marker {
  color: #6b57ff;
}
article .pros-and-cons {
  display: flex;
  flex-direction: column;
  margin: 8px 0;
  gap: 8px;
}
@media (min-width:992px) {
  article .pros-and-cons {
    flex-direction: row;
    margin: 16px 0;
    gap: 21px;
  }
}
article .pros-and-cons .pros,
article .pros-and-cons .cons {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width:992px) {
  article .pros-and-cons .pros,
  article .pros-and-cons .cons {
    padding: 24px 16px;
    border-radius: 16px;
    border: 1px solid #ececec;
  }
}
@media (min-width:1600px) {
  article .pros-and-cons .pros,
  article .pros-and-cons .cons {
    padding: 32px 16px;
  }
}
article .pros-and-cons .pros .title {
  color: #6b57ff;
}
article .pros-and-cons .cons .title {
  color: #5b5b5b;
}
article .pros-and-cons .icon {
  width: 32px;
  aspect-ratio: 1/1;
}
@media (min-width:992px) {
  article .pros-and-cons .icon {
    width: 42px;
  }
}
article .pros-and-cons .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}
@media (min-width:992px) {
  article .pros-and-cons .title {
    font-size: 24px;
  }
}
article .pros-and-cons ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 24px;
  margin-top: 20px;
  margin-bottom: 0;
}
article .pros-and-cons ul li {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
}
@media (min-width:992px) {
  article .pros-and-cons ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
article .pros-and-cons ul li::marker {
  font-size: 12px;
}
article .list-num {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 16px;
  padding-left: 16px;
  margin: 16px 0;
  counter-reset: li;
}
@media (min-width:992px) {
  article .list-num {
    padding-left: 30px;
    gap: 24px;
  }
}
article .list-num li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
@media (min-width:992px) {
  article .list-num li {
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
article .list-num li::before {
  position: absolute;
  counter-increment: li;
  top: 0;
  left: -16px;
  width: 21px;
  height: 24px;
  border-bottom: 1px solid #6b57ff;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-align: center;
}
@media (min-width:992px) {
  article .list-num li::before {
    left: -30px;
    font-size: 16px;
    line-height: 24px;
  }
}
article .list-num li:nth-child(n):not(:nth-child(n+9))::before {
  content: "0" counter(li);
}
article .list-num p {
  margin-bottom: 0;
  color: inherit;
}
article .list-num img {
  padding-top: 16px;
}
@media (min-width:992px) {
  article .list-num img {
    padding-top: 24px;
    padding-left: 24px;
  }
}
article .bonus-tips,
article .also-read {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 48px 16px 16px;
  margin: 16px 0;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width:992px) {
  article .bonus-tips,
  article .also-read {
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 13px 16px;
  }
}
article .bonus-tips .tag,
article .also-read .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 24px 0 8px 0;
  background: #ffebe2;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width:992px) {
  article .bonus-tips .text-cont,
  article .also-read .text-cont {
    padding-top: 38px;
  }
  article .bonus-tips.copy-cont .text-cont,
  article .also-read.copy-cont .text-cont {
    padding-top: 12px;
  }
}
article .bonus-tips .text-cont a,
article .also-read .text-cont a {
  display: inline-flex;
  position: relative;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
@media (min-width:992px) {
  article .bonus-tips .text-cont a,
  article .also-read .text-cont a {
    font-size: 16px;
    line-height: 24px;
  }
}
article .bonus-tips .text-cont a::after,
article .also-read .text-cont a::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -12px;
  width: 16px;
  height: 16px;
  background: url('data: image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 9H13.5M10 12L13.5 9L10 6" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 100% 100%;
}
@media (min-width:992px) {
  article .bonus-tips .text-cont a::after,
  article .also-read .text-cont a::after {
    right: -32px;
  }
}
article .bonus-tips .text-cont a:hover,
article .also-read .text-cont a:hover {
  color: #6b57ff;
}
article .bonus-tips .text-cont a:hover::after,
article .also-read .text-cont a:hover::after {
  background: url('data: image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 9H13.5M10 12L13.5 9L10 6" stroke="%236b57ff" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 100% 100%;
}
article .bonus-tips em,
article .also-read em {
  font-style: normal;
}
article .bonus-tips p,
article .also-read p {
  margin-bottom: 0;
}
article .bonus-tips p span,
article .also-read p span {
  display: block;
  margin-top: 16px;
  font-weight: 700;
}
article .bonus-tips .btn-cont,
article .also-read .btn-cont {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}
@media (min-width:992px) {
  article .bonus-tips .btn-cont,
  article .also-read .btn-cont {
    justify-content: end;
    gap: 8px;
    margin-top: 0;
  }
}
article .bonus-tips .btn-bonus,
article .also-read .btn-bonus {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 156px;
  height: 56px;
  padding: 0 24px;
  border: 1px solid #6b57ff;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #6b57ff;
}
@media (min-width:992px) {
  article .bonus-tips .btn-bonus,
  article .also-read .btn-bonus {
    min-width: 126px;
    height: 38px;
    padding: 0 16px;
  }
}
article .bonus-tips .btn-bonus:hover,
article .also-read .btn-bonus:hover {
  background: linear-gradient(90deg, #6b57ff 0%, #9047ff 67.68%, #b84aff 100.17%);
  color: #fff;
}
article .bonus-tips .btn-bonus-copy::before,
article .also-read .btn-bonus-copy::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: -32%;
  left: 30%;
  transform: translateX(-50%) translateY(10px);
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
article .bonus-tips .btn-bonus-copy::after,
article .also-read .btn-bonus-copy::after {
  z-index: 10;
  content: "Copied!";
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  padding: 6px 14px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.85);
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  pointer-events: none;
  white-space: nowrap;
}
article .bonus-tips .btn-bonus-copy.show-tip::before, article .bonus-tips .btn-bonus-copy.show-tip::after,
article .also-read .btn-bonus-copy.show-tip::before,
article .also-read .btn-bonus-copy.show-tip::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
@media (min-width:992px) {
  article .bonus-tips .text-cont {
    max-width: 380px;
  }
}
@media (min-width:1280px) {
  article .bonus-tips .text-cont {
    max-width: 600px;
  }
}
@media (min-width:1600px) {
  article .bonus-tips .text-cont {
    max-width: 100%;
  }
}
article .contrast-default {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 32px 0;
  gap: 16px;
}
@media (min-width:992px) {
  article .contrast-default {
    flex-direction: row;
    margin: 40px 0;
    gap: 11px;
  }
}
article .contrast-default::before {
  z-index: 3;
  content: "VS";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: auto;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fb0;
  font-style: italic;
  font-size: 23px;
  font-weight: 700;
  line-height: 160%;
  color: #fff;
}
@media (min-width:992px) {
  article .contrast-default::before {
    top: 17px;
    transform: translate(-50%, 0);
    width: 64px;
    padding-right: 4px;
    font-size: 27px;
  }
}
article .contrast-default::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0px 10.79px 23.07px 0px rgba(176, 133, 255, 0.4);
}
@media (min-width:992px) {
  article .contrast-default::after {
    top: 11px;
    transform: translate(-50%, 0);
    width: 76px;
    height: 76px;
    box-shadow: 0px 12.33px 26.36px 0px rgba(176, 133, 255, 0.4);
  }
}
article .contrast-default .contrast-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 16px;
  gap: 32px;
  border-radius: 16px;
}
@media (min-width:992px) {
  article .contrast-default .contrast-item {
    width: 50%;
    padding: 32px 40px 24px;
    gap: 24px;
  }
}
@media (min-width:1600px) {
  article .contrast-default .contrast-item {
    padding: 44px 48px 32px;
  }
}
article .contrast-default .contrast-item:first-child {
  background: #f1eaff;
}
article .contrast-default .contrast-item:last-child {
  background: #f2f2f2;
}
article .contrast-default .title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
@media (min-width:992px) {
  article .contrast-default .title {
    margin-bottom: 28px;
  }
}
article .contrast-default ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 0;
  gap: 4px;
}
article .contrast-default ul li {
  position: relative;
  font-size: 14px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.7);
}
@media (min-width:992px) {
  article .contrast-default ul li {
    font-size: 16px;
  }
}
article .contrast-default ul li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -20px;
  width: 16px;
  height: 16px;
  background: url("https://online.hitpaw.com/images/hitpawonline-2026/article/list-tick-icon.svg") no-repeat;
  background-size: 100% 100%;
}
@media (min-width:992px) {
  article .contrast-default ul li::before {
    top: 3px;
  }
}
article .list-title li {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
article .list-title li::marker {
  color: #6b57ff;
}
article #articleFAQ {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
  gap: 16px;
  color: rgba(0, 0, 0, 0.7);
}
article #articleFAQ .accordion-item {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: rgba(209, 184, 255, 0.1215686275);
  border-radius: 24px;
  overflow: hidden;
}
article #articleFAQ .accordion-button {
  padding: 16px 24px;
  background-color: inherit;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width:992px) {
  article #articleFAQ .accordion-button {
    padding: 24px 32px;
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width:1600px) {
  article #articleFAQ .accordion-button {
    padding: 26px 40px;
  }
}
article #articleFAQ .accordion-button::after {
  width: 2rem;
  height: 2rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m5 16l7-7l7 7"/></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
article #articleFAQ .accordion-button:not(.collapsed) {
  padding: 16px 24px;
}
@media (min-width:992px) {
  article #articleFAQ .accordion-button:not(.collapsed) {
    padding: 24px 32px 16px;
  }
}
@media (min-width:1600px) {
  article #articleFAQ .accordion-button:not(.collapsed) {
    padding: 24px 40px 16px;
  }
}
article #articleFAQ .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="%236b57ff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m5 16l7-7l7 7"/></svg>') !important;
  background-position: center center;
  background-size: 100% 100%;
  transform: rotate(0deg) !important;
}
article #articleFAQ .accordion-button:not(.collapsed) {
  color: #6b57ff;
}
article #articleFAQ .accordion-button:hover {
  color: #6b57ff;
}
article #articleFAQ .accordion-button:hover::after {
  width: 2rem;
  height: 2rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="%236b57ff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m5 16l7-7l7 7"/></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
article #articleFAQ .accordion-body {
  padding: 0 24px 16px;
}
@media (min-width:992px) {
  article #articleFAQ .accordion-body {
    padding: 0 32px 24px;
  }
}
@media (min-width:1600px) {
  article #articleFAQ .accordion-body {
    padding: 0 40px 24px;
  }
}
article #articleFAQ .accordion-body p {
  width: 100%;
  margin-bottom: 0;
}
article .product-recommendation {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 16px;
  margin: 32px 0;
  border-radius: 24px;
  background: url("https://online.hitpaw.com/images/hitpawonline-2026/article/product-recommendation-banner-mb.webp") no-repeat center;
  background-size: 100% 100%;
}
@media (min-width:992px) {
  article .product-recommendation {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 36px 40px;
    margin: 40px 0;
    background: url("https://online.hitpaw.com/images/hitpawonline-2026/article/product-recommendation-banner-pc.webp") no-repeat center;
    background-size: cover;
  }
}
@media (min-width:1600px) {
  article .product-recommendation {
    padding: 40px 63px;
  }
}
@media (min-width:992px) {
  article .product-recommendation .text-cont {
    width: 50%;
  }
}
@media (min-width:992px) {
  article .product-recommendation .img-cont {
    width: 62%;
  }
}
article .product-recommendation .h2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width:992px) {
  article .product-recommendation .h2 {
    font-size: 32px;
    line-height: 112%;
  }
}
@media (min-width:1600px) {
  article .product-recommendation .h2 {
    font-size: 40px;
  }
}
article .product-recommendation ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 28px;
  margin: 16px 0;
  gap: 10px;
}
@media (min-width:992px) {
  article .product-recommendation ul {
    gap: 8px;
  }
}
article .product-recommendation ul li {
  position: relative;
  font-size: 12px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.7);
}
@media (min-width:992px) {
  article .product-recommendation ul li {
    font-size: 16px;
  }
}
article .product-recommendation ul li::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -28px;
  width: 20px;
  height: 20px;
  background: url("https://online.hitpaw.com/images/hitpawonline-2026/article/list-tick-icon.svg") no-repeat;
  background-size: 100% 100%;
}
@media (min-width:992px) {
  article .product-recommendation ul li::before {
    top: 0;
  }
}
article .product-recommendation img {
  width: 100%;
  margin-bottom: 0;
}
article .table-cont {
  margin: 32px 0;
  border-radius: 0 0 48px 48px;
  overflow: hidden;
}
@media (min-width:992px) {
  article .table-cont {
    margin: 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 24px 24px;
  }
}
article .table-scroll {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  overflow-x: scroll;
}
@media (min-width:992px) {
  article .table-scroll {
    padding: 0;
  }
}
article .table-scroll::-webkit-scrollbar {
  z-index: 10;
  height: 6px;
}
article .table-scroll::-webkit-scrollbar-track {
  background: transparent;
}
article .table-scroll::-webkit-scrollbar-thumb {
  z-index: 10;
  background: #e9e9e9;
  border-radius: 49px;
}
article .table-main {
  min-width: 600px;
  width: 100%;
}
@media (min-width:992px) {
  article .table-main {
    min-width: 1210px;
  }
}
article .table-normal {
  width: 100%;
}
article .table-normal table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  text-align: center;
}
article .table-normal thead {
  background: rgba(179, 138, 255, 0.2);
}
article .table-normal thead th {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (min-width:992px) {
  article .table-normal thead th {
    width: 20%;
    padding: 30px 0;
  }
}
article .table-normal thead th:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 24px;
}
article .table-normal thead th:last-child {
  border-top-right-radius: 24px;
}
article .table-normal tbody td {
  padding: 21px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 22px;
}
@media (min-width:992px) {
  article .table-normal tbody td {
    width: 20%;
    padding: 32px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
article .table-normal tbody td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: 600;
}
article .table-normal .btn.btn-sm {
  height: 40px;
  white-space: nowrap;
}
@media (min-width:1280px) {
  article .table-normal .btn.btn-sm {
    min-width: 228px;
  }
}
article .table-normal .btn-primary {
  transition: all 0.3s ease-in-out;
}
article .table-normal .btn-primary:hover {
  transform: scale(1.02);
}
article .table-more {
  width: 100%;
  padding: 40px 24px 24px;
  border-radius: 0 0 12px 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
@media (min-width:992px) {
  article .table-more {
    border-bottom: none;
  }
}
article .table-more .btn-more::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.26721 8.31955C4.64301 7.91484 5.27574 7.89141 5.68046 8.26721L12 14.1354L18.3196 8.26721C18.7243 7.89141 19.357 7.91484 19.7328 8.31955C20.1086 8.72426 20.0852 9.35699 19.6805 9.7328L12.6805 16.2328C12.2968 16.5891 11.7032 16.5891 11.3196 16.2328L4.31955 9.7328C3.91484 9.35699 3.89141 8.72426 4.26721 8.31955Z" fill="%236b57ff"/></svg>') no-repeat center;
  background-size: 100% 100%;
  transition: transform 0.2s ease-in-out;
}
article .table-more .btn-more .showless {
  display: none;
}
article .table-more .btn-more:hover::after {
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.26721 8.31955C4.64301 7.91484 5.27574 7.89141 5.68046 8.26721L12 14.1354L18.3196 8.26721C18.7243 7.89141 19.357 7.91484 19.7328 8.31955C20.1086 8.72426 20.0852 9.35699 19.6805 9.7328L12.6805 16.2328C12.2968 16.5891 11.7032 16.5891 11.3196 16.2328L4.31955 9.7328C3.91484 9.35699 3.89141 8.72426 4.26721 8.31955Z" fill="%23fff"/></svg>') no-repeat center;
  background-size: 100% 100%;
}
article .table-more .btn-more.is-expanded::after {
  transform: rotate(180deg);
}
article .related-article .h3 {
  font-size: 18px;
  line-height: 32px;
}
@media (min-width:992px) {
  article .related-article .h3 {
    font-size: 26px;
  }
}
article .related-article .list {
  padding: 24px 7px;
  margin: 16px 0;
  border-radius: 24px;
  background: rgba(209, 184, 255, 0.1215686275);
}
@media (min-width:992px) {
  article .related-article .list {
    padding: 24px;
    margin: 24px 0;
  }
}
article .related-article ul {
  display: flex;
  flex-direction: column;
  padding-left: 24px;
  margin-bottom: 0;
  gap: 28px;
}
article .related-article ul li::marker {
  font-size: 12px;
}
article .related-article ul a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width:992px) {
  article .related-article ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
  }
}
article .related-article ul a::after {
  display: inline-block;
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="none" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m21 12l-5-5m5 5l-5 5m5-5H3" /></svg>') no-repeat center;
  background-size: contain;
  margin-left: 8px;
}
@media (min-width:992px) {
  article .related-article ul a::after {
    width: 24px;
    height: 24px;
    margin-left: 0;
  }
}
article .related-article ul a:hover {
  color: #6b57ff;
}
article .related-article ul a:hover::after {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="none" stroke="%236b57ff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m21 12l-5-5m5 5l-5 5m5-5H3" /></svg>');
}

.bottom-screen {
  padding: 32px 4px 40px;
  margin: 0 16px 40px;
  border-radius: 24px;
  background: url("https://images.hitpaw.com/images-v5/article/article-banner-bg2.webp") no-repeat center;
  background-size: cover;
}
@media (min-width:992px) {
  .bottom-screen {
    padding: 64px 0;
    margin: 0;
    border-radius: 0;
  }
}
@media (min-width:1600px) {
  .bottom-screen {
    padding: 71px 0;
  }
}
.bottom-screen h2 {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width:992px) {
  .bottom-screen h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width:1600px) {
  .bottom-screen h2 {
    font-size: 40px;
  }
}

.bottom-float-btn {
  z-index: 12;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 39.29%, #fff 75%);
  transition: all 0.3s ease;
  opacity: 0;
}
.bottom-float-btn.active {
  opacity: 1;
}
.bottom-float-btn .btn {
  height: 60px;
}

[data-toggle=backToTop] {
  z-index: 16 !important;
}/*# sourceMappingURL=hp-online-article-2026.css.map */