@charset "UTF-8";
.base-layout-container {
  padding: 64px 20px 77px;
  width: 1150px;
  max-width: 100%;
  box-sizing: border-box;
  margin: auto;
  background: #ffffff;
}
:global(.is-rtl) .base-layout-container {
  direction: rtl;
}
.base-layout-container .main-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.base-layout-container .main-container > :global(.side-list-container) {
  flex: 0 0 240px;
  width: 240px;
  margin-right: 24px;
  align-self: stretch;
}
:global(.is-rtl) .base-layout-container .main-container > :global(.side-list-container) {
  margin-right: 0;
  margin-left: 24px;
}

@media (max-width: 991px) {
  .base-layout-container {
    padding: 26px;
    width: auto;
  }
  .base-layout-container .main-container {
    flex-direction: column;
    align-items: stretch;
  }
  .base-layout-container .main-container > :global(.side-list-container) {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
  }
}
.article-title {
  font-family: var(--tux-web-font-display);
  font-weight: 700;
  font-size: 57px;
  line-height: 1;
  margin-bottom: 40px;
  word-break: break-word;
  hyphens: manual;
}
:global(html[lang^="my"]) .article-title {
  line-height: 1.4;
}

@media (max-width: 991px) {
  .article-title {
    font-family: var(--tux-web-font-display);
    font-weight: 700;
    font-size: 33px;
    line-height: 1;
    margin-bottom: 24px;
    text-align: center;
  }
}
.article-wrapper {
  flex: 0 1 1152px;
  max-width: 1152px;
  overflow-wrap: break-word;
  padding: 48px;
  overflow: hidden;
  box-shadow: 2px 4px 20px rgba(34, 90, 89, 0.2);
  border-radius: 8px;
  box-sizing: border-box;
}
.article-wrapper.article-borderless {
  max-width: 560px;
  flex: 0 1 560px;
  padding: 0;
  box-shadow: none;
  overflow: initial;
}
.article-wrapper a {
  color: #fe2c55;
  text-decoration: none;
}
.article-wrapper h1 {
  font-family: var(--tux-web-font-display);
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
}
.article-wrapper h1:first-child {
  font-family: var(--tux-web-font-display);
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .article-wrapper h1 {
    font-size: 24px !important;
  }
}
.article-wrapper h2 {
  font-family: var(--tux-web-font-display);
  font-weight: 700;
  font-size: 33px;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .article-wrapper h2 {
    font-size: 18px !important;
  }
}
:global(html[lang^="my"]) .article-wrapper h2 {
  line-height: 1.4;
}
.article-wrapper h3 {
  font-family: var(--tux-web-font-body);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .article-wrapper h3 {
    font-size: 16px !important;
  }
}
:global(html[lang^="my"]) .article-wrapper h3 {
  line-height: 1.4;
}
.article-wrapper h4 {
  font-family: var(--tux-web-font-body);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .article-wrapper h4 {
    font-size: 16px !important;
  }
}
.article-wrapper p {
  font-family: var(--tux-web-font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #4f525a;
}
@media (max-width: 991px) {
  .article-wrapper p {
    font-size: 14px;
    margin-bottom: 22px;
  }
}
.article-wrapper li {
  font-family: var(--tux-web-font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #4f525a;
}
.article-wrapper ul li::marker {
  font-size: 10px;
}
.article-wrapper img {
  max-width: 100%;
  height: auto;
}
.article-wrapper strong {
  font-weight: bold;
}
.article-wrapper .bullet-box {
  font-family: var(--tux-web-font-body);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 16px;
  color: #4f525a;
}
.article-wrapper .bullet-box .bullet:before {
  content: "•";
  margin-right: 8px;
}
.article-wrapper .netdz-wrapper table.expanded tr:last-child td {
  font-weight: bold !important;
}
.article-wrapper .netdz-wrapper .transparency-report th:nth-child(1) {
  width: 400px !important;
}
.article-wrapper .netdz-wrapper tr td:nth-child(1) {
  width: 400px !important;
}
.article-wrapper .transparency-wrapper {
  border: 1px solid #8a8b91;
  padding: 20px;
  border-radius: 2px;
  overflow: auto;
  text-align: left;
  margin-bottom: 10px;
}
.article-wrapper .transparency-wrapper .transparency-report {
  display: block;
  width: 100%;
  color: #000;
  box-sizing: border-box;
  border-collapse: collapse;
}
.article-wrapper .transparency-wrapper .transparency-report thead {
  vertical-align: top;
}
.article-wrapper .transparency-wrapper .transparency-report thead th {
  text-align: left;
  font-family: var(--tux-web-font-body);
  font-weight: 500;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90px;
  height: 100%;
  margin-left: 24px;
}
.article-wrapper .transparency-wrapper .transparency-report thead th:nth-child(1) {
  margin-left: 0;
  width: 110px;
}
.article-wrapper .transparency-wrapper .transparency-report thead th:last-child {
  width: 200px;
  margin-right: 20px;
}
.article-wrapper .transparency-wrapper .transparency-report tr {
  display: flex;
}
.article-wrapper .transparency-wrapper .transparency-report tr td {
  font-family: var(--tux-web-font-body);
  font-weight: 400;
  display: inline-block;
  width: 90px;
  min-height: 26px;
  max-height: 114px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-left: 24px;
  margin-top: 19px;
  color: #4f525a;
}
.article-wrapper .transparency-wrapper .transparency-report tr td:nth-child(1) {
  margin-left: 0;
  width: 110px;
}
.article-wrapper .transparency-wrapper .transparency-report tr td:last-child {
  width: 200px;
  margin-right: 20px;
}
:global(.is-rtl) .article-wrapper .transparency-wrapper .transparency-report tr td {
  direction: rtl;
  text-align: right;
}
.article-wrapper .transparency-wrapper .removal th,
.article-wrapper .transparency-wrapper .removal td {
  width: 115px !important;
}
.article-wrapper .transparency-wrapper .copyrighted th,
.article-wrapper .transparency-wrapper .copyrighted td {
  width: 335px !important;
}
.article-wrapper .transparency-wrapper .show-all {
  color: #fe2c55;
  margin: 19px 0 0;
  display: inline-block;
  cursor: pointer;
}
.article-wrapper #settings-button {
  font-family: var(--tux-web-font-body);
  font-weight: 400;
  display: inline-flex;
  min-width: 196px;
  padding: 0 10px;
  box-sizing: border-box;
  white-spacing: nowrap;
  height: 44px;
  background: #fe2c55;
  color: #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}
.article-wrapper [id]::before {
  display: block;
  content: " ";
  visibility: hidden;
}
.article-wrapper table#videos {
  margin-bottom: 30px;
  border: 1px solid #dddddd;
}
.article-wrapper table#videos .col {
  text-align: left;
  padding: 8px;
  color: #4f525a;
}
.article-wrapper table#videos .header {
  text-align: left;
  padding: 8px;
}
.article-wrapper table#videos th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}

