[data-pagename="combatlogs"] .ipsBreadcrumb_top {
  display: none;
}

.ez-combat{
  --ez-bg:#262320;
  --ez-bg-soft:#1a1915;
  --ez-text:#867866;
  --ez-text-strong:#fff;
  --ez-accent:#cd402b;
}

.ez-combat-wrap{
  max-width:var(--container--width);
  margin:0 auto;
  padding:10px 10px 45px;
}

.ez-combat-hero{
  padding:60px 20px 45px;
}

.ez-combat-hero-title{
  font-size:36px;
  line-height:1.18;
  font-weight:700;
  letter-spacing:-.9px;
  color:var(--ez-text-strong);
  margin:0;
}

.ez-combat-hero-sub{
  color:var(--ez-text);
  margin:4px 0 0;
  font-size:16px;
}

.ez-combat-tabs{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.ez-combat-tab{
  padding:8px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.2px;
  text-decoration:none;
  color:#bdb4aa;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  transition:transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
}

.ez-combat-tab:hover{
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.18);
  color:#fff;
  transform:translateY(-1px);
}

.ez-combat-tab--active{
  background:rgba(205,64,43,.22);
  border-color:rgba(205,64,43,.45);
  color:#fff;
}

.ez-combat-dash{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:10px;
  margin:0 0 40px;
}

.ez-combat-dashcard{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius:12px;
  padding:10px 12px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
}

.ez-combat-dashlabel{
  font-size:10px;
  color:#a89b8a;
  letter-spacing:.25px;
  font-weight:700;
  display:flex;
  gap:6px;
  align-items:center;
}

.ez-combat-dashvalue{
  margin-top:6px;
  font-size:18px;
  font-weight:900;
  color:#fff;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.ez-combat-controls{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  margin:0 0 10px;
  flex-wrap:wrap;
}

.ez-combat-chips,
.ez-combat-sorts{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.ez-combat-chip,
.ez-combat-sort{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  text-decoration:none;
  color:#dcd7d1;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  transition:transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
}

.ez-combat-chip:hover,
.ez-combat-sort:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.16);
}

.ez-combat-chip--active,
.ez-combat-sort--active{
  background:rgba(205,64,43,.18);
  border-color:rgba(205,64,43,.40);
  color:#fff;
}

.ez-combat-list{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.ez-combat-row{
  display:grid;
  grid-template-columns:145px 200px 285px 1fr auto;
  gap:12px;
  align-items:center;
  background:var(--ez-bg-soft);
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  padding:10px;
  text-decoration:none;
  color:#dcd7d1;
  box-shadow:0 6px 16px rgba(0,0,0,.20), inset 0 0 0 1px rgba(255,255,255,.03);
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
  position:relative;
}

.ez-combat-row:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.20);
  box-shadow:0 10px 22px rgba(0,0,0,.26), inset 0 0 0 1px rgba(255,255,255,.05);
  background:rgba(255,255,255,.035);
}

.ez-combat-row.is-open{
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.035);
  box-shadow:0 10px 22px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.05);
}

.ez-combat-row.is-active-entry{
  border-color:rgba(205,64,43,.45);
  background:rgba(205,64,43,.06);
  box-shadow:0 0 0 1px rgba(205,64,43,.16), 0 12px 28px rgba(0,0,0,.30), inset 0 0 0 1px rgba(255,255,255,.05);
}

.ez-combat-row.is-active-entry::after{
  content:'';
  position:absolute;
  inset:0;
  border-radius:12px;
  pointer-events:none;
  background:linear-gradient(90deg, rgba(205,64,43,.10), rgba(205,64,43,0) 55%);
  opacity:.95;
}

.ez-combat-thumb{
  width:145px;
  height:96px;
  overflow:hidden;
  display:grid;
  place-items:center;
  border-radius:10px;
}

.ez-combat-thumb-img{
  width:100%;
  height:100%;
  display:block;
}

.ez-combat-thumb-fallback{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:3px;
  color:#b8b0a6;
  font-size:11px;
  text-align:center;
}

.ez-combat-vs{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  justify-content:center;
}

.ez-combat-vs-label{
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  padding:4px 6px;
  border-radius:6px;
  background:linear-gradient(180deg,#1f232a,#111318);
  border:1px solid rgba(255,255,255,.12);
  color:#d9dee6;
  box-shadow:0 1px 0 rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.05);
  margin-right:10px;
}

.ez-combat-vs-avatars{
  display:flex;
  align-items:center;
  min-width:0;
  isolation:isolate;
  justify-content:center;
  margin:0 auto;
}

