.popup-overlay{z-index:1000;padding:5rem var(--padding-4);background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@media not all and (pointer:fine) and (hover:hover){.popup-overlay{padding:0 1rem}}.popup-overlay .popup-content{background:var(--base);border-radius:var(--border-radius-2);box-shadow:var(--box-shadow-orange);width:100%;padding:1.5rem 2rem 2rem;position:relative}@media not all and (pointer:fine) and (hover:hover){.popup-overlay .popup-content{border-radius:0;flex-direction:column;justify-content:center;width:100%;height:100svh;padding:1.5rem 1rem 2rem;display:flex;overflow-y:auto}}.popup-overlay .popup-content h3{padding-bottom:1rem}.popup-overlay .popup-content.delete-confirmation{text-align:center;width:20rem}@media not all and (pointer:fine) and (hover:hover){.popup-overlay .popup-content.delete-confirmation{width:100%}}.popup-overlay .popup-content.delete-confirmation .button-container{justify-content:center}