.content-wrapper {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper h1 {
  font-size: 32px;
  line-height: 38px;
  margin-top: 48px;
  margin-bottom: 16px;
}
.content-wrapper h1:first-child {
  margin-top: 0px;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 16px !important;
}
.content-wrapper h2 {
  font-family: var(--tux-web-font-body);
  font-weight: 900;
  line-height: 28px;
  margin-top: 48px;
  margin-bottom: 12px;
  font-size: 24px;
}
.content-wrapper .formHeader-div {
  background: #ffffff;
}
.content-wrapper .formHeader-div p {
  margin: 0;
  font-size: 14px;
}
.content-wrapper .formHeader-div .top-card-box {
  padding: 20px;
}

@media (max-width: 991px) {
  .article-wrapper {
    flex: 0 0 auto;
    width: auto;
    padding: 6px;
    box-shadow: none;
  }
  .article-wrapper ul,
.article-wrapper ol {
    padding-left: 20px;
  }
  :global(.is-rtl) .article-wrapper ul,
:global(.is-rtl) .article-wrapper ol {
    padding-left: 0;
    padding-right: 20px;
  }
  .article-wrapper #settings-button {
    width: 100%;
  }

  .content-wrapper h1 {
    font-size: 24px !important;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .content-wrapper h1:first-child {
    line-height: 28px;
    margin-bottom: 12px !important;
  }
  .content-wrapper h2 {
    font-size: 18px !important;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .content-wrapper p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.top-card-line-text {
  display: flex;
}
.top-card-line-text .line-circle {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
  margin: 7px 12px 0 0;
  flex: none;
}
.top-card-line-text .line-hollow-circle {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  border: 1px solid #000000;
  margin: 7px 12px 0 0;
  flex: none;
}

/* 暗黑模式样式 */
@media (prefers-color-scheme: dark) {
  :root {
    --text-color: #000;
  }
}
body {
  color: var(--text-color);
}
