:root{
  --ae-bg:#11141a;
  --ae-surface:#191d25;
  --ae-surface2:#202631;
  --ae-line:#303642;
  --ae-text:#e7ebf2;
  --ae-muted:#8f98a8;
  --ae-accent:#5b9dff;
  --ae-ok:#3ecf8e;
  --ae-danger:#f0616d;
  --ae-warning:#f5b94c;
  --ae-font:"Pretendard","Segoe UI",-apple-system,BlinkMacSystemFont,system-ui,sans-serif;
  --ae-fs-xs:11px;
  --ae-fs-sm:12px;
  --ae-fs-md:13px;
  --ae-fs-lg:16px;
  --ae-fs-xl:24px;
  --ae-weight-regular:500;
  --ae-weight-strong:700;
  --ae-weight-heavy:800;
}

body{
  font-family:var(--ae-font)!important;
  color:var(--ae-text);
}

.ae-shell{
  height:56px;
  min-height:56px;
  background:var(--ae-bg);
  border-bottom:1px solid var(--ae-line);
  display:flex;
  align-items:center;
  gap:18px;
  padding:0 20px;
  position:sticky;
  top:0;
  z-index:1000;
  font-family:var(--ae-font);
  color:var(--ae-text);
}

.ae-brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:168px;
  flex:0 0 auto;
}

.ae-brand-mark{
  width:28px;
  height:28px;
  border-radius:8px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#5b9dff,#3ecf8e);
  color:#08111d;
  font-size:13px;
  font-weight:900;
}

.ae-brand-text{
  display:flex;
  flex-direction:column;
  gap:1px;
  line-height:1.1;
}

.ae-brand-name{font-size:14px;font-weight:800;letter-spacing:0}
.ae-brand-sub{font-size:var(--ae-fs-xs);color:var(--ae-muted);font-weight:var(--ae-weight-strong)}

.ae-shell-nav{
  display:flex;
  align-items:center;
  gap:4px;
  height:100%;
  flex:1 1 auto;
  min-width:0;
}

.ae-shell-link{
  height:34px;
  min-width:78px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 12px;
  border-radius:7px;
  border:1px solid transparent;
  color:var(--ae-muted);
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
}

.ae-shell-link:hover{
  color:var(--ae-text);
  background:var(--ae-surface);
  border-color:var(--ae-line);
}

.ae-shell-link.active{
  color:#fff;
  background:rgba(91,157,255,.18);
  border-color:rgba(91,157,255,.58);
}

.ae-shell-link svg{
  width:16px;
  height:16px;
  flex:0 0 auto;
}

.ae-shell-actions{
  display:flex;
  align-items:center;
  gap:8px;
  margin-left:auto;
  flex:0 0 auto;
}

.ae-shell-status{
  min-height:32px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0 10px;
  border:1px solid var(--ae-line);
  border-radius:7px;
  background:var(--ae-surface);
  color:var(--ae-muted);
  font-size:12px;
  font-weight:700;
}

.ae-shell-status .dot,
.ae-shell-status #dot{
  margin-left:0!important;
}

.ae-shell-button{
  min-height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 11px;
  border:1px solid var(--ae-line);
  border-radius:7px;
  background:var(--ae-surface2);
  color:var(--ae-text);
  font-size:12px;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
}

.ae-shell-button:hover{border-color:var(--ae-accent)}

body > header:not(.ae-shell),
body > .topnav,
body.ae-shell-ready > header:not(.ae-shell),
body.ae-shell-ready > .topnav{
  display:none!important;
}

body.ae-shell-ready .legacy-nav,
body.ae-shell-ready .hnav{
  display:none!important;
}

body.ae-shell-ready .app-nav{
  display:none!important;
}

body.ae-shell-ready h1,
body.ae-shell-ready h2,
body.ae-shell-ready h3{
  color:var(--ae-text)!important;
  font-family:var(--ae-font)!important;
  font-weight:var(--ae-weight-heavy)!important;
  letter-spacing:0!important;
}

