.delivery-time-field { margin: 12px 0 18px; }
.formal-pi { color: #172033; font-size: 13px; box-shadow: none; }
.formal-pi table { width: 100%; border-collapse: collapse; }
.pi-header { display: flex; justify-content: space-between; gap: 28px; align-items: flex-start; padding-bottom: 18px; border-bottom: 2px solid #102a56; }
.pi-seller-heading { display: flex; align-items: flex-start; gap: 14px; max-width: 62%; }
.pi-seller-heading img { width: 80px; height: 60px; object-fit: contain; }
.pi-seller-heading strong, .pi-seller-heading span { display: block; }
.pi-seller-heading strong { margin: 4px 0 7px; color: #102a56; font-size: 16px; }
.pi-seller-heading span { margin-top: 4px; color: #596b84; font-size: 11px; line-height: 1.4; }
.pi-title { min-width: 270px; text-align: right; }
.pi-title h1 { margin: 0 0 9px; color: #102a56; font-size: 27px; letter-spacing: .5px; }
.pi-title p { margin: 4px 0; }
.pi-party-table { margin: 19px 0 18px; border: 1px solid #bfcddd; }
.pi-party-table th { width: 50%; padding: 9px 12px; color: #fff; background: #102a56; text-align: left; font-size: 12px; letter-spacing: .3px; }
.pi-party-table td { width: 50%; padding: 13px 14px; vertical-align: top; border-right: 1px solid #cbd7e5; line-height: 1.45; }
.pi-party-table td:last-child { border-right: 0; }
.pi-party-table p { margin: 5px 0; }
.pi-goods-table { border: 1px solid #bfcddd; table-layout: fixed; }
.pi-goods-table th { padding: 10px 9px; color: #fff; background: #102a56; text-align: left; font-size: 12px; }
.pi-goods-table th:nth-child(1) { width: 6%; text-align: center; }
.pi-goods-table th:nth-child(2) { width: 51%; }
.pi-goods-table th:nth-child(3) { width: 15%; }
.pi-goods-table th:nth-child(4) { width: 9%; }
.pi-goods-table th:nth-child(5) { width: 19%; }
.pi-goods-table td { padding: 12px 10px; vertical-align: top; border-bottom: 1px solid #d7e0ea; border-right: 1px solid #d7e0ea; }
.pi-goods-table td:last-child { border-right: 0; }
.pi-goods-table tbody tr:last-child td { border-bottom: 0; }
.pi-no { text-align: center; }
.pi-number { text-align: right; white-space: nowrap; }
.pi-description > strong { display: block; margin-bottom: 8px; color: #102a56; font-size: 14px; }
.pi-description > span { display: block; color: #65758b; }
.pi-goods-detail { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 15px; align-items: stretch; }
.pi-goods-image { min-height: 155px; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #d7e0ea; background: #f8fbff; }
.pi-goods-image img { display: block; max-height: 220px; width: 100%; height: 100%; object-fit: contain; background: #fff; }
.pi-image-placeholder { text-align: center; color: #71829a; font-size: 11px; }
.pi-configuration-table { border: 1px solid #d7e0ea; }
.pi-configuration-table th, .pi-configuration-table td { padding: 8px 10px; border-bottom: 1px solid #e1e8f0; text-align: left; font-size: 12px; }
.pi-configuration-table tr:last-child th, .pi-configuration-table tr:last-child td { border-bottom: 0; }
.pi-configuration-table th { width: 42%; color: #5d6e84; background: #f8fbff; font-weight: 600; }
.pi-configuration-table td { font-weight: 600; }
.pi-summary-table { width: 350px !important; margin: 17px 0 24px auto; border: 1px solid #bfcddd; }
.pi-summary-table th, .pi-summary-table td { padding: 10px 12px; border-bottom: 1px solid #d7e0ea; }
.pi-summary-table th { text-align: left; font-size: 12px; }
.pi-summary-table td { text-align: right; font-weight: 700; }
.pi-summary-table tr:last-child th, .pi-summary-table tr:last-child td { border-bottom: 0; }
.pi-grand-total th, .pi-grand-total td { color: #174bb5; font-size: 18px; font-weight: 800; border-top: 2px solid #102a56; }
.pi-terms-table, .pi-bank-table { margin-top: 18px; border: 1px solid #bfcddd; }
.pi-terms-table th, .pi-bank-table th { padding: 9px 11px; background: #f2f6fb; border-bottom: 1px solid #d7e0ea; text-align: left; color: #102a56; }
.pi-terms-table tr:first-child th, .pi-bank-table tr:first-child th { color: #fff; background: #102a56; letter-spacing: .3px; }
.pi-terms-table td, .pi-bank-table td { padding: 9px 11px; border-bottom: 1px solid #d7e0ea; line-height: 1.5; }
.pi-terms-table tr:last-child th, .pi-terms-table tr:last-child td, .pi-bank-table tr:last-child th, .pi-bank-table tr:last-child td { border-bottom: 0; }
.pi-terms-table th:not([colspan]), .pi-bank-table th:not([colspan]) { width: 28%; }
@media (max-width: 760px) { .pi-header, .pi-goods-detail { grid-template-columns: 1fr; display: grid; } .pi-seller-heading { max-width: none; } .pi-title { text-align: left; } .pi-goods-table { min-width: 760px; } .formal-pi { overflow-x: auto; } .pi-summary-table { width: 100% !important; } }
@media print { .pi-party-table, .pi-goods-table, .pi-terms-table, .pi-bank-table { break-inside: avoid; } }
