.card {

  .modal-header,
  .modal-body,
  .modal-footer {
    margin: var(--lx-card-body-spacer);
    border-color: var(--lx-ornament-border-color);
    border-style: var(--lx-ornament-border-style);
    border-width: var(--lx-ornament-border-width);
  }

  .modal-header {
    margin-bottom: 0;
    border-bottom: none;
  }

  .modal-body {
    &:not(:first-child) {
      margin-top: 0;
      border-top: none;
    }

    &:not(:last-child) {
      margin-bottom: 0;
      border-bottom: none;
    }

  }

  .modal-footer {
    margin-top: 0;
    border-top: none;
  }

}
