.shipment-recipient-card{display:grid;gap:14px}.shipment-recipient-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.shipment-recipient-heading h2{margin:0}.shipment-recipient-heading p{margin:5px 0 0;color:#8f9ba8}.shipment-recipient-heading>span{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #35644c;border-radius:999px;background:#193326;color:#6ee7a7;font-size:12px;font-weight:700}.shipment-recipient-fields{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:13px}.shipment-recipient-fields label{display:grid;gap:6px;color:#dce4ec;font-size:12px}.shipment-recipient-fields input{width:100%;box-sizing:border-box;background:#151b21;border:1px solid #46525f;border-radius:7px;color:#fff;padding:10px 11px}.shipment-recipient-fields small{color:#82909d}.recipient-street,.recipient-email{grid-column:span 2}.recipient-shortened-notice{padding:11px 13px;border:1px solid #7d6427;border-radius:8px;background:#3a321d;color:#ffd166}.recipient-shortened-notice i{margin-right:7px}.recipient-point{padding:10px 12px;border-radius:8px;background:#192027;color:#aeb9c4}.recipient-point i{margin-right:7px;color:#65a9ff}.recipient-point small{display:block;margin:4px 0 0 23px;color:#82909d}@media(max-width:1000px){.shipment-recipient-fields{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media(max-width:600px){.shipment-recipient-fields{grid-template-columns:1fr}.recipient-street,.recipient-email{grid-column:auto}.shipment-recipient-heading{display:grid}}
