/*** ATOMIC CSS ***/

 .display-none {
  display: none;
}

/*** GLOBAL CSS ***/

 :host {
  word-break: break-word;
}

 a {
  transition: unset;
}

 b,
 strong {
  font-family: RoobertBold, sans-serif;
  font-weight: normal;
}

 a,
 a:active,
 a:focus,
 a:hover,
 a:visited {
  color: #9146ff;
  text-decoration: none;
}

/* SAFETY NEWS DETAIL */

 .tsc-blogpost {
  padding: 0 100px;
}

@media screen and (max-width: 1023px) {
   .tsc-blogpost {
    padding: 0 12px;
  }
}

 .tsc-blogpost .tsc-blogpost-contents {
  max-width: 1440px;
  margin: auto;
}

 .tsc-blogpost-title {
  color: #9146ff;
  font-size: 73px;
  line-height: 104%;
  letter-spacing: -0.022em;
  margin: auto;
  max-width: 1000px;
}

@media screen and (max-width: 1023px) {
   .tsc-blogpost-title {
    font-size: 34px;
  }
}

 .tsc-blogpost-date {
  color: #000000;
  font-family: RoobertBold, sans-serif;
  font-size: 24px;
  margin: 50px auto;
  max-width: 1000px;
}

 .tsc-blogpost-date a {
  float: right;
}

 .tsc-blogpost-body {
  color: #000000;
  margin: auto;
  max-width: 600px;
  padding-bottom: 1rem;
}

@media screen and (max-width: 1023px) {
   .tsc-blogpost-body {
    max-width: 475px;
  }
}

 div.tsc-blogpost-image {
  margin: auto;
  max-width: 1000px;
}

 .tsc-blogpost-body h1 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
  font-family: Roobert, sans-serif;
}

@media screen and (max-width: 1023px) {
   .tsc-blogpost-body h1 {
    font-size: 28px;
  }
}

 .tsc-blogpost-body h2 {
  font-family: RoobertMedium, sans-serif;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1023px) {
   .tsc-blogpost-body h2 {
    font-size: 24px;
  }
}

 .tsc-blogpost-body h3 {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1023px) {
   .tsc-blogpost-body h3 {
    font-size: 18px;
  }
}

 .tsc-blogpost-body p,
 .tsc-blogpost-body li {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  font-family: Roobert, sans-serif;
}

@media screen and (max-width: 1023px) {
   .tsc-blogpost-body p,
   .tsc-blogpost-body li {
    font-size: 16px;
  }
}

 .tsc-blogpost-body ul {
  list-style: disc;
  margin-left: 24px;
}

 .tsc-blogpost-body ul > li {
  margin-left: 24px;
  margin-bottom: 12px;
}

 .tsc-blogpost-body ul > li:last-of-type {
  margin-bottom: 24px;
}

 .tsc-blogpost-body li ul li:first-of-type {
  margin-top: 24px;
}

 .tsc-blogpost-link {
  font-family: RoobertBold, sans-serif;
  font-size: 24px;
  margin: 50px auto;
  max-width: 1000px;
}

/* SUBTOPICS */

 .tsc-subtopic {
  padding: 0 100px;
}

@media screen and (max-width: 1023px) {
   .tsc-subtopic {
    padding: 0 12px;
  }
}

 .tsc-subtopic .tsc-subtopic-contents {
  max-width: 1440px;
  margin: auto;
}

 .tsc-subtopic-title {
  color: #9146ff;
  font-size: 73px;
  line-height: 104%;
  letter-spacing: -0.022em;
  font-family: RoobertMedium;
}

@media screen and (max-width: 1023px) {
   .tsc-subtopic-title {
    font-size: 34px;
    font-family: RoobertMedium;
  }
}

 .tsc-subtopic-summary {
  font-family: RoobertBold, sans-serif;
  font-size: 24px;
  line-height: 120%;
  margin: 2rem 0 4rem;
}

@media screen and (max-width: 1023px) {
   .tsc-subtopic-summary {
    font-size: 18px;
  }
}

 .tsc-subtopic-toc {
  display: none;
  max-width: 350px;
}

 .tsc-subtopic-toc.tsc-subtopic-toc-show {
  display: block;
}

 .tsc-subtopic-toc-container {
  background-color: #f0f0ff;
  border-radius: 10px;
  margin-left: 3rem;
  padding-bottom: 14px;
  position: sticky;
  top: 130px;
}

@media screen and (max-width: 1023px) {
   .tsc-subtopic-toc-container {
    margin: 0 0 3rem 0;
  }
}

 .tsc-subtopic-body .tsc-subtopic-toc-container h2 {
  font-size: 14px;
  line-height: 143%;
  margin-bottom: 10px;
}

 .tsc-subtopic-body .tsc-subtopic-toc-container h2 a {
  transition: color 0.3s ease;
}

 .tsc-subtopic-body .tsc-subtopic-toc-container h2 a:hover,
 .tsc-subtopic-body .tsc-subtopic-toc-container .current-toc-section a {
  color: #000000;
}

 .tsc-subtopic-body {
  padding-bottom: 4rem;
}

 .tsc-subtopic-body h1 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
  cursor: pointer;
  font-family: Roobert, sans-serif;
}

