html {
  font-family: helvetica neue, -apple-system, BlinkMacSystemFont, segoe ui,
    Roboto, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol, noto color emoji;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  touch-action: manipulation;
}
[type='radio'] {
  appearance: none;
  print-color-adjust: exact;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  width: 1rem;
  height: 1rem;
  padding: 0;
}
[type='radio']:checked {
  background-color: currentColor;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
textarea {
  outline: none;
}
.page-container *::-webkit-scrollbar {
  display: block !important;
  width: 0px !important;
  height: 0px !important;
}

a:not([href='javascript:;']) {
  cursor: pointer;
}

.page-container *::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0px !important;
}

.page-container *::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0px !important;
}

.page-container *::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
:root {
  --theme-400: #6243d1;
  --theme-500: #7150e6;
  --theme-600: #4b23b9;
  --theme-banner-100: #e8e8ff;
}

.bg-black-900 {
  background-color: #171717;
}
.bg-gray-1000 {
  background-color: #fafafa;
}
.bg-gray-1100 {
  background: #fafafa;
}

.text-black {
  color: #000000;
}
.text-black-100 {
  color: #191919;
}
.text-gray-600 {
  color: #666;
}

.swiper-container {
  width: 100%;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: rgba(0, 0, 0, 0.12);
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 8px 0 !important;
}
.swiper-pagination-bullet-active {
  background: var(--theme-500) !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-slide {
  height: 0 !important;
}
.swiper-slide.swiper-slide-active {
  height: 100% !important;
}

.min-width-140 {
  min-width: 140px;
}
.nowrap {
  white-space: nowrap;
}
.fs-0 {
  font-size: 0;
}

.max-w-8xl {
  max-width: 86rem;
}
.max-w-11xl {
  max-width: 1482px !important;
}
@media (min-width: 640px) {
  .min-w-360 {
    min-width: 360px;
  }
  .sm\:max-w-11xl {
    max-width: 1482px !important;
  }
}

.share-active {
  display: none;
}
.share-item:hover .share-common {
  display: none;
}
.share-item:hover .share-active {
  display: block;
}

.footer ul li {
  font-size: 0;
}

/* theme color */
.bg-banner-100 {
  background: var(--theme-banner-100);
}
.bg-linear {
  background: var(--theme-banner-100);
}

.text-theme-400 {
  color: var(--theme-400);
}
.text-theme-500 {
  color: var(--theme-500);
}
.text-theme-600 {
  color: var(--theme-600);
}
.text-theme-1000 {
  color: var(--theme-500);
}

.border-theme-400 {
  border-color: var(--theme-400);
}
.border-theme-500 {
  border-color: var(--theme-500);
}
.border-theme-600 {
  border-color: var(--theme-600);
}
.border-theme-1000 {
  border-color: var(--theme-500);
}

.bg-theme-400 {
  background-color: var(--theme-400);
}
.bg-theme-500 {
  background-color: var(--theme-500);
}
.bg-theme-600 {
  background-color: var(--theme-600);
}
.bg-theme-1000 {
  background-color: var(--theme-500);
}
.bg-theme-1200 {
  background-color: #f6fdf0;
}

.group:hover .group-hover\:text-theme-400 {
  --tw-text-opacity: 1;
  color: var(--theme-400) !important;
}
.group:hover .group-hover\:text-theme-500 {
  --tw-text-opacity: 1;
  color: var(--theme-500) !important;
}
.group:hover .group-hover\:text-theme-600 {
  --tw-text-opacity: 1;
  color: var(--theme-600) !important;
}

.group:hover .group-hover\:bg-theme-400 {
  --tw-bg-opacity: 1;
  background-color: var(--theme-400) !important;
}
.group:hover .group-hover\:bg-theme-500 {
  --tw-bg-opacity: 1;
  background-color: var(--theme-500) !important;
}
.group:hover .group-hover\:bg-theme-600 {
  --tw-bg-opacity: 1;
  background-color: var(--theme-600) !important;
}

.group:hover .group-hover\:border-theme-400 {
  --tw-border-opacity: 1;
  border-color: var(--theme-400);
}
.group:hover .group-hover\:border-theme-500 {
  --tw-border-opacity: 1;
  border-color: var(--theme-500);
}
.group:hover .group-hover\:border-theme-600 {
  --tw-border-opacity: 1;
  border-color: var(--theme-600);
}

.hover\:text-theme-400:hover {
  --tw-text-opacity: 1;
  color: var(--theme-400);
}
.hover\:text-theme-500:hover {
  --tw-text-opacity: 1;
  color: var(--theme-500);
}
.hover\:text-theme-600:hover {
  --tw-text-opacity: 1;
  color: var(--theme-600);
}

.hover\:bg-theme-400:hover {
  --tw-bg-opacity: 1;
  background-color: var(--theme-400);
}
.hover\:bg-theme-500:hover {
  --tw-bg-opacity: 1;
  background-color: var(--theme-500);
}
.hover\:bg-theme-600:hover {
  --tw-bg-opacity: 1;
  background-color: var(--theme-600);
}

.hover\:border-theme-400:hover {
  --tw-bg-opacity: 1;
  border-color: var(--theme-400);
}
.hover\:border-theme-500:hover {
  --tw-bg-opacity: 1;
  border-color: var(--theme-500);
}
.hover\:border-theme-600:hover {
  --tw-bg-opacity: 1;
  border-color: var(--theme-600);
}

.focus\:ring-theme-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: var(--theme-400);
}
.focus\:ring-theme-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: var(--theme-500);
}
.focus\:ring-theme-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: var(--theme-600);
}

