.pip-wrap{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:18px;
}

.pip-card{
  background:#fff;
  border:1px solid #ddd;
  border-radius:12px;
  padding:16px;
  box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.pip-title{
  margin:0;
  font-size:18px;
}

.pip-date{
  font-size:13px;
  color:#666;
  margin-bottom:8px;
}

.pip-desc{
  font-size:14px;
  color:#444;
}

.pip-btn{
  display:inline-block;
  margin-top:10px;
  background:#1f5f8b;
  color:#fff;
  padding:8px 12px;
  border-radius:8px;
  text-decoration:none;
}

.pip-footer-note{
  text-align:right;
  color:#666;
  margin-top:10px;
}
