.hg1810-list-card>h2{margin-bottom:14px}
.hg1810-disclosure{
  margin-top:12px;
  padding:0;
  overflow:hidden;
  border:1px solid #334155;
  border-radius:12px;
  background:#0a1425;
}
.hg1810-disclosure>summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px;
  cursor:pointer;
  font-size:17px;
  font-weight:700;
  list-style:none;
  user-select:none;
}
.hg1810-disclosure>summary::-webkit-details-marker{display:none}
.hg1810-disclosure>summary::after{
  content:"Mở danh sách";
  color:#94a3b8;
  font-size:13px;
  font-weight:500;
}
.hg1810-disclosure[open]>summary{
  border-bottom:1px solid #334155;
}
.hg1810-disclosure[open]>summary::after{content:"Thu gọn"}
.hg1810-disclosure-body{padding:14px}
.hg1810-disclosure-body>.card:last-child{margin-bottom:0}
@media(max-width:900px){
  .hg1810-disclosure>summary{font-size:16px}
}
