/**
 * CSR Toc.
 * Example at en-us/support/about-us/csr/workforce
 */

#csr-toc-head-cta {
  background: white;
  margin-bottom: 30px;
  padding: 30px;
}
#csr-toc-head-cta svg {
  max-height: 60px;
}

/* Most of the breadcrumb styles are pulled from the global theme. */
#csr-toc #breadcrumbs {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.toc-item-text {
  /* This is needed to allow the cta to bottom align itself */
  display: grid;
  grid-template-rows: auto auto 1fr;
  /* padding: 30px; */
}
