html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

.regulation-item a {
  color: var(--szron-dark-gray);
  text-decoration: none;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
}

.regulation-item a:hover {
  text-decoration: 1px underline;
  color: var(--szron-dark-blue);
}

@media (min-width: 992px) {
  .sticky-col {
    position: sticky;
    top: 120px;
    align-self: start;
  }
}

.sticky-col .fa-chevron-right {
  color: #cccccc;
}

.sticky-col a {
  margin: 10px 0;
}

.regulation-heading {
  font-size: 24px !important;
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.regulations ul li,
ol li {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