.focus\:bg-theme-400:focus {
  --tw-bg-opacity: 1;
  background-color: var(--theme-400);
}
.focus\:bg-theme-500:focus {
  --tw-bg-opacity: 1;
  background-color: var(--theme-500);
}
.focus\:bg-theme-600:focus {
  --tw-bg-opacity: 1;
  background-color: var(--theme-600);
}

.focus\:border-theme-400:focus {
  --tw-border-opacity: 1;
  border-color: var(--theme-400);
}
.focus\:border-theme-500:focus {
  --tw-border-opacity: 1;
  border-color: var(--theme-500);
}
.focus\:border-theme-600:focus {
  --tw-border-opacity: 1;
  border-color: var(--theme-600);
}
.checked\:border-theme-500:checked {
  border-color: var(--theme-500);
}
.checked\:text-theme-500:checked {
  color: var(--theme-500);
}
/* footer language */
.language-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 18px 20px;
  margin-top: 20px;
}
.language-list a {
  font-size: 14px;
  color: #191919;
  line-height: 28px;
}
.language-list a.language-actived {
  font-weight: 800;
  font-family: 'Metropolis';
}
.language-list a:hover,
.language-list a.language-actived {
  color: var(--theme-500);
  opacity: 1;
}
.language-list a.language-actived:hover {
  opacity: 0.85;
}
/* footer language end */

header {
  will-change: transform;
  font-family: Helvetica, Helvetica Neue, Hiragino Sans GB, Microsoft YaHei,
    微软雅黑, Arial, sans-serif !important;
  background: #fff;
}
header .commonBtn svg {
  font-size: 22px;
  margin-right: 8px;
}
header.bg-linear {
  border: 0 !important;
}
header .text-gray-1000 {
  color: #191919;
}
header .max-w-8xl {
  max-width: 1162px !important;
}
header .languageBtn {
  background: none;
}
header .languageBtn svg {
  fill: #191919;
}
header svg.icon-language {
  width: 22px;
  height: 22px;
}
.languageBtn:hover span {
  color: #7150e6;
}
.languageSelect button:hover svg,
.languageBtn:hover svg {
  fill: #7150e6;
}
header .text-purple-1300 {
  color: #7150e6;
}
header .hover\:text-purple-1300:hover {
  color: #7150e6 !important;
}
header .dropdown svg {
  transition: 0.2s;
}
header .dropdown svg.show {
  transform: rotate(180deg);
}
header button,
header a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bOverHide {
  overflow: hidden;
}
.menu-open,
.menu-close {
  width: 24px;
  height: 24px;
}
header .hover\:bg-gray-1200:hover {
  background-color: #e9ebf1 !important;
}
/* header end */

