/* JobSnap 1.0.3: mobile report summary; no large HTML print canvas. */
.report-screen{width:100%;max-width:900px;margin:0 auto;min-width:0}
.report-summary{padding:clamp(18px,3vw,30px)}
.report-summary-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;min-width:0}
.report-summary-head h1{overflow-wrap:anywhere}
.report-company-logo{display:block;width:auto;height:auto;max-width:min(170px,32%);max-height:76px;object-fit:contain;flex:0 1 auto}
.report-summary-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:22px}
.report-summary-details>div{min-width:0;overflow-wrap:anywhere}
.report-summary-details .eyebrow{margin-bottom:7px}
.report-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.report-actions .btn{min-width:150px}
@media(max-width:600px){
 .report-screen{max-width:100%}
 .report-summary-head{gap:14px}
 .report-summary-head h1{font-size:22px}
 .report-company-logo{max-width:96px;max-height:52px}
 .report-summary-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
 .report-summary-details>div:first-child{grid-column:1/-1}
 .report-actions{flex-direction:column}
 .report-actions .btn{width:100%;min-width:0;min-height:46px}
}
@media print{
 .report-screen .report-actions,.report-screen>.row{display:none!important}
 .report-summary{border:0;box-shadow:none}
}