@media screen and (max-width: 1023px) {
   .tsc-subtopic-body h1 {
    font-size: 28px;
    font-family: RoobertMedium, sans-serif;
  }
}

 .tsc-subtopic-body h2 {
  font-family: RoobertMedium, sans-serif;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1023px) {
   .tsc-subtopic-body h2 {
    font-size: 24px;
  }
}

 .tsc-subtopic-body h3 {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1023px) {
   .tsc-subtopic-body h3 {
    font-size: 18px;
  }
}

 .tsc-subtopic-anchor {
  margin-top: -110px;
  padding-top: 130px;
}

 .tsc-subtopic-body p,
 .tsc-subtopic-body li {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  font-family: Roobert, sans-serif;
}

@media screen and (max-width: 1023px) {
   .tsc-subtopic-body p,
   .tsc-subtopic-body li {
    font-size: 16px;
    font-family: Roobert, sans-serif;
  }
}

 .tsc-subtopic-body li p {
  display: inline;
}

 .tsc-subtopic-body ol {
  counter-reset: list;
}

 .tsc-subtopic-body ol > li {
  counter-increment: list;
  margin: 0 0 24px 50px;
  text-indent: -50px;
}

 .tsc-subtopic-body ol > li:before {
  background-color: #f0f0ff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  color: #9146ff;
  content: counter(list);
  display: inline-block;
  font-family: RoobertBold, sans-serif;
  font-size: 18px;
  line-height: 35px;
  margin: 0 15px -10px 0;
  position: relative;
  text-indent: 12px;
  top: -1px;
}

 .tsc-subtopic-body ol > li:nth-child(1):before {
  text-indent: 13px;
}

 .tsc-subtopic-body ol > li:nth-child(n + 10):before {
  text-indent: 9px;
}

@media screen and (max-width: 1023px) {
   .tsc-subtopic-body ol > li {
    margin-left: 35px;
    text-indent: -35px;
  }

   .tsc-subtopic-body ol > li:before {
    font-size: 16px;
    line-height: 25px;
    text-indent: 8px;
    margin-right: 10px;
    width: 25px;
    height: 25px;
  }

   .tsc-subtopic-body ol > li:nth-child(1):before {
    text-indent: 9px;
  }

   .tsc-subtopic-body ol > li:nth-child(n + 10):before {
    text-indent: 5px;
  }
}

 .tsc-subtopic-body ol ul {
  list-style: disc;
}

 .tsc-subtopic-body ul {
  list-style: disc;
  margin-left: 24px;
}

 .tsc-subtopic-body ul > li {
  margin-bottom: 12px;
  margin-left: 24px;
}

 .tsc-subtopic-body ul > li:last-of-type {
  margin-bottom: 24px;
}

 .tsc-subtopic-body li ul li {
  margin-bottom: 12px;
  text-indent: 0px;
}

 .tsc-subtopic-body li ul li:first-of-type {
  margin-top: 24px;
}

 .tsc-subtopic-body p.note {
  background-color: #f0f0ff;
  border-radius: 5px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 130%;
  padding: 25px;
}

@media screen and (max-width: 1023px) {
   .tsc-subtopic-body p.note {
    font-size: 16px;
  }
}

 .tsc-subtopic-body p.note.emote {
  padding-left: 70px;
}

 .tsc-subtopic-body p.note.emote img:first-of-type {
  float: left;
  margin-left: -45px;
  margin-top: 4px;
  height: 32px;
  width: 32px;
}

 .tsc-body .video {
  border: 3px solid rgba(0, 0, 0, 0);
  height: 0;
  position: relative;
  padding-bottom: calc(
    var(--aspect-ratio, 0.5625) * 100%
  ); /* falls back to 16/9, but otherwise uses ratio from HTML */
}

 .tsc-body .video:hover {
  border: 3px solid #9146ff;
  box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.35);
}

 .tsc-body .video iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

 .tsc-subtopic-body .expandable-header:after {
  content: "";
}

 .tsc-subtopic-body .expandable-content {
  display: none;
}

 .tsc-subtopic-body .is-expanded + .expandable-content {
  display: block;
}

/*** RTL CSS ***/

/** RTL CSS FOR Subtopic**/

/* For alignment of unordered list and sublist items*/

html[dir="rtl"] .tsc-subtopic-body ul {
  list-style: disc;
  margin-right: 24px;
  margin-left: 0; 
}

html[dir="rtl"] .tsc-subtopic-body ul > li {
  margin-right: 24px;
}

/*For alignment of ordered list and sublist items*/

html[dir="rtl"] .tsc-subtopic-body ol > li:before {
  margin: 0 0 -10px 15px;
}

html[dir="rtl"] .tsc-subtopic-body ol > li {
  margin: 0 50px 24px 0px;
}

@media screen and (max-width: 1023px) {

  html[dir="rtl"] .tsc-subtopic-body ol > li {
    margin: 0 35px 24px 0px;
  }
}

/*For alignment of indexing element*/

html[dir="rtl"] .tsc-subtopic-toc-container{
  margin-left: 0rem;
  margin-right: 3rem;
}

@media screen and (max-width: 1023px) {

  html[dir="rtl"] .tsc-subtopic-toc-container{
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

/*For alignment of highlighted paragraph content with image*/

html[dir="rtl"] .tsc-subtopic-body p.note.emote img:first-of-type {
  float: right;
  margin-right: -45px;
}

/*For alignment of highlighted paragraph content*/
html[dir="rtl"] .tsc-subtopic-body p.note.emote {
  padding-right: 70px;
}

/** RTL CSS FOR Safety News Details**/

/*For alignment of unordered list and sublist items*/

html[dir="rtl"] .tsc-blogpost-body ul > li {
  margin-right: 24px;
}

html[dir="rtl"] .tsc-blogpost-body ul {
  margin-right: 24px;
}