.ez-combat-avatar{
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background-size:cover;
  background-position:center;
  background-color:rgba(255,255,255,.06);
  margin-left:-6px;
  box-shadow:0 4px 10px rgba(0,0,0,.25);
  position:relative;
  z-index:1;
  flex:0 0 auto;
  transition:transform .15s ease, box-shadow .15s ease;
}

.ez-combat-avatar:first-child{
  margin-left:0;
}

.ez-combat-avatar:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 14px rgba(0,0,0,.30);
  z-index:20;
}

.ez-combat-avatar--mvp{
  box-shadow:0 0 0 2px rgba(255,210,120,.45), 0 0 24px rgba(255,170,40,.55), 0 10px 22px rgba(0,0,0,.38);
  z-index:15;
}

.ez-combat-avatar--more{
  display:grid;
  place-items:center;
  font-size:11px;
  font-weight:900;
  color:#d7dbe2;
  background:rgba(120,130,150,.18);
  border:1px solid rgba(120,130,150,.35);
  z-index:5;
}

.ez-combat-crown{
  position:absolute;
  top:-12px;
  left:50%;
  transform:translateX(-50%);
  width:22px;
  height:22px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 6px 14px rgba(0,0,0,.35);
  pointer-events:none;
}

.ez-combat-crown i{
  font-size:12px;
  background:linear-gradient(180deg,#ffe08a,#ffb300);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow:0 2px 6px rgba(0,0,0,.6);
}

.ez-combat-graph{
  min-width:0;
  display:flex;
  align-items:center;
}

.ez-combat-graph-inner{
  width:260px;
  height:56px;
  padding:6px 8px;
  display:block;
  position:relative;
  overflow:visible;
  --ez-graph-color:#cd402b;
  --ez-axis-text-color:rgba(255,255,255,0.65);
  --ez-grid-line-color:rgba(255,255,255,0.10);
}

.ez-combat-canvas{
  width:100%;
  height:100%;
  display:block;
}

.ez-combat-graph-label{
  position:absolute;
  top:45px;
  left:35px;
  font-size:10px;
  font-weight:800;
  color:#a89b8a;
  display:flex;
  gap:4px;
  align-items:center;
  pointer-events:none;
}

.ez-combat-main{
  min-width:0;
}

.ez-combat-topline{
  display:flex;
  justify-content:space-between;
  gap:10px;
}

.ez-combat-titlewrap{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}

.ez-combat-meta{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
  font-size:11px;
  justify-content:flex-end;
}

.ez-combat-timebadge{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:4px 7px;
  border-radius:999px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.3px;
}

.ez-combat-timebadge.date{
  background:linear-gradient(180deg,#2b2b2b,#1a1a1a);
  color:#d0d0d0;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
}

.ez-combat-timebadge.server{
  background:linear-gradient(180deg,#2b3544,#1b222c);
  color:#c9d6e6;
  box-shadow:inset 0 0 0 1px rgba(120,160,220,.25);
}

.ez-combat-timebadge.spawn{
  background:linear-gradient(180deg,#6b4c1f,#4a3415);
  color:#ffdca6;
  box-shadow:inset 0 0 0 1px rgba(255,180,80,.25);
}

.ez-combat-timebadge.death{
  background:linear-gradient(180deg,#4a1d1d,#2f1111);
  color:#ffb3a8;
  box-shadow:inset 0 0 0 1px rgba(255,120,100,.25);
}

.ez-combat-stats{
  margin-top:10px;
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:8px;
}

.ez-combat-stat{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  padding:7px 8px;
  min-width:0;
}

.ez-combat-stat-label{
  font-size:10px;
  color:#a89b8a;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.ez-combat-stat-ico{
  margin-right:6px;
  color:var(--ez-accent);
  width:14px;
  text-align:center;
}

.ez-combat-stat-value{
  margin-top:3px;
  font-size:12px;
  font-weight:900;
  color:#fff;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.ez-combat-topshare{
  display:flex;
  align-items:center;
  gap:8px;
}

.ez-combat-pie{
  width:16px;
  height:16px;
  border-radius:999px;
  background:conic-gradient(rgba(205,64,43,.95) calc(var(--p) * 1turn), rgba(255,255,255,.08) 0);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10), 0 0 6px rgba(205,64,43,.25);
  flex:0 0 auto;
}

.ez-combat-right{
  align-self:stretch;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#bdb4aa;
  opacity:.75;
  transition:transform .15s ease, opacity .15s ease;
  padding:0 10px;
}

.ez-combat-row:hover .ez-combat-right{
  transform:translateX(2px);
  opacity:1;
}

.ez-combat-row.is-open .ez-combat-right{
  transform:rotate(90deg);
  opacity:1;
}

.ez-combat-expand{
  grid-column:1 / -1;
  display:none;
  padding:10px 12px 12px;
  margin-top:10px;
  border-top:1px solid rgba(255,255,255,.10);
}

.ez-combat-row.is-open .ez-combat-expand{
  display:block;
}

.ez-combat-plist{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.ez-combat-p{
  display:grid;
  grid-template-columns:32px 1fr auto;
  gap:10px;
  align-items:center;
}

.ez-combat-pavatar{
  width:32px;
  height:32px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background-size:cover;
  background-position:center;
  background-color:rgba(255,255,255,.06);
}

.ez-combat-pmeta{
  min-width:0;
}

.ez-combat-pname{
  font-size:12px;
  font-weight:900;
  color:#fff;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.ez-combat-psub{
  margin-top:2px;
  font-size:11px;
  color:#a89b8a;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.ez-combat-pnums{
  font-size:11px;
  font-weight:900;
  color:#dcd7d1;
  text-align:right;
  white-space:nowrap;
}

.ez-combat-bar{
  grid-column:2 / -1;
  height:8px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  overflow:hidden;
}

.ez-combat-bar > span{
  display:block;
  height:100%;
  width:0%;
  background:linear-gradient(90deg, rgba(205,64,43,.95), rgba(205,64,43,.35));
}

@media (max-width:980px){
.ez-combat-graph-inner{
    width:220px;
  }
}

@media (max-width:900px){
.ez-combat-dash{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width:820px){
.ez-combat-row{
    grid-template-columns:120px 1fr auto;
  }

.ez-combat-thumb{
    width:120px;
    height:86px;
  }

.ez-combat-vs{
    display:none;
  }

.ez-combat-stats{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }

.ez-combat-graph{
    display:none;
  }
}

@media (max-width:600px){
.ez-combat-hero-title{
    font-size:32px;
  }

.ez-combat-hero-sub{
    font-size:16px;
  }
}

@media (max-width:560px){
.ez-combat-row{
    grid-template-columns:74px 1fr;
  }

.ez-combat-thumb{
    width:74px;
    height:74px;
  }

.ez-combat-right{
    display:none;
  }

.ez-combat-stats{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

.ez-combat-hero{
  padding:60px 20px 45px;
}

.ez-combat-hero-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.ez-combat-hero-left{
  min-width:0;
  text-align:left;
  flex:1 1 auto;
}

.ez-combat-hero-title{
  margin:0;
}

.ez-combat-hero-sub{
  margin:6px 0 0;
  max-width:54ch;
}

.ez-combat-hero-right{
  flex:0 0 auto;
  display:flex;
  justify-content:flex-end;
}

.ez-combat-lb{
  width:360px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  padding:12px 12px 10px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
}

.ez-combat-lb-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
}

.ez-combat-lb-head-left{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0;
}

.ez-combat-lb-title{
  font-size:12px;
  font-weight:900;
  letter-spacing:.2px;
  color:#fff;
}

.ez-combat-lb-sub{
  font-size:10px;
  color:#a89b8a;
}

.ez-combat-lb-ico{
  width:30px;
  height:30px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  color:#dcd7d1;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
}

.ez-combat-lb-ico i{
  font-size:14px;
}

.ez-combat-podium{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:10px;
  align-items:end;
}

.ez-combat-pod{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  min-width:0;
}

.ez-combat-pod-top{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  min-width:0;
}

.ez-combat-pod-avatar{
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background-size:cover;
  background-position:center;
  background-color:rgba(255,255,255,.06);
  box-shadow:0 8px 18px rgba(0,0,0,.30);
  position:relative;
}

.ez-combat-pod-badge{
  position:absolute;
  bottom:-6px;
  right:-6px;
  width:20px;
  height:20px;
  border-radius:999px;
  display:grid;
  place-items:center;
  font-size:11px;
  font-weight:900;
  color:#111;
  background:linear-gradient(180deg,#ffe08a,#ffb300);
  border:1px solid rgba(255,255,255,.25);
  box-shadow:0 8px 16px rgba(0,0,0,.35);
}

.ez-combat-pod--2 .ez-combat-pod-badge,
.ez-combat-pod--3 .ez-combat-pod-badge{
  background:linear-gradient(180deg,#dbe4ef,#a6b7cc);
}

.ez-combat-pod-name{
  font-size:11px;
  font-weight:900;
  color:#fff;
  max-width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.ez-combat-pod-count{
  font-size:10px;
  font-weight:900;
  color:#a89b8a;
  white-space:nowrap;
}

.ez-combat-pod-stand{
  width:100%;
  border-radius:10px 10px 12px 12px;
  background:linear-gradient(180deg, rgba(205,64,43,.25), rgba(205,64,43,.08));
  border:1px solid rgba(205,64,43,.35);
  box-shadow:0 10px 22px rgba(0,0,0,.20), inset 0 0 0 1px rgba(255,255,255,.04);
  height:var(--h, 56px);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding-bottom:8px;
}

.ez-combat-pod-stand span{
  font-size:12px;
  font-weight:900;
  color:#fff;
  opacity:.95;
}

.ez-combat-pod--1 .ez-combat-pod-stand{ --h:84px; }

.ez-combat-pod--2 .ez-combat-pod-stand{ --h:64px; }

.ez-combat-pod--3 .ez-combat-pod-stand{ --h:52px; }

@media (max-width:900px){
.ez-combat-hero-inner{
    flex-direction:column;
    align-items:stretch;
  }

.ez-combat-hero-right{
    justify-content:flex-start;
  }

.ez-combat-lb{
    width:100%;
  }

.ez-combat-hero-left{
    text-align:left;
  }
}

.ez-combat-thumb {
  padding: 8px;
  box-sizing: border-box;
}

.ez-combat-tabsbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 16px;
  flex-wrap:wrap;
}

.ez-combat-tabs{
  display:flex;
  gap:8px;
  justify-content:flex-start;
  flex-wrap:wrap;
  margin:0;
}

.ez-combat-search{
  margin-left:0;
  width:min(100%, 320px);
  height:38px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
}

.ez-combat-search:focus-within{
  border-color:rgba(205,64,43,.45);
  box-shadow:inset 0 0 0 1px rgba(205,64,43,.12);
}

.ez-combat-search i{
  color:#968774;
  font-size:12px;
  flex:0 0 auto;
}

.ipsApp .ez-combat-search input[type="search"]{
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  height:100%;
  padding:0;
  margin:0;
  border:0;
  outline:0;
  background:transparent;
  box-shadow:none;
  color:#dcd7d1;
  font-size:12px;
  font-weight:700;
}

.ipsApp .ez-combat-search input[type="search"]::placeholder{
  color:#746a5e;
}

@media (max-width:720px){
.ez-combat-tabsbar{
    align-items:stretch;
  }

.ez-combat-search{
    width:100%;
    margin-left:0;
  }
}

.ez-combat-region{
  margin-left:auto;
  height:38px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
}

.ez-combat-region i{
  color:#968774;
  font-size:12px;
  flex:0 0 auto;
}

.ipsApp .ez-combat-region select{
  -webkit-appearance:none;
  appearance:none;
  height:100%;
  padding:0 28px 0 0;
  margin:0;
  border:0 !important;
  outline:0 !important;
  background:
    linear-gradient(45deg, transparent 50%, #968774 50%) right 8px center / 6px 6px no-repeat,
    linear-gradient(135deg, #968774 50%, transparent 50%) right 4px center / 6px 6px no-repeat;
  box-shadow:none !important;
  color:#dcd7d1;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}

.ez-combat-region:focus-within{
  border-color:rgba(205,64,43,.45);
  box-shadow:inset 0 0 0 1px rgba(205,64,43,.12);
}

.ipsApp .ez-combat-region select:focus,
.ipsApp .ez-combat-region select:focus-visible{
  outline:0 !important;
  box-shadow:none !important;
}

.ipsApp .ez-combat-region select option{
  background:#1a1915;
  color:#dcd7d1;
}

@media (max-width:720px){
.ez-combat-region{
    width:100%;
    margin-left:0;
  }

.ipsApp .ez-combat-region select{
    width:100%;
  }
}

.ez-combat-timebadge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  line-height:1;
  color:#e9e1d7;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 1px 0 rgba(0,0,0,.35);
  white-space:nowrap;
}

.ez-combat-timebadge i{
  font-size:12px;
  opacity:.9;
}

.ez-combat-timebadge.region{
  text-transform:uppercase;
  letter-spacing:.5px;
  font-weight:900;
  background: linear-gradient(180deg, #2b3544, #1b222c);
  color: #c9d6e6;
  box-shadow: inset 0 0 0 1px rgba(120, 160, 220, .25);
}

.ez-combat-more{
  display:flex;
  justify-content:center;
  padding:18px 0 8px;
}

.ez-combat-more .ipsButton{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:4px 16px;
  border-radius:10px;
  font-weight:800;
  letter-spacing:.2px;
  color:#e9e2d8;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 8px 24px rgba(0,0,0,.35);
  transition:background .15s ease, border-color .15s ease, transform .12s ease;
}

.ez-combat-more .ipsButton i{
  font-size:12px;
  opacity:.7;
  transition:transform .15s ease, opacity .15s ease;
}

.ez-combat-more .ipsButton:hover{
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.14);
  transform:translateY(-1px);
}

.ez-combat-more .ipsButton:hover i{
  transform:translateY(2px);
  opacity:1;
}

.ez-combat-more .ipsButton:active{
  transform:translateY(0);
}
