.wp-block-state-detail {
  font-size: 16px;
}
.wp-block-state-detail a {
  text-decoration: inherit !important;
  color: inherit !important;
}

.state-data {
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
}
.state-data__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
.state-data__head.academy-quality .state-data__head-top {
  display: flex;
  flex-direction: column;
}
.state-data__head.academy-quality .state-data__head-top a {
  margin-top: 10px;
  margin-bottom: 20px;
}
.state-data__head.academy-quality .state-data__head-bottom {
  display: flex;
}
.state-data__head.academy-quality .state-data__head-bottom > h6 {
  display: none;
}
.state-data__head.cost-effectiveness, .state-data__head.academy-quality {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.state-data__head.cost-effectiveness > div, .state-data__head.academy-quality > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.state-data__head.cost-effectiveness > div > h6, .state-data__head.academy-quality > div > h6 {
  display: none;
  margin-bottom: 0;
}
.state-data__head h4 {
  margin-bottom: 0 !important;
  font: normal normal bold 22px/28px Inter;
  margin-right: 25px;
  line-height: 1;
}
.state-data__head a {
  color: #63245b !important;
  text-decoration: underline !important;
  text-underline-offset: 32%;
  font-size: 15px;
  font-weight: 500;
}
.state-data__head a > svg {
  margin-right: 8.8px;
}
.state-data__head > h6 {
  display: none;
}
.state-data + .state-data {
  margin-top: 50px;
}
.state-data__single {
  border: 1px solid #d1d5d8;
}
.state-data__single:not(:last-child) {
  margin-bottom: 15px;
}
.state-data__single-top {
  padding: 22px 20px;
}
.state-data__single--content {
  display: flex;
  justify-content: space-between;
}
.state-data__single--dropdown {
  transition: all 500ms ease-in-out;
  overflow: hidden;
  background-color: #f7f6f4;
}
.state-data__single--dropdown-content {
  padding: 22px;
}
.state-data__single--dropdown-content p {
  margin-bottom: 0 !important;
}
.state-data__single--staterank-dekstop {
  display: none;
}
.state-data__single--staterank-mobile {
  margin-top: 20px;
}
.state-data__single--staterank-mobile > h5 {
  font-size: 13px;
  font-style: italic;
}
.state-data__single--staterank-mobile__wrapper {
  display: flex;
}
.state-data__single--staterank-mobile__wrapper > p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 30px;
}
.state-data__single-left {
  display: flex;
  align-items: flex-start;
}
.state-data__single-left--icon {
  max-width: 30px;
}
.state-data__single-left--icon > svg {
  width: 100%;
  margin: auto;
}
.state-data__single-left--title {
  margin-left: 16px;
  margin-bottom: 0 !important;
}
.state-data__single-left--title > h3 {
  font: normal normal bold 20px/24px Inter;
}
.state-data__single-left--title > p {
  margin-bottom: 0 !important;
}
.state-data__single-right {
  width: 50px;
  max-width: 300px;
  display: -ms-grid;
  display: grid;
  align-items: flex-start;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}
.state-data__single-right .close-icon--hover,
.state-data__single-right .info-icon--hover {
  opacity: 0;
}
.state-data__single-right--amount {
  font: normal normal 600 20px/24px Inter;
}
.state-data__single-right--rank {
  font: normal normal bold 26px/31px Inter;
  line-height: 1;
  display: flex;
}
.state-data__single-right--rank.th::after {
  content: "th";
  font-size: 14px;
}
.state-data__single-right--rank.st::after {
  content: "st";
  font-size: 14px;
}
.state-data__single-right--rank.nd::after {
  content: "nd";
  font-size: 14px;
}
.state-data__single-right--rank.rd::after {
  content: "rd";
  font-size: 14px;
}
.state-data__single-right--toggle-button {
  display: flex;
  justify-self: flex-end;
}
.state-data__single-right--toggle-button:hover .close-icon--nohover,
.state-data__single-right--toggle-button:hover .info-icon--nohover {
  opacity: 0;
}
.state-data__single-right--toggle-button:hover .close-icon--hover,
.state-data__single-right--toggle-button:hover .info-icon--hover {
  opacity: 1;
}
.state-data__single-right .state-blocks-toggler {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
}
.state-data__single-right .state-blocks-toggler .close-icon,
.state-data__single-right .state-blocks-toggler .info-icon {
  transition: all 300ms ease;
}
.state-data__single-right .state-blocks-toggler .close-icon > *,
.state-data__single-right .state-blocks-toggler .info-icon > * {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.state-data__single-right .state-blocks-toggler .info-icon {
  width: 20px;
  height: 20px;
  opacity: 1;
}
.state-data__single-right .state-blocks-toggler .close-icon {
  opacity: 0;
}
.state-data__single-right .state-blocks-toggler.open .info-icon {
  opacity: 0;
}
.state-data__single-right .state-blocks-toggler.open .close-icon {
  opacity: 1;
}
@media (min-width: 768px) {
  .state-data__head.cost-effectiveness > div p {
    margin-top: 20px;
    width: 80%;
  }
  .state-data__head.academy-quality > p {
    margin-top: 10px;
    max-width: 75%;
  }
}
@media (min-width: 1024px) {
  .state-data__head.academy-quality .state-data__head-top {
    display: flex;
    flex-direction: row;
  }
  .state-data__head.academy-quality .state-data__head-top > a {
    margin-top: 0;
    margin-bottom: 0;
  }
  .state-data__head.academy-quality .state-data__head-bottom {
    margin-top: 20px;
    justify-content: space-between;
    align-items: flex-end;
  }
  .state-data__head.academy-quality .state-data__head-bottom > p {
    width: 80%;
  }
  .state-data__head.academy-quality .state-data__head-bottom h6 {
    margin-left: auto;
  }
  .state-data__head.cost-effectiveness > div {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .state-data__head h6 {
    display: block !important;
    margin-top: 0 !important;
    font-size: 13px;
    font-style: italic;
    margin-right: 100px;
  }
  .state-data__single-right, .state-data__single-left {
    align-items: center;
  }
  .state-data__single-left {
    max-width: unset;
  }
  .state-data__single-left--title {
    margin-left: 34px;
  }
  .state-data__single-right {
    width: 30%;
    -ms-grid-columns: 70% auto;
    grid-template-columns: 70% auto;
  }
  .state-data__single-top {
    padding: 22px 40px;
  }
  .state-data__single--staterank-dekstop {
    display: flex;
    justify-content: space-between;
  }
  .state-data__single--staterank-mobile {
    display: none;
  }
  .state-data__single--dropdown-content {
    padding: 22px 104px;
  }
}

/*# sourceMappingURL=style-index.css.map*/