.column-quoteo { width: 220px; }
.quoteo-order p { margin: 6px 0; }
.quoteo-order-message { overflow-wrap: anywhere; }
.quoteo-modal[hidden] { display: none; }
.quoteo-modal { position: fixed; inset: 0; z-index: 100100; background: rgba(0, 0, 0, .55); display: flex; align-items: center; justify-content: center; padding: 24px; }
.quoteo-modal-panel { background: #fff; padding: 24px; max-width: 480px; width: 100%; max-height: 80vh; overflow: auto; box-shadow: 0 5px 30px rgba(0, 0, 0, .3); }
.quoteo-modal-panel h2 { margin-top: 0; }
.quoteo-modal-panel .button { margin: 4px 4px 0 0; }
