#breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  margin: 0;
  list-style: none;
  text-align: center;
  justify-content: center;
}
#breadcrumb li span {
  margin: 0 10px 0 10px;
  color: var(--bg-gray);
}
.time {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.8rem;
}

/* .time::before {
  content: "\E19A";
  font-family: "Phosphor-Bold";
  font-size: 1.1rem;
  color: #333;
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 1.2;
  transition: transform 0.3s ease;
}
 */
