.gm-palu-wrap{
  display:flex;
  /*width:min(1100px, 100%);*/
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:10px;
  overflow:hidden;
  font-family: inherit;
}
.gm-palu-left{
  width:280px;
  min-width:240px;
  background:#fafafa;
  border-right:1px solid rgba(0,0,0,.08);
  padding:10px 0;
}
.gm-palu-left-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 14px !important;
  text-decoration:none !important;
  color:#111;
  border-left:4px solid transparent;
}
.gm-palu-left-item:hover{ background:#f0f0f0; }
.gm-palu-left-item.is-active{
  background:#ffffff;
  border-left-color:#6bb61a;
  font-weight:600;
}
.gm-palu-left-ico{
  width:34px;height:34px;
  border-radius:999px;
  overflow:hidden;
  background:#eaeaea;
  flex:0 0 34px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.gm-palu-left-ico img{ width:100%; height:100%; object-fit:cover; display:block; }
.gm-palu-left-ico.is-placeholder{ background:#eaeaea; }
.gm-palu-left-txt{ line-height:1.2; font-size:14px; }

.gm-palu-right{
  flex:1;
  padding:18px 18px 22px;
  min-height:320px;
}
.gm-palu-panel{ display:none; }
.gm-palu-panel.is-active{ display:block; }

.gm-palu-right-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(0,0,0,.08);
  margin-bottom:14px;
}
.gm-palu-right-title{ font-size:18px; font-weight:700; text-transform:none; }
.gm-palu-view-all{ font-size:13px; text-decoration:none !important; color:#6bb61a; font-weight:600; }
.gm-palu-view-all:hover{ text-decoration:underline !important; }

.gm-palu-empty{
  padding:14px;
  border:1px dashed rgba(0,0,0,.18);
  border-radius:10px;
  color:#666;
}

.gm-palu-grid{
  display:grid;
  gap:18px;
}
.gm-palu-grid.gm-cols-1{ grid-template-columns:1fr; }
.gm-palu-grid.gm-cols-2{ grid-template-columns:repeat(2, 1fr); }
.gm-palu-grid.gm-cols-3{ grid-template-columns:repeat(3, 1fr); }
.gm-palu-grid.gm-cols-4{ grid-template-columns:repeat(4, 1fr); }
.gm-palu-grid.gm-cols-5{ grid-template-columns:repeat(5, 1fr); }
.gm-palu-grid.gm-cols-6{ grid-template-columns:repeat(6, 1fr); }

.gm-palu-col-title{
  display:inline-block;
  font-weight:700;
  font-size:13px;
  margin-bottom:8px;
  text-decoration:none !important;
  color:#111;
}
.gm-palu-col-title:hover{ text-decoration:underline !important; }

.gm-palu-list{
  list-style:none;
  padding:0;
  margin:0;
}
.gm-palu-list li{ margin:6px 0; }
.gm-palu-list a{
  text-decoration:none !important;
  color:#111;
  font-size:13px;
}
.gm-palu-list a:hover{ text-decoration:underline !important; }
.gm-palu-count{ color:#777; font-weight:500; margin-left:6px; font-size:12px; }
.gm-palu-muted{ color:#bbb; font-size:14px; }

.gm-palu-flat{
  display:grid;
  gap:18px;
}
.gm-palu-flat.gm-cols-1{ grid-template-columns:1fr; }
.gm-palu-flat.gm-cols-2{ grid-template-columns:repeat(2, 1fr); }
.gm-palu-flat.gm-cols-3{ grid-template-columns:repeat(3, 1fr); }
.gm-palu-flat.gm-cols-4{ grid-template-columns:repeat(4, 1fr); }
.gm-palu-flat.gm-cols-5{ grid-template-columns:repeat(5, 1fr); }
.gm-palu-flat.gm-cols-6{ grid-template-columns:repeat(6, 1fr); }

@media (max-width: 900px){
  .gm-palu-wrap{ flex-direction:column; }
  .gm-palu-left{ width:100%; min-width:0; display:flex; overflow:auto; border-right:none; border-bottom:1px solid rgba(0,0,0,.08); }
  .gm-palu-left-item{ border-left:none; border-bottom:3px solid transparent; white-space:nowrap; }
  .gm-palu-left-item.is-active{ border-bottom-color:#6bb61a; }
  .gm-palu-right{ min-height:0; }
}
