/* Press Legacy 0.1.0.9.8 - Search result detail and custom help styling */
.pl098-search-detail{border:1px solid rgba(99,102,241,.32);box-shadow:0 16px 40px rgba(15,23,42,.12);margin:1rem 0;}
.pl098-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem;}
.pl098-detail-head h3{margin:.15rem 0 .35rem;}
.pl098-link-row{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0 1rem;}
.pl098-field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.65rem;}
.pl098-field{border:1px solid rgba(148,163,184,.3);border-radius:14px;padding:.7rem;background:rgba(248,250,252,.72);min-width:0;}
.pl098-field span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:.25rem;}
.pl098-field strong{display:block;font-weight:650;white-space:pre-wrap;word-break:break-word;color:#0f172a;}
.pl098-help-custom{margin:.9rem 0;}
.pl098-help-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-top:.75rem;}
.pl098-help-form label{display:flex;flex-direction:column;gap:.35rem;font-weight:650;}
.pl098-help-form .full{grid-column:1/-1;}
.pl098-help-form textarea{min-height:90px;resize:vertical;}
.pl098-help-custom-list{margin-top:.75rem;display:grid;gap:.5rem;}
.pl098-help-mini{border:1px solid rgba(148,163,184,.28);border-radius:14px;padding:.7rem;background:rgba(255,255,255,.7);}
.pl098-help-mini p{margin:.25rem 0 .5rem;color:#475569;}
@media(max-width:700px){.pl098-detail-head{display:block}.pl098-detail-head .action-row{margin-top:.65rem}.pl098-field-grid{grid-template-columns:1fr}.pl098-link-row button{width:100%}}
