.ws-stoppage-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 12px 14px 11px 16px;
  box-shadow: 0 0 5px 0 #00000038;
  z-index: 10;
  border-top-left-radius: 14px;
}
.ws-stoppage-link {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.ws-stoppage-link:hover .ws-stoppage-text {
  text-decoration: underline;
}
.ws-stoppage-count-number {
  border-radius: 50%;
  background-color: #fff;
  width: 1.7rem;
  margin: 0 !important;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.ws-stoppage-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.orange {
  background-color: #eb5d2a;
}
.orange .ws-stoppage-text {
  color: #000;
}
.yellow {
  background-color: #f1ca63;
}
.yellow .ws-stoppage-text {
  color: #000;
}
