.sppd-wrap{margin:8px 0}
.sppd-toolbar{display:flex;gap:8px;align-items:center;margin-bottom:8px}
.sppd-toolbar .sppd-search{flex:1;max-width:420px}
.sppd-table{width:100%;border-collapse:collapse}
.sppd-table th,.sppd-table td{border:1px solid #e5e5e5;padding:8px;text-align:left;vertical-align:top}
.sppd-table thead th{background:#fafafa}
.sppd-name a{text-decoration:none}

.sppd-doc{display:inline-flex;align-items:center;gap:0}
.sppd-pdf{display:inline-block;width:14px;height:14px;margin-left:2px;background-repeat:no-repeat;background-size:contain}
.sppd-pdf{display:inline-block;width:14px;height:14px;margin-left:2px;background-repeat:no-repeat;background-size:contain}
.sppd-wrap.sppd-loading{opacity:.6;pointer-events:none;transition:opacity .2s}

/* Force visible Search box */
.sppd-toolbar .sppd-search{
  flex:1;
  min-width:280px;
  max-width:520px;
  height:40px;
  padding:8px 12px;
  border:1px solid #ddd;
  border-radius:6px;
  background:#fff;
  box-sizing:border-box;
  -webkit-appearance:none;
  appearance:none;
}
.sppd-toolbar .sppd-search::placeholder{color:#777;}

/* Make link+icon tight and icon black */
.sppd-doc{display:inline-flex;align-items:center;gap:0}
.sppd-pdf{display:inline-block;width:14px;height:14px;margin-left:2px;background-repeat:no-repeat;background-size:contain}

/* Black PDF icon */
.sppd-pdf{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Ctext x='8' y='16' font-size='7' fill='%23000'%3EPDF%3C/text%3E%3C/svg%3E");}
