.card .card-footer.uex-card-footer {
  display: block;
  width: 100%;
  background: transparent;

  .uex-card-footer-left {
    text-align: left;
  }

  .uex-card-footer-right {
    text-align: right;
  }

  .uex-card-footer-left,
  .uex-card-footer-content,
  .uex-card-footer-right {
    > .btn:not(.btn-block) + .btn:not(.btn-block) {
      margin-left: 1rem;
    }
  }
}