/* top banner */
.banner-bg {
  background: #0751ad;
}
.banner-content {
  max-width: 644px;
  margin: 0 auto;
}
.banner-content ul li {
  position: relative;
}
.banner-content ul li::after {
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  content: '';
}
.banner-pic {
  width: 41%;
}
.banner-content a {
  min-width: 202px;
}
@media only screen and (max-width: 1100px) {
  .top-banner {
    display: block;
  }
  .top-banner .banner-content,
  .top-banner .banner-pic {
    width: 100%;
  }
  .banner-content a {
    min-width: auto;
    width: 100%;
  }
}
/* top banner end */

/* width limit */
.max-w-wrap {
  max-width: 1430px;
  margin: 0 auto;
  padding: 14px 10px;
}
/* width limit end */

.leading-h1 {
  line-height: 1.25 !important;
  word-wrap: break-word !important;
  word-break: normal !important;
}
.leading-h2 {
  line-height: 1.25 !important;
}

/* warn-tips */
.warn-tips-container {
  background: #f2f2f5;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}
.warn-tips-container.hide {
  display: none;
}
.warn-tips-container .underline {
  text-decoration: underline;
}

.warn-tips-container.bg-highlight {
  background: #006dff;
  color: #fff;
}

.bg-highlight .warn-tips .text-link,
.bg-highlight .warn-tips .text-link span {
  color: #fff;
}

.bg-highlight .close-ad {
  opacity: 0;
}

.warn-tips-container .close-ad {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: opacity 0.3s;
}

.warn-tips-container .close-ad:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.warn-tips {
  transition: all 1s;
}

.warn-tips.hide-top {
  transform: translateY(-100%);
}

.warn-tips .text-link {
  color: #000;
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word !important;
  word-break: normal !important;
  white-space: normal;
}

.warn-tips .text-link:hover * {
  text-decoration: underline;
}

.warn-tips .text-link .link-text {
  color: #006dff;
}

.warn-tips .wrapper-icon {
  display: inline-block;
}

.warn-tips .wrapper-icon::before,
.warn-tips .wrapper-icon::after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url('../images/fire-icon.webp');
  background-size: cover;
  margin: -0.25em 0.25rem 0;
  vertical-align: middle;
}
/* warn-tips end */

/* footer-eject */
.footer-eject {
  text-align: center;
  font-size: 16px;
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0;
  width: 360px;
  max-width: 80%;
  transition: transform 1s, opacity 0.3s;
  transform: translateY(300px);
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.15));
  border-radius: 8px 8px 0 0;
  color: #000;
}
.footer-eject.showAll {
  transform: translateY(0);
}
.footer-eject .collapse-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 0;
  transform: translateY(-100%);
  width: 40px;
  height: 24px;
  background: linear-gradient(270deg, #c0f0f8 0%, rgba(197, 231, 249, 0) 52.5%),
    linear-gradient(80.46deg, #c9e1fa 0%, rgba(197, 231, 249, 0) 57.71%),
    linear-gradient(90deg, #c2dcfa 0%, #bdf0f7 100%);
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.footer-eject svg {
  overflow: hidden;
  vertical-align: middle;
}
.footer-eject .collapse-button svg {
  transform: rotate(180deg);
}
.footer-eject.showAll .collapse-button svg {
  transform: rotate(0);
}
.footer-eject img {
  position: absolute;
  left: 0;
  vertical-align: middle;
  border-style: none;
}
.footer-eject img.emoji {
  top: 0;
  transform: translate(50%, -50px);
}
.footer-eject img.emoji-other {
  top: -50px;
  z-index: 1;
}
.footer-eject .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 15px;
  max-width: 100%;
  min-height: 160px;
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) -8.81%,
      #fff 34.08%
    ),
    linear-gradient(
      270deg,
      rgba(42, 240, 228, 0.4) 0%,
      rgba(140, 51, 255, 0.4) 37.5%,
      rgba(255, 39, 118, 0.4) 68.75%,
      rgba(255, 188, 15, 0.4) 100%
    ),
    #fff;
  position: relative;
  overflow: hidden;
}
.footer-eject .footer-eject-title {
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
}
.footer-eject-ctrl {
  display: flex;
  justify-content: center;
  font-size: 0;
  margin-top: 20px;
}
.footer-eject-ctrl a {
  display: inline-block;
  padding: 8px 14px;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  background: #7150e6;
}
.footer-eject-ctrl a:hover {
  opacity: 0.9;
}

