#washCompletionPopup { display: none; position: fixed; inset: auto 22px 22px auto; margin: 0; box-sizing: border-box; width: min(420px,calc(100vw - 32px)); max-width: none; max-height: calc(100dvh - 32px); overflow: auto; padding: 26px; border: 1px solid #66553f; border-top: 3px solid #cfb998; border-radius: 5px; background: linear-gradient(140deg,#cfb9980e,transparent 70%),#171719; color: #f3f2ef; box-shadow: 0 20px 65px #0009; z-index: 2000; }
#washCompletionPopup:popover-open,#washCompletionPopup.is-visible { display: block; }
#washCompletionPopup::backdrop { background: transparent; pointer-events: none; }
#washCompletionPopup header { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
#washCompletionPopup header img { width: 42px; height: 42px; object-fit: contain; }
#washCompletionPopup .eyebrow { color: #cfb998; font-size: 9px; letter-spacing: 1.5px; margin: 0 0 5px; }
#washCompletionPopup h2 { margin: 0; font: 600 32px/1.1 'Barlow Condensed',sans-serif; }
#washCompletionPopup dl { display: grid; gap: 12px; font-size: 12px; margin: 0; }
#washCompletionPopup dl > div { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 5px 12px; }
#washCompletionPopup dt { color: #a7a5ad; }
#washCompletionPopup dd { margin: 0; overflow-wrap: anywhere; }
#washCompletionPopup > p { color: #a7a5ad; margin: 20px 0; font-size: 12px; line-height: 1.7; }
#washCompletionPopup > button { width: 100%; min-height: 44px; }
@media(max-width:520px) { #washCompletionPopup { inset: auto 16px 16px auto; padding: 22px; } }
@media print { #washCompletionPopup { display: none !important; } }
