/* ==========================================================================
	#TOC SECTION
	========================================================================== */

/* WP Block TOC - Mobile */
.c-toc-box {
  float: left;
  width: 100%;
  margin-bottom: 1.825rem;
  padding-bottom: 0.1875rem;
  border-bottom: 1px solid #f2f3ef;
  line-height: 1.6875em;
}

.c-toc-box .heading {
  float: left;
  width: 100%;
  margin-top: 0.71rem !important;
  margin-bottom: 1.375rem !important;
  padding: 1.75rem 30px 1.5rem;
  border-radius: 8px;
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
  background: #e8f7fa;
}

.c-toc-box .o-holder {
  columns: 1 auto;
}

.c-toc-box ul {
  padding: 0 5px;
}

.c-toc-box ul ul {
  padding: 1.25rem 0 0 24px;
}

.c-toc-box ul li {
  margin-bottom: 0.875rem;
  padding-left: 6px;
}

@media screen and (min-width: 768px) {
  .c-toc-box {
    padding-bottom: 0.6875rem;
  }
  .c-toc-box .o-holder {
    columns: 2 auto;
  }
}
