.gpamilp-box{
  border:1px solid #e5e7eb;
  background:#f8fafc;
  padding:16px;
  margin:20px 0;
  border-radius:12px;
  box-shadow:0 6px 16px rgba(15,23,42,.06);
}
.gpamilp-title{
  font-weight:700;
  margin-bottom:10px;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#111827;
}
.gpamilp-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}
.gpamilp-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px;
  border-radius:10px;
  background:#fff;
  border:1px solid #eef2f7;
}
.gpamilp-item:hover{
  border-color:#dbe2ea;
  box-shadow:0 4px 10px rgba(15,23,42,.06);
}
.gpamilp-thumb{
  display:block;
  width:76px;
  height:56px;
  flex:0 0 76px;
  border-radius:8px;
  overflow:hidden;
  background:#e5e7eb;
}
.gpamilp-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.gpamilp-link{
  color:#111827;
  text-decoration:none;
  font-weight:600;
  line-height:1.3;
}
.gpamilp-link:hover{
  color:#0f172a;
  text-decoration:underline;
}
.gpamilp-grid{
  display:grid;
  grid-template-columns:repeat(1,minmax(0,1fr));
  gap:12px;
}
@media (min-width: 700px){
  .gpamilp-grid{ grid-template-columns:repeat(3,minmax(0,1fr)); }
}
.gpamilp-card{
  border:1px solid #e5e7eb;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 6px 16px rgba(15,23,42,.06);
}
.gpamilp-card-link{
  display:block;
  text-decoration:none;
}
.gpamilp-card-title{
  padding:10px 12px;
  font-weight:600;
  color:#111827;
  line-height:1.35;
}
.gpamilp-card-thumb img{
  display:block;
  width:100%;
  height:160px;
  object-fit:cover;
}
.gpamilp-gap{height:18px}
