.custom-bullet ol ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.custom-bullet>ul {
  list-style: none;
  padding-left: 1.15em;
  margin: 0;
}

.custom-bullet ol ul li,
.custom-bullet>ul>li {
  position: relative;
  padding-left: 1.15em;
}

/* หัวข้อ → จุดกลมๆ สีดำ */
.custom-bullet ol ul li::before,
.custom-bullet>ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #303c46;
}

.custom-bullet ol ul li ul li::before,
.custom-bullet>ul>li ul li::before {
  background-color: transparent;
  border: 1px solid #303c46;
}

.custom-bullet ol ul li ul {
  padding-left: 0;
}

.custom-bullet>ul>li>ul {
  padding-left: 0;
}

.custom-bullet>ul>li>ul li {
  list-style: none;
  position: relative;
  padding-left: 1.15em;
}

.custom-bullet ol ul li::before,
.custom-bullet>ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #303c46;
}




.custom-bullet.arabic-list ol ul {
  list-style: none;
  padding-right: 0;
  margin: 0;
}

.custom-bullet.arabic-list>ul {
  list-style: none;
  padding-right: 1.15em;
  margin: 0;
}

.custom-bullet.arabic-list ol ul li,
.custom-bullet.arabic-list>ul>li {
  position: relative;
  padding-right: 1.15em;
}

/* หัวข้อ → จุดกลมๆ สีดำ */
.custom-bullet.arabic-list ol ul li::before,
.custom-bullet.arabic-list>ul li::before {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #303c46;
}

.custom-bullet.arabic-list ol ul li ul li::before,
.custom-bullet.arabic-list>ul>li ul li::before {
  background-color: transparent;
  border: 1px solid #303c46;
}

.custom-bullet.arabic-list ol ul li ul {
  padding-right: 0;
}

.custom-bullet.arabic-list>ul>li>ul {
  padding-right: 0;
}

.custom-bullet.arabic-list>ul>li>ul li {
  list-style: none;
  position: relative;
  padding-right: 1.15em;
}

.custom-bullet.arabic-list ol ul li::before,
.custom-bullet.arabic-list>ul li::before {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #303c46;
}
