.tpbs--authority-content {
  padding-bottom: 2rem;
  font-family: thongterm, sans-serif
}

.tpbs--authority-content p {
  margin-bottom: 0.5rem
}

@media (min-width: 1280px) {
  .tpbs--authority-content p {
    margin-bottom: 1rem
  }
}

.tpbs--authority-content a {
  --tw-text-opacity: 1;
  color: rgb(254 80 0 / var(--tw-text-opacity, 1))
}

.tpbs--authority-content ol {
  list-style-type: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3rem;
  counter-reset: item
}

.tpbs--authority-content ol li {
  position: relative;
  padding-bottom: 1.5rem;
  padding-top: 1.25rem;
  counter-increment: item
}

.tpbs--authority-content ol li:before {
  position: absolute;
  left: -3rem;
  display: flex;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 230 / var(--tw-bg-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
  content: counter(item)
}

.tpbs--authority-content ol li:after {
  position: absolute;
  bottom: 0px;
  left: -3rem;
  right: 0px;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 225 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content)
}

.tpbs--authority-content ol li:last-child {
  margin-bottom: 1.5rem
}

.tpbs--authority-content ol li:first-child {
  padding-top: 0.25rem
}

.tpbs--authority-content.bg-orange ol li:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 176 / var(--tw-bg-opacity, 1))
}

.tpbs--authority-content ul {
  list-style-type: disc;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.75rem
}

.tpbs--authority-content ul li {
  position: relative;
  padding-left: 0.5rem;
  padding-bottom: 1rem
}