@media (min-width: 992px) {
  .footer-eject {
    right: 20px;
  }
}
/* footer-eject end */

.text-gray-1000 {
  color: #191919;
}
.text-gray-1300 {
  color: #cccccc;
}
.text-gray-1500 {
  color: #666666;
}
.text-gray-1800 {
  color: #2f3032;
}
.text-purple-1700 {
  color: #51418c;
}
.border-purple-1500 {
  border-color: #cdc4f2;
}
.border-gray-1200 {
  border-color: #f3f3f4;
}
.bg-purple-1600 {
  background-color: #f9f7ff;
}
.bg-white {
  background-color: #fff;
}
.hover\:text-white:hover {
  color: #fff;
}
.hover\:text-gray-1000:hover {
  color: #191919;
}
.hover\:text-purple-1300:hover {
  color: #7150e6;
}
.hover\:bg-purple-1300:hover {
  background-color: #6243d1;
}
.group:hover .group-hover\:text-purple-1300 {
  color: #7150e6;
}
.group:hover .group-hover\:hidden {
  display: none;
}
.group:hover .group-hover\:block {
  display: block;
}

.max-w-11xl {
  max-width: 1482px !important;
}
.tool-item {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
}
.tool-item.noticeable {
  border: 2px solid rgba(169, 176, 255, 1);
}

.tool-item-simple {
  content-visibility: visible !important;
  height: 106px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
}
.tool-item.tool-item-simple:hover {
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
.tool-item-simple.noticeable {
  border: 2px solid #D9D8FC;
}
.tool-item-simple.noticeable .free-tag {
  background: #EBEAFD;
  color: #7150E6;  
}
.tool-item-simple.noticeable .free-tag .svg-icon {
  color: #BCB9F9;
}
.tool-item-simple .free-tag {
  top: -8px !important;
  right: -8px !important;
  width: 37px;
  height: 18px;
  background: rgba(229,231,235,0.5);
  color: #4B5563;
  font-size: 12px;
  border-radius: 3px 3px 0px 3px;
}

.tool-item-simple .free-tag .svg-icon {
  right: 0;
  bottom: -5px;
  stroke: unset;
  color: #D1D5DB;
}

.tool-item-simple-image {
  aspect-ratio: 1;
}

.tool-item:hover {
  box-shadow: rgba(14, 30, 62, 0.12) 0px 8px 16px;
}
.tool-item .tool-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #808283;
  line-height: 17px;
}
.tool-item .tool-linear .tool-pic {
  width: 100%;
  aspect-ratio: 137/85;
  overflow: hidden;
}
.tool-item .tool-linear {
  background: linear-gradient(360deg, #eaeaff 0%, #c2c2ff 100%);
}
.tool-item .tool-linear .tool-pic {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  aspect-ratio: 137/85;
  overflow: hidden;
}
.tool-item .tool-pic img {
  border-radius: 10px 10px 0 0;
}
.tool-item .t-label {
  padding: 3px 10px;
}
.tool-item .flag {
  margin-top: -1px;
}
.tool-item .flag img {
  width: 17px;
  height: 12px;
}
.tool-item .maxHeight {
  max-height: 24px;
  overflow: hidden;
}
.tool-item .fs0 {
  font-size: 0;
}

.tooltip-box {
  padding: 10px 12px;
}

.tool-item .tool-description-wrapper .tooltip-box {
  top: 100%;
  margin-top: 5px;
  cursor: default;
}

.tool-item .tool-description-wrapper .tool-description-tooltip-bottom-line {
  top: unset;
  bottom: 100%;
  margin-bottom: 5px;
  margin-top: unset;
}

.tool-item .tooltip-box.tool-description-tooltip-bottom-line::before {
  top: unset;
  bottom: -4px;
  left: 50%;
}

.tool-item .tooltip-box.tool-description-tooltip-bottom-line::after {
  top: unset;
  bottom: -7px;
}

.tool-item .tool-name-tooltip {
  top: 100%;
  left: 50%;
  margin-top: 5px;
  transform: translateX(-50%);
  cursor: default;
}

.tool-item .tooltip-box::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background-color: #000;
}

