/* client/components/badge/badge.css */
.bc-badge {
  background-color: red;
  color: white;
  padding: 4px 8px;
  text-align: center;
  border-radius: 5px;
  margin: 0;
  margin-bottom: 50px;
  position: absolute;
  font-weight: 600;
}
.bc-badge a {
  color: white;
}

/* client/style.css */
.bc-main {
  max-width: 55em;
}
.bc-marketing {
  margin-top: 1em;
}
.bc-marketing-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bc-marking-hero-title {
  margin: 0;
  font-weight: 600;
}
.bc-marking-hero-description {
  max-width: 440px;
  text-align: center;
  color: var(--accent-foreground);
}
.bc-marketing-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1em;
}
@media screen and (max-width: 53em) {
  .bc-marketing-feature-grid {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=style-QJVSFL7B.css.map */