body.ae-shell-ready h2{
  font-size:var(--ae-fs-md)!important;
}

body.ae-shell-ready label,
body.ae-shell-ready .hint,
body.ae-shell-ready .sub,
body.ae-shell-ready .k,
body.ae-shell-ready .mk,
body.ae-shell-ready .hd,
body.ae-shell-ready th{
  color:var(--ae-muted)!important;
  font-size:var(--ae-fs-sm)!important;
  font-weight:var(--ae-weight-strong)!important;
  letter-spacing:0!important;
}

body.ae-shell-ready input,
body.ae-shell-ready select,
body.ae-shell-ready textarea,
body.ae-shell-ready button,
body.ae-shell-ready .btn,
body.ae-shell-ready .btn-sm,
body.ae-shell-ready .btn-go,
body.ae-shell-ready .ctl,
body.ae-shell-ready .tab,
body.ae-shell-ready td{
  font-family:var(--ae-font)!important;
  font-size:var(--ae-fs-md)!important;
}

body.ae-shell-ready button,
body.ae-shell-ready .btn,
body.ae-shell-ready .btn-sm,
body.ae-shell-ready .btn-go,
body.ae-shell-ready .ctl{
  font-weight:var(--ae-weight-strong)!important;
}

body.ae-shell-ready .card,
body.ae-shell-ready .sum,
body.ae-shell-ready .stat,
body.ae-shell-ready .ms,
body.ae-shell-ready .chip,
body.ae-shell-ready .listcard,
body.ae-shell-ready .res,
body.ae-shell-ready .seq{
  color:var(--ae-text);
}

body.ae-shell-ready .v,
body.ae-shell-ready .mv,
body.ae-shell-ready .big{
  color:var(--ae-text);
  font-weight:var(--ae-weight-heavy)!important;
  letter-spacing:0!important;
}

body.ae-shell-ready .pos,
body.ae-shell-ready .ok,
body.ae-shell-ready .mv.ok,
body.ae-shell-ready .v.ok{
  color:var(--ae-ok)!important;
}

body.ae-shell-ready .neg,
body.ae-shell-ready .bad,
body.ae-shell-ready .mv.bad,
body.ae-shell-ready .v.bad{
  color:var(--ae-danger)!important;
}

body.ae-shell-ready .warn,
body.ae-shell-ready .mv.warn,
body.ae-shell-ready .v.warn{
  color:var(--ae-warning)!important;
}

body.ae-shell-ready table{
  color:var(--ae-text);
}