.menu-bar .sun-menu {
  display: none;
}
.menu-bar .sun-menu ul {
  border-color: rgb(229, 231, 235);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(17, 24, 39, 0.05) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.menu-bar .sun-menu ul li a .icon {
  width: 36px;
  height: 36px;
}
.menu-bar .sun-menu ul li a .icon img {
  width: 20px;
  height: 20px;
}
.menu-bar .sun-menu ul li a .icon svg {
  font-size: 20px;
}
.menu-bar:hover .sun-menu {
  display: block;
}

.menu-bar .sub-menu {
  display: none;
}
.menu-bar .sub-menu .sub-title svg {
  transition: 0.2s;
}
.menu-bar.show .sub-menu {
  display: block;
}
.menu-bar.show .sub-title svg {
  transform: rotate(180deg);
}
.w-4\.5 {
  width: 18px;
}
.h-4\.5 {
  height: 18px;
}
header .nav-mobile {
  max-height: 98vh;
  overflow-y: auto;
}

#drawer-language-drawer {
  max-height: 60vh !important;
  transform: translateY(-418px) !important;
}

.footer,
main,
.tool-item {
  content-visibility: auto;
}
.bg-gray-2600 {
  background-color: #f8f9fb;
}
.border-gray-3100 {
  border-color: #edeef0;
}
.tool-item .t-label {
  padding: 3px 10px;
}
.ml--4 {
  margin-left: -16px;
}
.mr--4 {
  margin-right: -16px;
}

.ring-gray-900\/5 {
  --tw-ring-color: rgb(17 24 39 / 0.05);
}

@media (min-width: 1536px) {
  .xxl\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }
}

.top-sponsored {
  background: url('/toolify-seo/images/top_banner.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.top-sponsored .tool-ad {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  gap: 8px;
  flex-wrap: wrap;
  font-weight: 500;
}
.top-sponsored .tool-ad:hover {
  opacity: 0.8;
}
.top-sponsored .tool-ad .text-hero-magic {
  color: #fff;
  background: #000;
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: 400;
}
@media (min-width: 1160px) {
  .xlg\:inline-block {
    display: block !important;
  }
  .xlg\:block {
    display: block !important;
  }
}
.mt-px {
  margin-top: 1px;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0),
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow) !important;
}

.bg-gray-1300 {
  background: #d5d9e2;
}
.bg-gray-1400 {
  background: #fcfcfc;
}
.text-gray-1900 {
  color: #1a1a1a;
}
.text-gray-2000 {
  color: #6b7280;
}
.text-gray-2100 {
  color: #3b4252;
}
.bg-gray-2100 {
  background: #3b4252;
}
.border-gray-1300 {
  border-color: #ebebeb;
}

.border-theme-100 {
  border-color: #ebeafd;
}
.bg-theme-200 {
  background: #bcb9f9;
}
.border-theme-200 {
  border-color: #bcb9f9;
}
.bg-theme-300 {
  background: #f4f4fe;
}

.left-1\.75 {
  left: 7px;
}
.group:hover .group-hover\:opacity-80 {
  color: #6b7280 !important;
  opacity: 80;
}
.rotate-180 {
  transform: rotate(180deg);
}
.text-wrap {
  word-wrap: break-word !important;
  word-break: normal !important;
}
.faq-list .hidden {
  display: none !important;
}
.faq-item .faq-title {
  display: flex !important;
}
.border-1\.5 {
  border-width: 3px;
}
.mt-0 {
  margin-top: 0px !important;
}
.text-base {
  font-size: 16px !important;
}
.bg-red-1100 {
  background-color: #ff3b30 !important;
}

.border-gray-1400 {
  border-color: #e7e7e9;
}
.reportBtn:hover svg path {
  stroke: #e7e7e9 !important;
}
.reportBtn:hover svg path {
  stroke: var(--theme-500) !important;
}
.reportClose:hover svg path {
  stroke: var(--theme-500) !important;
}

