.artscenter-toc-title {
  font-size: 24px;
  line-height: 1;
  font-family: "futura-pt", "sans-serif";
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .artscenter-toc-title {
    font-size: 32px;
  }
}
.artscenter-toc-container ol {
  position: relative;
  margin: 8px 0;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .artscenter-toc-container ol {
    padding: 40px 0;
    margin: 16px 0;
  }
}
.artscenter-toc-container ol::before {
  position: absolute;
  content: "";
  background: #d3d7de;
  height: 1px;
  width: 100%;
  left: 0;
  top: 0;
}
.artscenter-toc-container ol::after {
  position: absolute;
  content: "";
  background: #d3d7de;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.artscenter-toc-container ol li {
  font-size: 14px;
  line-height: 140%;
  counter-increment: mycounter;
  display: flex;
}
@media screen and (min-width: 768px) {
  .artscenter-toc-container ol li {
    font-size: 16px;
  }
}
.artscenter-toc-container ol li:not(:first-of-type) {
  margin-top: 16px;
}
.artscenter-toc-container ol li::before {
  content: counter(mycounter, decimal-leading-zero) ".";
  color: #676c74;
  font-family: "futura-pt", "sans-serif";
  font-weight: 400;
  font-size: 18px;
}
.artscenter-toc-container ol li a {
  margin-left: 12px;
  font-weight: 500;
}

.wp-block-post-content ul:not([class]) {
  margin: 2rem 0;
}
.wp-block-post-content ul:not([class]) li {
  position: relative;
  padding-left: 30px;
  line-height: 180%;
}
.wp-block-post-content ul:not([class]) li::before {
  position: absolute;
  content: "";
  top: 11px;
  left: 8px;
  width: 6px;
  height: 6px;
  background: #b3b6bc;
  border-radius: 5px;
}
.wp-block-post-content ul:not([class]) li:not(:first-of-type) {
  margin-top: 0.5rem;
}

ol:not([class]) {
  margin: 2rem 0;
  counter-reset: number;
}
ol:not([class]) li:not([class*=artscenter-]) {
  position: relative;
  padding-left: 34px;
  line-height: 180%;
}
ol:not([class]) li:not([class*=artscenter-])::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  right: calc(100% - 26px);
  text-align: right;
  color: #676c74;
}
ol:not([class]) li:not([class*=artscenter-]):not(:first-of-type) {
  margin-top: 0.5rem;
}

.wp-block-post-content ul:not([class]):first-child,
.wp-block-post-content ol:not([class]):first-child {
  margin-top: 0;
}

.wp-block-post-content ul:not([class]):last-child,
.wp-block-post-content ol:not([class]):last-child {
  margin-bottom: 0;
}

.wp-block-columns {
  margin-top: 2rem;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .wp-block-columns {
    gap: 1.5rem;
  }
}
