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