/* tips */
.bg-green-50 {
  background-color: #f0fdf4;
}
.text-green-500 {
  color: #22c55e;
}
/* tips end */

/* article */
@media screen and (min-width: 1280px), print {
  .xl\:max-w-60 {
    max-width: 15rem;
  }
}

@media screen and (min-width: 640px), print {
  .mini-article-simple {
    min-width: unset !important;
  }
}

.mini-article-simple {
  min-width: 256px;
}
.mini-article-simple .mini-article-simple-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}

.mini-article-simple .mini-article-simple-cover {
  aspect-ratio: 137 / 85;
}

.featured-item {
  border: 2px solid #a9b0ff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .08);
}

.featured-item .flag img {
  height: 10px;
  width: 14px;
}

.featured-item .t-label {
  padding: 3px 10px;
}

.featured-item-pic {
  aspect-ratio: 137 / 85;
}

.featured-item-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 1280px), print {
  .xl\:w-75 {
    width: 300px;
  }
  .xl\:w-69 {
    width: 276px;
  }
}

.max-w-11xl {
  max-width: 1482px;
}

.footer .article-bottom-bar {
  padding-top: 32px;
}

.placeholder-logo {
  background-color: #EBEAFD;
  color: #7150E6;
}
/* article end */

.winning-products-content:has(> div > ins.adsbygoogle-right[data-ad-status="unfilled"]) {
  max-width: 80rem !important;
}

.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.\!mt-8 {
  margin-top: 32px !important;
}

@media (min-width: 1630px) {
  .xxl\:flex {
    display: flex !important;
  }
}

.hidden-i {
  display: none !important;
}

.headline-name {
  background: linear-gradient(270deg, #B19BFF 0%, #7352E7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content-ad-title {
  background: linear-gradient(270deg, #B19BFF 0%, #7352E7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 768px) {
  .content-ad-title {
    font-size: 14px !important;
  }
}

.ad-tag {
  top: -10px;
  left: -6px;
  padding: 2px 6px;
  border-radius: 3px 3px 3px 0;
  width: 30px;
  height: 18px;
}

.ad-tag-icon {
  left: -1px;
  bottom: -4px;
}

.flex-center {
  align-items: center;
}

.headline-ad-container {
  padding: 10px 12px;
  max-width: 70vw;
  content-visibility: unset;
  transform: translateX(-50%);
  left: 50%;
  box-shadow: unset;
  border: 1px solid #D9D8FC;
  color: #4b5563;
  background-color: #f4f4fe;
}

.headline-ad-container:hover {
  box-shadow: unset !important;
}

.try-it-btn {
  background: linear-gradient(270deg, #644CFF 0%, #9491F4 100%);
}

@media (max-width: 768px) {
  .try-it-btn {
    font-size: 14px !important;
    padding: 4px 8px !important;
    height: unset !important;
  }
}

.content-ad-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 17px;
  color: #4b5563;
}

@media (max-width: 768px) {
  .content-ad-desc {
    -webkit-line-clamp: 2;
  }
}

.content-ad-container {
  box-shadow: unset !important;
  content-visibility: unset !important;
  padding: 10px 12px;
  border: 1px solid #D9D8FC;
}

.directory-ad-container {
  height: unset;
  max-width: 100%;
  width: 100%;
  background: linear-gradient(
      0deg,
      rgba(113, 80, 230, 0) 0%,
      rgba(113, 80, 230, 0.09) 100%
  );
  border: 1px solid #d9d8fc;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}

.directory-ad-container:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
}

@media (min-width: 1024px) {
  .directory-ad-container {
    max-width: 240px;
  }
}

@media (min-width: 1024px) {
  .aside-container {
    max-width: 240px;
  }
}

.ad-card-badge-position {
  top: -9px;
  left: -6px;
}

.ad-card-badge {
  height: 18px;
  border-radius: 3px 3px 0px 0px;
  background: #ebeafd;
  width: 37px;
}

.triangle-badge {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 4px 0;
  border-color: transparent #bcb9f9 transparent transparent;
}

.ad-card-line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .ad-card-title {
      background: linear-gradient(270deg, #B19BFF 0%, #7352E7 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }
}

.mt-\[92px\] {
  margin-top: 92px !important;
}