.semi-finished-purchases-page .page-head .actions{display:flex;align-items:center;gap:12px}
.sfp-status{display:inline-flex;align-items:center;gap:7px;border:1px solid #e4d8ca;border-radius:20px;padding:6px 11px;background:#fcf7f0;color:#8c6d4f;font-size:11px;white-space:nowrap}
.sfp-status::before{content:"";width:6px;height:6px;border-radius:50%;background:#b18a62}
.sfp-intro{display:flex;align-items:flex-start;gap:18px;padding:24px;margin:18px 0 24px;background:#faf8f4;border:1px solid #e8e1d7;border-radius:9px}
.sfp-icon{display:flex;align-items:center;justify-content:center;flex:0 0 44px;height:44px;border-radius:10px;background:#ede7dd;color:#947a5e;font-size:23px}
.sfp-intro h2{font-size:15px;font-weight:600;color:#46566a;margin:0 0 10px}
.sfp-intro p{font-size:12px;line-height:1.9;color:#748298;margin:3px 0}
.sfp-history-note{font-size:12px;line-height:1.8;color:#8290a1;margin:0 0 17px}
.sfp-filter{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:18px 0}
.sfp-filter label,.sfp-filter>span{font-size:12px;color:#788aa1}
.sfp-filter input{width:min(350px,100%);font-size:12px;min-width:0}
.sfp-filter>span{margin-left:auto}
.sfp-empty{display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:230px;text-align:center;gap:10px;padding:24px;color:#8596ab}
.sfp-empty>span{font-size:32px;color:#b7c1cc}
.sfp-empty h3{font-size:14px;font-weight:500;color:#6b7e97}
.sfp-empty p{font-size:12px;line-height:1.8}
.sfp-history-line{padding:16px 0;border-bottom:1px solid #e6ebf1}
.sfp-history-line h3{font-size:14px;margin:0 0 10px;color:#4d627e}
.sfp-history-line h4{font-size:12px;margin:16px 0 8px;color:#6b7f98}
.sfp-history-line p,.sfp-history-events p{font-size:12px;line-height:1.9;margin:6px 0}
.sfp-history-line small,.sfp-history-events small{display:block;font-size:11px;color:#8a9ab0}
.sfp-history-events{margin-top:18px;font-size:12px}
.sfp-purchase-entry{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:12px 0 18px;padding:12px 16px;border:1px solid #e3e8ef;border-radius:7px;background:#fafbfd;font-size:12px;color:#7a8b9f}
.sfp-purchase-entry a{white-space:nowrap}
@media(max-width:900px){.semi-finished-purchases-page .page-head{align-items:flex-start;flex-direction:column;gap:14px}.sfp-filter>span{margin-left:0}.sfp-intro{padding:18px;gap:12px}.sfp-purchase-entry{flex-wrap:wrap}}
