.modal .modal-header.uex-dialog-header {
  display: block;
  width: 100%;
  background-color: transparent;

  .uex-dialog-header-content {
    > uex-dialog-subtitle,
    > .uex-dialog-subtitle {
      margin-bottom: 0;
    }
    > uex-dialog-title:last-child,
    > .uex-dialog-title:last-child {
      margin-bottom: 0;
    }
  }

  .uex-dialog-header-left {
    text-align: left;
    > uex-dialog-subtitle,
    > .uex-dialog-subtitle {
      margin-bottom: 0;
    }
    > uex-dialog-title:last-child,
    > .uex-dialog-title:last-child {
      margin-bottom: 0;
    }
  }

  .uex-dialog-header-right {
    text-align: right;
    > uex-dialog-subtitle,
    > .uex-dialog-subtitle {
      margin-bottom: 0;
    }
    > uex-dialog-title:last-child,
    > .uex-dialog-title:last-child {
      margin-bottom: 0;
    }
  }
}
