.pip-featured{
  max-width: 1100px;
  margin: 0 auto 28px auto;
}

.pip-featured-kicker{
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}

.pip-featured-title{
  margin: 0 0 4px 0;
  font-size: 32px;
  line-height: 1.2;
}

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

.pip-featured-viewer-wrap{
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
}

.pip-featured-pdf{
  display: block;
  width: 100%;
  min-height: 700px;
  border: 0;
  background: #f5f5f5;
}

.pip-featured-image{
  display: block;
  width: 100%;
  height: auto;
}

.pip-featured-meta{
  margin-top: 12px;
}

.pip-featured-desc{
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin: 10px 0 0 0;
}

.pip-list-section{
  margin-top: 18px;
}

.pip-section-title{
  max-width: 1100px;
  margin: 0 auto 14px auto;
  font-size: 24px;
  line-height: 1.2;
}

.pip-wrap{
  max-width: 1100px;
  margin: 0 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-card-preview{
  width: 100%;
  height: 180px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background: #f7f7f7;
}

.pip-card-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pip-card-pdf{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #f5f5f5;
}

.pip-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.pip-badge{
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  background: #f2f2f2;
  color: #333;
}

.pip-title{
  margin: 0 0 4px 0;
  font-size: 18px;
  line-height: 1.35;
}

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

.pip-desc{
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  margin: 0 0 10px 0;
}

.pip-actions{
  margin-top: 10px;
}

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

.pip-btn:hover{
  background: #17496a;
  color: #fff;
}

.pip-btn-disabled{
  background: #999;
  color: #fff;
}

.pip-debug-url{
  margin-top: 8px;
  font-size: 11px;
  color: #777;
  word-break: break-all;
}

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

.pip-empty{
  padding: 16px;
  border: 1px dashed #bbb;
  border-radius: 10px;
  background: #fafafa;
}

@media (max-width: 768px){
  .pip-featured-title{
    font-size: 24px;
  }

  .pip-featured-pdf{
    min-height: 520px;
  }

  .pip-card-preview{
    height: 150px;
  }
}