/* STOCKDIVAR_LADDER_ACTIVE_STATE_V7607 */

.ladder-active-state-v7607 {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: default !important;
  pointer-events: none;
  color: #087a52 !important;
  border-color: #9adfc6 !important;
  background: #eafaf4 !important;
  box-shadow:
    0 5px 14px rgba(8, 122, 82, .09) !important;
  font-weight: 800;
}

.ladder-active-state-v7607 b {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: #fff;
  background: #0a9465;
  font-size: 13px;
}

@media (max-width: 700px) {
  .ladder-active-state-v7607 {
    width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.7;
  }
}
