* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 144px;
  height: 240px;
  overflow: hidden;
}

body {
  width: 144px;
  height: 240px;
  background: #fff;
  color: #03294f;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  touch-action: none;
}

.container {
  width: 144px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #03294f;
  text-align: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.topContainer {
  flex-grow: 1;
  flex-shrink: 1;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 6px 4px;
  background: #03294f;
  color: #fff;
  clip-path: ellipse(75% 100% at 50% 0%);
}

.iconContainer {
  display: block;
  width: fit-content;
  position: relative;
}

.icon {
  height: 48px;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.bottomContainer {
  flex-grow: 1;
  flex-shrink: 1;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 8px 4px;
  gap: 12px;
}

.streetItem {
  display: flex;
  flex-direction: column;
}

.streetItemTop {
  display: flex;
  align-items: center;
  gap: 8px;
}

.iconWrapper {
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -12px;
}

.iconWrapper.left,
.iconWrapper.right {
  margin-top: -1px;
}

.iconDirection {
  width: 22px;
  height: 14px;
}

.iconDirection.left {
  transform: rotate(-90deg);
}

.iconDirection.right {
  transform: rotate(90deg);
}

.iconDirection.bottom {
  transform: rotate(180deg);
}

.count {
  font-size: 36px;
  line-height: 0.85;
  margin-top: -0.1em;
  color: #03294f;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.count:empty::before {
  content: "\00a0";
}

.label {
  font-size: 14px;
  color: #a5a5a5;
}