@media (min-width:900px){
  body.ae-page-status{
    padding-bottom:0!important;
    background:#11141a!important;
  }

  body.ae-page-status .tabs,
  body.ae-page-status .statusbar,
  body.ae-page-status .wrap{
    width:calc(100% - 32px)!important;
    max-width:1680px;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  body.ae-page-status .tabs{
    position:static!important;
    display:flex;
    gap:0;
    width:max-content!important;
    margin:16px auto 0 calc((100% - min(1680px,calc(100% - 32px))) / 2 + 16px)!important;
    padding:3px!important;
    background:var(--ae-surface)!important;
    border:1px solid var(--ae-line)!important;
    border-radius:8px;
  }

  body.ae-page-status .tab{
    flex:0 0 auto!important;
    min-width:108px;
    padding:7px 14px!important;
    border:0!important;
    border-radius:6px;
    background:transparent;
    color:var(--ae-muted);
    text-align:center;
    font-size:var(--ae-fs-sm)!important;
    font-weight:var(--ae-weight-strong)!important;
  }

  body.ae-page-status .tab.on{
    color:#fff!important;
    background:rgba(91,157,255,.22);
  }

  body.ae-page-status .statusbar{
    margin-top:-33px!important;
    padding:0 0 14px!important;
    justify-content:flex-end;
  }

  body.ae-page-status .wrap{
    padding:0 0 24px!important;
    gap:14px!important;
  }

  body.ae-page-status #liveTab:not(.hide){
    display:flex!important;
    flex-direction:column;
    align-items:stretch;
  }

  body.ae-page-status #liveTab.hide,
  body.ae-page-status #statsTab.hide{
    display:none!important;
  }

  body.ae-page-status .sum{
    border-radius:8px!important;
    padding:16px 18px!important;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(260px,360px);
    align-items:center;
    gap:18px 28px;
  }

  body.ae-page-status .sum > div:first-child{
    grid-column:2;
    grid-row:1;
    justify-self:end;
    text-align:right;
  }

  body.ae-page-status .sum .big{
    grid-column:2;
    grid-row:2;
    justify-self:end;
    text-align:right;
    font-size:30px!important;
    line-height:1.1;
  }

  body.ae-page-status .sum .row{
    grid-column:1;
    grid-row:1 / span 2;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
    margin-top:0!important;
  }

  body.ae-page-status .chip{
    border:1px solid var(--ae-line);
    border-radius:7px!important;
    padding:10px 12px!important;
    text-align:left!important;
  }

  body.ae-page-status .chip .v{
    font-size:18px!important;
  }

  body.ae-page-status #tables{
    display:grid!important;
    grid-template-columns:repeat(auto-fill,minmax(520px,1fr))!important;
    gap:10px!important;
    min-width:0;
  }

  body.ae-page-status #tables .card,
  body.ae-page-status #betstats .card,
  body.ae-page-status .listcard{
    border-radius:8px!important;
    margin-bottom:0!important;
  }

  body.ae-page-status #tables .card{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px 14px;
    align-items:center;
    padding:14px!important;
  }

  body.ae-page-status #tables .card h2{
    grid-column:1 / -1;
    margin-bottom:0!important;
    font-size:var(--ae-fs-md)!important;
  }

  body.ae-page-status #tables .card .sub{
    grid-column:1 / -1;
    margin:0!important;
  }

  body.ae-page-status #tables .card .grid{
    grid-column:1 / -1;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:8px!important;
  }

  body.ae-page-status #tables .ms{
    border:1px solid var(--ae-line);
    border-radius:7px!important;
    padding:9px 10px!important;
    text-align:left!important;
  }

  body.ae-page-status #tables .ms .v{
    font-size:16px!important;
  }

  @media (max-width:1200px){
    body.ae-page-status .sum{
      grid-template-columns:1fr;
      align-items:start;
    }

    body.ae-page-status #tables{
      grid-template-columns:repeat(auto-fill,minmax(420px,1fr))!important;
    }
  }

  @media (max-width:980px){
    body.ae-page-status .sum{
      grid-template-columns:1fr;
    }

    body.ae-page-status .sum > div:first-child,
    body.ae-page-status .sum .big,
    body.ae-page-status .sum .row{
      grid-column:1;
      grid-row:auto;
      justify-self:stretch;
      text-align:left;
    }

    body.ae-page-status .sum .row,
    body.ae-page-status #tables .card .grid{
      grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
  }

  body.ae-page-status #statsTab:not(.hide){
    display:flex!important;
    flex-direction:column;
    align-items:stretch;
  }

  body.ae-page-status #betstats{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(480px,1fr));
    gap:12px;
  }

  body.ae-page-status .listcard{
    max-height:none;
    overflow:visible;
    position:static;
    width:100%;
  }

  body.ae-page-status .recent-toggle{
    width:100%;
    min-height:44px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:0 14px!important;
    border:0;
    border-bottom:1px solid var(--ae-line);
    background:transparent;
    color:var(--ae-text)!important;
    cursor:pointer;
    text-align:left;
  }

  body.ae-page-status .recent-toggle::after{
    content:"펼치기";
    color:var(--ae-muted);
    font-size:var(--ae-fs-sm);
    font-weight:var(--ae-weight-strong);
  }

  body.ae-page-status .listcard:not(.collapsed) .recent-toggle::after{
    content:"접기";
  }

  body.ae-page-status .recent-count{
    margin-left:auto;
    color:var(--ae-muted);
    font-size:var(--ae-fs-sm);
    font-weight:var(--ae-weight-strong);
  }

  body.ae-page-status .listcard.collapsed{
    overflow:hidden;
  }

  body.ae-page-status .listcard.collapsed #betlog{
    display:none!important;
  }

  body.ae-page-status #betlog{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(500px,1fr));
  }

  body.ae-page-status #betlog .logrow{
    min-height:54px;
    border:1px solid var(--ae-line);
    border-width:0 1px 1px 0;
  }

  body.ae-page-status #statsTab #betstats{
    display:flex!important;
    flex-direction:column;
    gap:8px;
  }

  body.ae-page-status #statsTab #betstats .card{
    display:grid;
    grid-template-columns:minmax(180px,260px) minmax(220px,1fr);
    gap:8px 16px;
    align-items:center;
    padding:12px 14px!important;
  }

  body.ae-page-status #statsTab #betstats .card h2{
    margin:0!important;
    font-size:var(--ae-fs-md)!important;
  }

  body.ae-page-status #statsTab #betstats .card .sub{
    margin:0!important;
    grid-column:1;
  }

  body.ae-page-status #statsTab #betstats .card .grid{
    grid-column:2;
    grid-row:1 / span 2;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:8px!important;
  }

  body.ae-page-status #statsTab #betstats .ms{
    border:1px solid var(--ae-line);
    border-radius:7px!important;
    padding:8px 10px!important;
    text-align:left!important;
  }

  body.ae-page-status #statsTab .listcard{
    margin-top:6px;
  }

  body.ae-page-status #betlog{
    display:block!important;
  }

  body.ae-page-status #betlog .logrow{
    border-width:0 0 1px 0;
  }

  @media (max-width:980px){
    body.ae-page-status #betstats,
    body.ae-page-status #betlog{
      grid-template-columns:1fr!important;
    }

    body.ae-page-status #statsTab #betstats .card{
      grid-template-columns:1fr;
    }

    body.ae-page-status #statsTab #betstats .card .grid{
      grid-column:1;
      grid-row:auto;
      grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
  }

  body.ae-page-analysis{
    background:#11141a!important;
  }

  body.ae-page-analysis .wrap{
    width:calc(100% - 32px)!important;
    max-width:1680px!important;
    padding:16px 0 24px!important;
    gap:14px!important;
  }

  body.ae-page-analysis .card{
    border-radius:8px!important;
    padding:16px!important;
  }

  body.ae-page-analysis .filter-bar,
  body.ae-page-analysis .bt-form{
    display:grid!important;
    grid-template-columns:repeat(6,minmax(150px,1fr)) auto;
    gap:10px!important;
    align-items:end;
  }

  body.ae-page-analysis .filter-bar > div,
  body.ae-page-analysis .bt-form > div{
    min-width:0;
  }

  body.ae-page-analysis .filter-bar button,
  body.ae-page-analysis .bt-run{
    min-height:36px;
    border-radius:7px!important;
    white-space:nowrap;
  }

  body.ae-page-analysis .stats-grid,
  body.ae-page-analysis .bt-stats{
    grid-template-columns:repeat(4,minmax(180px,1fr))!important;
    gap:10px!important;
  }

  body.ae-page-analysis .stat,
  body.ae-page-analysis .bt-stat{
    border-radius:7px!important;
    padding:13px 14px!important;
  }

  body.ae-page-analysis .stat .v,
  body.ae-page-analysis .bt-stat .v{
    font-size:22px!important;
    line-height:1.15;
  }

  body.ae-page-analysis .road{
    gap:4px!important;
  }

  body.ae-page-analysis .chart-wrap{
    border-radius:8px!important;
    padding:12px!important;
  }

  body.ae-page-analysis svg.chart{
    height:220px!important;
  }

  @media (max-width:1200px){
    body.ae-page-analysis .filter-bar,
    body.ae-page-analysis .bt-form{
      grid-template-columns:repeat(3,minmax(150px,1fr));
    }

    body.ae-page-analysis .filter-bar button,
    body.ae-page-analysis .bt-run{
      width:100%;
    }
  }

  body.ae-page-manual{
    max-width:none!important;
    padding:16px!important;
    background:#11141a!important;
    display:grid;
    grid-template-columns:minmax(380px,520px) minmax(420px,1fr);
    grid-auto-rows:auto;
    column-gap:16px;
    row-gap:12px;
    align-items:start;
  }

  body.ae-page-manual .ae-shell{
    grid-column:1 / -1;
    margin:-16px -16px 0;
  }

  body.ae-page-manual > .hint,
  body.ae-page-manual > .row,
  body.ae-page-manual > .seq{
    grid-column:1;
    width:100%!important;
    margin:0!important;
  }

  body.ae-page-manual > .hint{
    padding:12px 14px;
    border:1px solid var(--ae-line);
    border-radius:8px;
    background:var(--ae-surface);
  }

  body.ae-page-manual > .row{
    display:flex;
    gap:10px;
  }

  body.ae-page-manual > .row .btn{
    min-height:58px;
    border-radius:8px;
    font-size:16px!important;
    font-weight:var(--ae-weight-heavy)!important;
  }

  body.ae-page-manual > .row .ctl{
    min-height:40px;
    border-radius:7px;
  }

  body.ae-page-manual > .seq{
    min-height:260px!important;
    padding:14px!important;
    border-radius:8px!important;
    background:var(--ae-surface)!important;
  }

  body.ae-page-manual > .res{
    grid-column:2;
    grid-row:2 / span 5;
    width:100%!important;
    min-height:460px!important;
    margin:0!important;
    padding:8px 0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    position:sticky;
    top:72px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  body.ae-page-manual .recdot{
    width:128px!important;
    height:128px!important;
    font-size:60px!important;
  }
}

