/*! purgecss start ignore */
/*! purgecss end ignore */
.hero-block-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem 0.375rem;
}
@media (min-width: 992px) {
  .hero-block-container {
    gap: 2rem 2.5rem;
  }
}
.hero-block-container .today-node,
.hero-block-container .tomorrow-node {
  grid-column: auto/span 12;
}
@media (min-width: 992px) {
  .hero-block-container .today-node,
  .hero-block-container .tomorrow-node {
    grid-column: auto/span 6;
  }
}
.hero-block-container .hero-title {
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-block-container .hero-title {
    font-size: 1.375rem;
  }
}
.hero-block-container .hero-date {
  margin-bottom: 1rem;
  color: #808283;
  font-weight: 700;
  text-align: center;
}
.hero-block-container .date-day {
  text-transform: uppercase;
}
.hero-block-container .waste-type:not(:last-child) {
  margin-bottom: 1rem;
}
.hero-block-container .waste-type .waste-type-title {
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 0.5rem 1rem;
  background-color: var(--waste-color, #282a2a);
  color: #fff;
}
@media (min-width: 768px) {
  .hero-block-container .waste-type .waste-type-title {
    font-size: 1.375rem;
  }
}
.hero-block-container .waste-type .waste-type-streets {
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .hero-block-container .waste-type .waste-type-streets {
    font-size: 0.9375rem;
  }
}
.hero-block-container .empty {
  text-align: center;
}
.hero-block-container .waste-type-has-all-streets {
  text-align: center;
}

.hero-message {
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-message {
    font-size: 1.375rem;
  }
}

/*# sourceMappingURL=block-heroblock.css.map*/