.promotion-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.promotion-form input,.promotion-form select{font:inherit;border:1px solid #edb8b0;border-radius:10px;padding:11px;width:100%}.combo-picker,.promotion-form .sale-items,.promotion-form .button{grid-column:1/-1}.combo-picker{display:flex;gap:10px}.combo-picker select{flex:1}.combo-row{display:grid;grid-template-columns:1fr auto;gap:8px;padding:7px 0;border-bottom:1px dashed #f0d5d2}.combo-row button{border:0;background:transparent;color:#bd3c55;font-weight:800;cursor:pointer}.sale-quantity-label{color:#765b51;font-size:.75rem;font-weight:800;min-width:76px}.sale-quantity-label input{display:block;margin-top:4px;padding:9px;width:76px}.sale-picker .add-sale{align-self:end}.customer-list{display:grid;gap:10px}.customer-card{border:1px solid #f3d4d4;border-radius:12px;padding:13px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff}.customer-card b,.customer-card span,.customer-card small{display:block}.customer-card span{color:#765b51;font-size:.9rem;margin-top:3px}.customer-card small{color:#8c675b;font-size:.78rem;margin-top:6px}.customer-card strong{background:#fff0f3;border-radius:10px;color:#a2254c;font-size:.9rem;padding:8px;text-align:center;white-space:nowrap}.customer-card strong em{display:block;font-size:.7rem;font-style:normal;margin-top:3px}.customer-card strong.customer-frequent{background:#ddf4e5;color:#197745}@media(max-width:520px){.promotion-form{grid-template-columns:1fr}.combo-picker{flex-direction:column}.combo-picker .button{width:100%}.sale-picker{align-items:end}.sale-quantity-label{min-width:70px}.sale-quantity-label input{width:70px}.customer-card{align-items:flex-start;flex-direction:column}.customer-card strong{width:100%}}
