/* single-report-fines-and-fees-state-profile styles */

.post-name-fines-and-fees-state-profile section.orange > .container {
  max-width: 1050px;
}

.post-name-fines-and-fees-state-profile .rank-info {
  display: none;
}

.post-name-fines-and-fees-state-profile .rank-preview {
  min-width: 100%;
}

.post-name-fines-and-fees-state-profile .cat_rank .active:after {
  display: none;
}

.post-name-fines-and-fees-state-profile .category-description {
  font-weight: 400;
}

.post-name-fines-and-fees-state-profile .cat-rank {
  align-items: center;
  background-color: transparent !important;
  display: flex !important;
  flex-direction: row;
  height: 10rem;
  justify-content: space-between;
  padding: 0 !important;
}

.post-name-fines-and-fees-state-profile .cat-rank > div {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-evenly;
  min-height: 100%;
  padding: 1.5rem 1.25rem;
}

.post-name-fines-and-fees-state-profile .cat-rank div p {
  color: #515153;
  font-weight: 600;
  margin: 0;
}

.post-name-fines-and-fees-state-profile .cat-rank .letter-label {
  background-color: #f6ca99;
  justify-content: flex-start;
  margin-right: 1%;
  min-width: 72.5%;
  width: 72.5%;
}

.post-name-fines-and-fees-state-profile .cat-rank .letter-label p {
  font-size: 1rem;
  max-width: 85%;
}

.post-name-fines-and-fees-state-profile .cat-rank .rank-value {
  background-color: #fae5cc;
  min-width: 25%;
}

.post-name-fines-and-fees-state-profile .cat-rank .rank-value p {
  font-size: 2rem;
}

/* Responsive styles */
@media only screen and (min-width: 768px) {
  .post-name-fines-and-fees-state-profile .cat-rank.active > div {
    background-color: white;
  }
}

@media only screen and (max-width: 768px) {
  .post-name-fines-and-fees-state-profile .cat-rank {
    flex-direction: column;
    height: min-content;
  }

  .post-name-fines-and-fees-state-profile .cat-rank > div {
    margin: 0 !important;
    min-width: 100% !important;
  }
  .post-name-fines-and-fees-state-profile .cat-rank .letter-label p{
    min-height:72px;
  }
}
