/* [project]/web/src/components/ArticleAnchor/index.module.scss.module.css [client] (css) */
.index-module-scss-module__4-xcma__articleAnchor .two-line-ellipsis {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.index-module-scss-module__4-xcma__scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #4dffa7 #9fafa7;
}

.index-module-scss-module__4-xcma__scrollbar::-webkit-scrollbar {
  width: 8px;
}

.index-module-scss-module__4-xcma__scrollbar::-webkit-scrollbar-track {
  background: #9fafa7;
  border-radius: 4px;
}

.index-module-scss-module__4-xcma__scrollbar::-webkit-scrollbar-thumb {
  background: #4dffa7;
  border-radius: 4px;
}

.index-module-scss-module__4-xcma__scrollbar::-webkit-scrollbar-thumb:hover {
  background: #3de096;
}

.index-module-scss-module__4-xcma__customScrollbar {
  scrollbar-width: thin;
  scrollbar-color: var(--f-text-disabled) var(--f-bg-active);
}

.index-module-scss-module__4-xcma__customScrollbar::-webkit-scrollbar {
  width: 8px;
}

.index-module-scss-module__4-xcma__customScrollbar::-webkit-scrollbar-track {
  background: var(--f-bg-active);
  border-radius: 4px;
}

.index-module-scss-module__4-xcma__customScrollbar::-webkit-scrollbar-thumb {
  background: var(--f-text-disabled);
  border-radius: 4px;
}

.index-module-scss-module__4-xcma__customScrollbar::-webkit-scrollbar-thumb:hover {
  background: var(--f-text-disabled);
  opacity: .8;
}

/* [project]/web/src/pages/apple/[...params]/_components/RelatedArticlesSidebar/index.module.scss.module.css [client] (css) */
.index-module-scss-module__lZt-UG__sidebar::-webkit-scrollbar {
  width: 5px;
  height: 6px;
}

.index-module-scss-module__lZt-UG__sidebar::-webkit-scrollbar-track {
  border-radius: 2px;
}

.index-module-scss-module__lZt-UG__sidebar::-webkit-scrollbar-thumb {
  box-shadow: inset;
  background: #e8edf4;
  border-radius: 10px;
}

/* [project]/web/src/pages/apple/[...params]/_block/ToolsPage/index.module.scss.module.css [client] (css) */
.index-module-scss-module__xmgVRG__content h2 {
  --tw-text-opacity: 1;
  color: rgb(27 23 70 / var(--tw-text-opacity, 1));
  margin-top: 4rem;
  margin-bottom: 1.25rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.75rem;
}

@media (max-width: 1024px) {
  .index-module-scss-module__xmgVRG__content h2 {
    margin-top: 5rem;
  }
}

@media (max-width: 768px) {
  .index-module-scss-module__xmgVRG__content h2 {
    margin-top: 1.25rem;
    margin-bottom: .5rem;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.index-module-scss-module__xmgVRG__content h3 {
  --tw-text-opacity: 1;
  color: rgb(27 23 70 / var(--tw-text-opacity, 1));
  margin-top: 1.25rem;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

@media (max-width: 768px) {
  .index-module-scss-module__xmgVRG__content h3 {
    margin-bottom: .25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.index-module-scss-module__xmgVRG__content h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.index-module-scss-module__xmgVRG__content p, .index-module-scss-module__xmgVRG__content ul, .index-module-scss-module__xmgVRG__content ol {
  color: #211d53d9;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .index-module-scss-module__xmgVRG__content p, .index-module-scss-module__xmgVRG__content ul, .index-module-scss-module__xmgVRG__content ol {
    margin-bottom: .75rem;
    font-size: .875rem;
    line-height: 1.375rem;
  }
}

.index-module-scss-module__xmgVRG__content ul > :not([hidden]) ~ :not([hidden]), .index-module-scss-module__xmgVRG__content ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
}

@media (max-width: 640px) {
  .index-module-scss-module__xmgVRG__content ul > :not([hidden]) ~ :not([hidden]), .index-module-scss-module__xmgVRG__content ol > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
  }
}

.index-module-scss-module__xmgVRG__content .list-dot > li > p:first-child {
  margin-bottom: .5rem;
}

.index-module-scss-module__xmgVRG__content .list-dot .title {
  --tw-text-opacity: 1;
  color: rgb(27 23 70 / var(--tw-text-opacity, 1));
  font-weight: 600;
}

.index-module-scss-module__xmgVRG__content .text-primary {
  --tw-text-opacity: 1;
  color: rgb(100 86 255 / var(--tw-text-opacity, 1));
}

.index-module-scss-module__xmgVRG__content .text-primary-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(139 130 240 / var(--tw-text-opacity, 1));
}

.index-module-scss-module__xmgVRG__content .faq {
  counter-reset: h3;
}

.index-module-scss-module__xmgVRG__content .faq h3 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  position: relative;
}

@media (max-width: 768px) {
  .index-module-scss-module__xmgVRG__content .faq h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.index-module-scss-module__xmgVRG__content .faq h3:before {
  content: counter(h3) ".";
  counter-increment: h3;
  position: absolute;
  top: 0;
  left: 0;
}

:is(.index-module-scss-module__xmgVRG__content .faq p, .index-module-scss-module__xmgVRG__content .faq ul) {
  padding-left: 1.5rem;
}

/* [project]/web/src/pages/mango/[...params]/_components/RelatedArticlesSidebar/index.module.scss.module.css [client] (css) */
.index-module-scss-module__F4ZQMW__sidebar::-webkit-scrollbar {
  width: 5px;
  height: 6px;
}

.index-module-scss-module__F4ZQMW__sidebar::-webkit-scrollbar-track {
  border-radius: 2px;
}

.index-module-scss-module__F4ZQMW__sidebar::-webkit-scrollbar-thumb {
  box-shadow: inset;
  background: #e8edf4;
  border-radius: 10px;
}

/* [project]/web/src/pages/orange/[...params]/_components/RelatedArticlesSidebar/index.module.scss.module.css [client] (css) */
.index-module-scss-module__9sHTwa__sidebar::-webkit-scrollbar {
  width: 2.5px;
  height: 6px;
}

.index-module-scss-module__9sHTwa__sidebar::-webkit-scrollbar-track {
  border-radius: 2px;
}

.index-module-scss-module__9sHTwa__sidebar::-webkit-scrollbar-thumb {
  box-shadow: inset;
  background: #bebaca;
  border-radius: 10px;
}

