body:has(#realtime-container-lp) {
    background-color: white;
}

#map-realtime {
    width: 236.66px;
    margin-bottom: 1rem;
}

#map-realtime-lp {
  width: 160px;
  margin-bottom: 1rem;
}

#realtime-container {
    /* width: 100%;
    height: 100%; */
    background-color: white;
    padding: 2rem;
    display: inline-flex;
}
#realtime-container-lp {
  background-color: white;
  padding: 1rem;
}
#realtime-div {
  /* font-weight: bold; */
  font-size: 16px;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
}

#realtime-div-lp {
  /* font-weight: bold; */
  font-size: 12px;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* flex-wrap: wrap; */
}

#realtime-div #latest-timestamp {
  margin-bottom: 2rem;
}
/* #realtime-div-lp #latest-timestamp {
  margin: 2rem 0;
} */
  
#realtime-div #location-counts,
#realtime-div-lp #location-counts-lp {
  /* padding-left: 0.8rem; */
  /* padding-right: 17px; */
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* border: 1px solid #D9D9D9; */
}

#realtime-div #location-counts span,
#realtime-div-lp #location-counts-lp span {
  font-size: 1.4rem;
  color: #333333;
}

#realtime-div #location-counts .count-value-div {
  border-left: 3px solid #1F4675;
  font-size: 1.6rem;
  padding: 0.8rem;
  margin-bottom: 0.8rem;
}

#realtime-div-lp #location-counts-lp .count-value-div {
  border-left: 3px solid #1F4675;
  font-size: 1.2rem;
  padding: 0.8rem;
  margin-bottom: 0.8rem;
}


#realtime-div #location-counts>div {
  margin: 0 8rem 2rem 0;
}
#realtime-div-lp #location-counts-lp {
  margin-top: 3rem;
}
  

.level0 {
    color: #54a1ff;
}

.level1 {
    color: #68bf44;
}

.level2 {
    color: #ffb329;
}

.level3 {
    color: #ff4d4d;
}

.level4 {
  color: #cbcbcb;
  /* color: red; */
}


.square {
    background-color: #cbcbcb;
    width: 20px;
    height: 20px;
    margin: 2px;
}
.square-lp {
  width: 12px;
}
div:has(> .square) {
    display: flex;
    flex-direction: column;
    align-items: center;
}
div:has(> .square) span {
    font-size: 12px;
}
div:has(> .square-lp) span {
  font-size: 10px;
}

.square.level0 {
    background-color: #54a1ff;
}

.square.level1 {
    background-color: #68bf44;
}

.square.level2 {
    background-color: #ffb329;
}

.square.level3 {
    background-color: #ff4d4d;
}