body.ase-v5-admin{
  background:
    radial-gradient(circle at 50% -18%, rgba(142,103,62,.10), transparent 32%),
    #f7f3ee !important;
}

body.ase-v5-admin form{
  border-radius:18px !important;
  border:1px solid #e0d2c2 !important;
  box-shadow:0 16px 38px rgba(54,42,31,.07) !important;
}

.ase-v5-admin-multi{
  position:relative;
  min-width:170px;
}

.ase-v5-admin-multi summary{
  height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:0 13px;
  border:1px solid #d8cabb;
  border-radius:12px;
  background:#fff;
  color:#3d342d;
  cursor:pointer;
  list-style:none;
  font-size:14px;
}

.ase-v5-admin-multi summary::-webkit-details-marker{
  display:none;
}

.ase-v5-admin-multi summary:after{
  content:"⌄";
  color:#8d7c68;
}

.ase-v5-admin-multi summary b{
  font-weight:750;
}

.ase-v5-admin-multi summary span{
  min-width:16px;
  color:#8a6a49;
  font-size:12px;
  font-weight:850;
  text-align:right;
}

.ase-v5-admin-panel{
  position:absolute;
  left:0;
  top:calc(100% + 8px);
  z-index:120;
  min-width:250px;
  max-height:330px;
  overflow:auto;
  padding:8px;
  border:1px solid #e2d3c2;
  border-radius:16px;
  background:#fffdf9;
  box-shadow:0 22px 54px rgba(54,42,31,.16);
}

.ase-v5-admin-option{
  min-height:36px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:5px 9px;
  border-radius:10px;
  cursor:pointer;
  color:#3d342d;
  font-size:13px;
}

.ase-v5-admin-option:hover{
  background:#f5eee6;
}

.ase-v5-admin-option input{
  width:16px !important;
  height:16px !important;
  min-height:16px !important;
  margin:0;
}

body.ase-v5-admin input,
body.ase-v5-admin button{
  border-radius:12px !important;
}

body.ase-v5-admin table{
  border-radius:18px !important;
  overflow:hidden;
}

@media(max-width:820px){
  .ase-v5-admin-multi{
    width:100%;
  }

  .ase-v5-admin-panel{
    position:static;
    margin-top:8px;
    min-width:100%;
  }
}
