.styles_card_body__6Fz7H {
  padding: 1rem;
  border: 1px solid black;
  border-radius: 0 0.25rem 0.25rem 0.25rem;
}

.styles_card_header__499Qo {
  padding: 1rem;
  border: 1px solid black;
  border-bottom: none;
  display: inline-block;
  border-radius: 0.25rem 0.25rem 0 0;
}

.styles_card_header__499Qo::after {
  content: '';
  background: white;
  display: block;
  /* We need the width of the pseudo element to be the same as the parent + 2rem of padding */
  width: calc(100% + 2rem);
  height: 1px;
  /* We need to place the pseudo element to overlap the CardBody below and hide the top border of it */
  translate: -1rem calc(1rem + 1px);
}


/*# sourceMappingURL=main.css.map*/