/* Link Summary card */
.pls-link-card{
  display:block;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:14px;
  background:#fff;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  transition:transform .12s ease, box-shadow .12s ease;
  max-width:760px;
  text-decoration:none;
}
.pls-link-card:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(0,0,0,.10);
}
.pls-link-top{
  display:flex;
  align-items:center;
  gap:8px;
  color:#6b7280;
  font-size:12px;
  margin-bottom:6px;
}
.pls-favicon{ width:16px; height:16px; border-radius:4px; }
.pls-title{
  margin:0 0 6px;
  font-size:16px;
  line-height:1.35;
  color:#111827;
}
.pls-summary{
  margin:0;
  color:#374151;
  font-size:14px;
  line-height:1.6;
}

/* Bullets */
.pls-bullets{
  max-width:760px;
  margin:8px 0 0 1.1rem;
  padding-left:1.1rem;
  list-style:disc;
}
.pls-bullets li{ margin:4px 0; }
.pls-bullets a{
  text-decoration: underline;
  word-break: break-word;
}

/* Raw text block */
.pls-raw{
  max-width:760px;
  margin-top:8px;
  border:1px dashed #e5e7eb;
  border-radius:10px;
  padding:10px 12px;
  background:#fafafa;
}
.pls-raw summary{
  cursor:pointer;
  font-size:13px;
  color:#4b5563;
  outline:none;
  user-select:none;
  margin:-4px 0 6px;
}
.pls-raw summary::-webkit-details-marker{ display:none; }
.pls-raw-text{
  white-space:pre-wrap;
  font-size:13px;
  line-height:1.7;
  color:#374151;
}
.pls-link-card{display:block;border:1px solid #e5e7eb;border-radius:12px;padding:12px;text-decoration:none}
.pls-link-top{font-size:12px;color:#6b7280;margin-bottom:6px;display:flex;align-items:center;gap:6px}
.pls-favicon{width:16px;height:16px}
.pls-title{font-size:16px;margin:4px 0 8px 0;color:#111827}
.pls-summary{font-size:14px;color:#374151;margin:0 0 10px 0}
.pls-thumb{margin:6px 0 10px 0}
.pls-thumb img{width:100%;height:auto;border-radius:10px;display:block}
.pls-bullets{margin:8px 0 0 18px}
