#command-palette{
  display:none!important
}

.e4s-gs28{
  width:min(760px,calc(100vw - 28px));
  max-width:760px;
  margin:auto;
  padding:0;
  border:0;
  outline:0;
  overflow:visible;
  background:transparent
}

.e4s-gs28::backdrop{
  background:rgba(5,7,9,.76)
}

.e4s-gs28-card{
  overflow:hidden;
  border:1px solid rgba(190,48,72,.34);
  border-radius:15px;
  background:#130e10;
  box-shadow:0 28px 90px rgba(0,0,0,.55);
  color:#eee7e9
}

.e4s-gs28-head{
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 15px;
  border-bottom:1px solid rgba(255,255,255,.07)
}

.e4s-gs28-mark{
  display:grid;
  place-items:center;
  flex:0 0 37px;
  width:37px;
  height:37px;
  border-radius:9px;
  color:#fff;
  background:#a91f39
}

.e4s-gs28-title{
  min-width:0;
  flex:1
}

.e4s-gs28-title strong{
  display:block;
  color:#fff;
  font-size:13px;
  line-height:1.2
}

.e4s-gs28-title small{
  display:block;
  margin-top:2px;
  color:#887c80;
  font-size:8px
}

.e4s-gs28-head kbd{
  padding:4px 7px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:6px;
  color:#a89da0;
  background:#1d1719;
  font-size:8px
}

.e4s-gs28-close{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  border:0;
  border-radius:8px;
  color:#95898d;
  background:transparent;
  cursor:pointer
}

.e4s-gs28-close:hover{
  color:#fff;
  background:#28191e
}

.e4s-gs28-search{
  display:flex;
  align-items:center;
  gap:9px;
  margin:12px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:10px;
  background:#0b090a
}

.e4s-gs28-search>i{
  color:#c43752;
  font-size:13px
}

.e4s-gs28-search input{
  flex:1!important;
  width:auto!important;
  min-width:0!important;
  height:44px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  color:#f4edef!important;
  background:transparent!important;
  font-size:11px!important
}

.e4s-gs28-search input::placeholder{
  color:#675e61
}

.e4s-gs28-search span{
  color:#665c60;
  font-size:8px;
  white-space:nowrap
}

.e4s-gs28-results{
  max-height:min(470px,56vh);
  overflow:auto;
  padding:0 8px 9px
}

.e4s-gs28-state{
  display:grid;
  place-items:center;
  min-height:135px;
  padding:20px;
  color:#766c70;
  font-size:9px;
  text-align:center
}

.e4s-gs28-item{
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  min-height:52px;
  padding:7px 9px;
  border-radius:9px;
  color:inherit;
  text-decoration:none
}

.e4s-gs28-item:hover,
.e4s-gs28-item.active{
  background:#211519
}

.e4s-gs28-icon{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border:1px solid rgba(196,55,82,.18);
  border-radius:8px;
  color:#de526b;
  background:#1b1114
}

.e4s-gs28-copy{
  min-width:0
}

.e4s-gs28-copy strong,
.e4s-gs28-copy small{
  display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis
}

.e4s-gs28-copy strong{
  color:#eee7e9;
  font-size:10px
}

.e4s-gs28-copy small{
  margin-top:3px;
  color:#786e71;
  font-size:8px
}

.e4s-gs28-type{
  padding:4px 6px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:999px;
  color:#8e8185;
  background:#171214;
  font-size:7px;
  font-weight:800;
  text-transform:uppercase
}

.e4s-gs28-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:35px;
  padding:7px 13px;
  border-top:1px solid rgba(255,255,255,.06);
  color:#70666a;
  font-size:7px
}

@media(max-width:600px){
  .e4s-gs28{
    width:calc(100vw - 12px)
  }

  .e4s-gs28-title small,
  .e4s-gs28-search span{
    display:none
  }

  .e4s-gs28-results{
    max-height:60vh
  }
}

/* BEGIN E4S QUICK FIND COMPACT V31 */

dialog.e4s-gs28 .e4s-gs28-search {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: auto !important;
    max-width: none !important;

    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;

    margin: 16px 54px 10px !important;
    padding: 0 14px !important;

    gap: 11px !important;

    border: 1px solid rgba(196, 55, 82, 0.38) !important;
    border-radius: 11px !important;

    background: #0b090a !important;

    box-sizing: border-box !important;
    overflow: hidden !important;
}

dialog.e4s-gs28 .e4s-gs28-search > i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 24px !important;

    width: 24px !important;
    height: 24px !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #d93657 !important;

    font-size: 15px !important;
    line-height: 1 !important;
}

dialog.e4s-gs28 .e4s-gs28-search input {
    display: block !important;

    flex: 1 1 auto !important;

    width: 100% !important;
    min-width: 0 !important;

    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;

    margin: 0 !important;
    padding: 0 4px !important;

    border: 0 !important;
    outline: 0 !important;

    background: transparent !important;
    box-shadow: none !important;

    color: #f2ecee !important;

    font-size: 13px !important;
    line-height: 46px !important;

    box-sizing: border-box !important;
}

dialog.e4s-gs28 .e4s-gs28-search input::placeholder {
    color: #74696d !important;
    opacity: 1 !important;
}

dialog.e4s-gs28 .e4s-gs28-search span {
    display: inline-flex !important;
    align-items: center !important;

    flex: 0 0 auto !important;

    position: static !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #6e6468 !important;

    font-size: 9px !important;
    line-height: 1 !important;

    white-space: nowrap !important;

    transform: none !important;
}

dialog.e4s-gs28 .e4s-gs28-search:focus-within {
    border-color: rgba(216, 51, 84, 0.85) !important;

    box-shadow:
        0 0 0 2px rgba(216, 51, 84, 0.08) !important;
}

dialog.e4s-gs28 .e4s-gs28-results {
    padding-top: 4px !important;
}

@media (max-width: 700px) {

    dialog.e4s-gs28 .e4s-gs28-search {
        margin:
            12px
            14px
            8px !important;

        height: 46px !important;
        min-height: 46px !important;
        max-height: 46px !important;
    }

    dialog.e4s-gs28 .e4s-gs28-search input {
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;

        line-height: 44px !important;
    }

    dialog.e4s-gs28 .e4s-gs28-search span {
        display: none !important;
    }
}

/* END E4S QUICK FIND COMPACT V31 */
