:root {
  --cac-guide-grey: #eaeced;
}


.border-cac-guide-grey {
  border-color: var(--cac-guide-grey);
}

.bg-cac-guide-grey {
  background-color: var(--cac-guide-grey);
}

.link-header {
  width: 100%;
  border-bottom: 1px solid var(--cac-guide-grey);
  padding-bottom: 20px;
  text-align: left;
}

.link-header .link-item {
  margin: 0 15px;
  position: relative;
  text-decoration: none;
  color: var(--bs-secondary);
}

.link-header .link-item:hover,
.link-header .link-item-active {
  color: #000;
}

.link-header .link-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: transparent;
  bottom: -23px;
  left: 0;
}

.link-header .link-item.link-item-active::after {
  background: #000;
}

.explore-population-button {
  bottom: 10px;
  border-color: var(--cac-primary);
  background-color: #fff;
  color: var(--cac-primary);
}

.column-header, .column-header th {
  font-weight: 600 !important;
}

/* embedded guide content styles */
.wp-block-group.wp-block-group-is-layout-flex {
  flex-wrap: nowrap;
}

.wp-block-group.is-layout-flex {
  align-items: center;
  display: flex;
  gap: .05rem;
}

.wp-block-group.wp-block-image {
  display: block;
}

.wp-block-group figure.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  min-width: 150px;
  width: 150px !important;
}

figure.wp-block-table {
  display: grid;
}

figure.wp-block-table table {
  border: 1px solid;
  text-align: center;
}

figure.wp-block-table table tr:first-child {
  background: #f1f1f1;
}

figure.wp-block-table table tr {
  border: 1px solid;
}

figure.wp-block-table table tr td {
  border: 1px solid;
}

figcaption.wp-element-caption {
  font-size: .9em;
  text-align: center;
  margin: 1em 5em 0em 5em;
}

.wp-block-group.is-layout-flex.is-vertical {
  flex-direction: column;
  margin-left: 1em;
}

.wp-block-group.is-layout-flex.is-vertical p {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .wp-block-group.is-layout-flex {
    flex-direction: column;
  }
  .wp-block-group.is-layout-flex.is-vertical {
    margin-left: 0em;
  }
  .wp-block-group figure.wp-block-image img {
    max-width: 100%;
    width: inherit !important;
  }
}
/* embedded guide content styles */