@media (max-width:899px){
  :root{
    --ae-mobile-edge:10px;
    --ae-mobile-gap:8px;
  }

  html{
    min-width:0;
  }

  body.ae-shell-ready{
    margin:0!important;
    max-width:none!important;
    min-width:0;
    padding-left:0!important;
    padding-right:0!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }

  .ae-shell{
    height:auto;
    min-height:48px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:
      "brand actions"
      "nav nav";
    gap:8px;
    padding:8px var(--ae-mobile-edge);
    align-items:center;
    z-index:1003;
    width:100%!important;
    margin:0!important;
  }

  .ae-brand{
    grid-area:brand;
    min-width:0;
    gap:8px;
  }

  .ae-brand-mark{
    width:26px;
    height:26px;
    border-radius:7px;
    font-size:12px;
  }

  .ae-brand-name{
    font-size:13px;
  }

  .ae-brand-sub{display:none}

  .ae-shell-nav{
    grid-area:nav;
    position:static;
    height:auto;
    display:flex;
    align-items:stretch;
    gap:4px;
    padding:3px;
    background:var(--ae-surface);
    border:1px solid var(--ae-line);
    border-radius:9px;
    overflow-x:auto;
    scrollbar-width:none;
  }

  .ae-shell-nav::-webkit-scrollbar{display:none}

  .ae-shell-link{
    flex:1 1 0;
    min-width:48px;
    height:36px;
    flex-direction:row;
    gap:5px;
    padding:0 8px;
    border-radius:7px;
    font-size:12px;
    line-height:1;
  }

  .ae-shell-link svg{
    width:16px;
    height:16px;
  }

  .ae-shell-link span{
    display:block;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .ae-shell-link.active{
    background:rgba(91,157,255,.2);
    border-color:rgba(91,157,255,.5);
  }

  body.ae-page-status .tabs{
    position:static!important;
    top:auto!important;
    z-index:auto!important;
    display:flex!important;
    width:auto!important;
    margin:var(--ae-mobile-gap) var(--ae-mobile-edge) 0!important;
    padding:3px!important;
    gap:4px!important;
    background:var(--ae-surface)!important;
    border:1px solid var(--ae-line)!important;
    border-radius:9px!important;
  }

  body.ae-page-status .tab{
    flex:1 1 0!important;
    min-height:34px;
    padding:8px 10px!important;
    border:1px solid transparent!important;
    border-radius:7px!important;
    background:transparent!important;
    color:var(--ae-muted)!important;
    font-size:12px!important;
    font-weight:var(--ae-weight-strong)!important;
    text-align:center;
  }

  body.ae-page-status .tab.on{
    color:#fff!important;
    background:rgba(91,157,255,.2)!important;
    border-color:rgba(91,157,255,.52)!important;
  }

  body.ae-page-status .statusbar{
    width:auto!important;
    margin:6px var(--ae-mobile-edge) 0!important;
    padding:0!important;
    display:flex!important;
    align-items:center;
    gap:6px;
  }

  body.ae-page-status .wrap{
    width:auto!important;
    margin-left:0!important;
    margin-right:0!important;
    padding:var(--ae-mobile-gap) var(--ae-mobile-edge) 10px!important;
  }

  body.ae-page-manual{
    display:block!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
  }

  body.ae-page-manual > .hint,
  body.ae-page-manual > .row,
  body.ae-page-manual > .seq,
  body.ae-page-manual > .res{
    width:auto!important;
    margin:var(--ae-mobile-gap) var(--ae-mobile-edge)!important;
  }

  body.ae-page-manual > .res{
    min-height:auto!important;
    padding:12px!important;
    border:1px solid var(--ae-line)!important;
    border-radius:8px!important;
    background:var(--ae-surface)!important;
    position:static!important;
  }

  body.ae-page-admin .wrap,
  body.ae-page-analysis .wrap{
    width:auto!important;
    margin-left:0!important;
    margin-right:0!important;
    padding:var(--ae-mobile-gap) var(--ae-mobile-edge) 10px!important;
  }

  body.ae-page-analysis .stats-grid,
  body.ae-page-analysis .bt-stats{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }

  body.ae-page-analysis .stat,
  body.ae-page-analysis .bt-stat{
    padding:10px!important;
  }

  body.ae-page-analysis .stat .v,
  body.ae-page-analysis .bt-stat .v{
    font-size:18px!important;
    overflow-wrap:anywhere;
  }

  body.ae-page-console .tabbar{
    position:static;
    top:auto;
    z-index:auto;
    margin:0 0 10px!important;
    padding:3px;
    background:var(--ae-surface);
    border:1px solid var(--ae-line);
    border-radius:9px;
  }

  .ae-shell-actions{
    grid-area:actions;
    justify-self:end;
    margin-left:0;
    gap:6px;
    min-width:0;
  }

  .ae-shell-status{
    min-height:30px;
    max-width:calc(100vw - 156px);
    padding:0 8px;
    gap:5px;
    border-radius:7px;
    font-size:11px;
    overflow:hidden;
    white-space:nowrap;
  }

  .ae-shell-status > *{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .ae-shell-button{
    min-height:30px;
    padding:0 9px;
    border-radius:7px;
    font-size:11px!important;
    white-space:nowrap;
  }
}

@media (max-width:420px){
  .ae-brand-name{
    max-width:88px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .ae-shell-status{
    max-width:calc(100vw - 142px);
  }

  .ae-shell-nav{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:4px;
    overflow:visible;
  }

  .ae-shell-link{
    min-width:0;
    width:100%;
    height:34px;
    font-size:10.5px;
    padding:0 4px;
  }

  .ae-shell-link span{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .ae-shell-link svg{
    width:15px;
    height:15px;
  }

}
