.wppPopup[hidden], #wppContinue[hidden] { display: none; }
#wppOpen { border: 0; border-radius: 50%; background: transparent; padding: 0; width: fit-content; cursor: pointer; }
.wppPopup { position: fixed; bottom: 100px; right: 24px; width: 350px; max-width: calc(100vw - 32px); max-height: calc(100vh - 120px); overflow-y: auto; z-index: 100001; background: #fff; color: #333; border-radius: 16px; box-shadow: 0 8px 32px #0003; text-align: left; }
.wppPopup__head { display: flex; align-items: center; gap: 14px; padding: 22px 18px; background: #075e54; color: #fff; }
.wppPopup__head strong, .wppPopup__head span { display: block; }
.wppPopup__head span { font-size: 12px; margin-top: 5px; }
#wppClose { margin-left: auto; align-self: flex-start; background: transparent; border: 0; color: #fff; font-size: 28px; cursor: pointer; padding: 0 4px; }
.wppPopup__body { padding: 20px; }
.wppPopup__body p { margin: 0 0 16px; }
#wppPopup label { display: block; font-size: 14px; margin-bottom: 6px; }
#wppPopup input { box-sizing: border-box; width: 100%; margin: 0 0 16px; padding: 12px; border: 1px solid #ccc; border-radius: 8px; background: #fff; color: #333; font: inherit; }
#wppPopup input:focus { outline: 2px solid #128c7e; outline-offset: 2px; }
.wppPopup__submit { width: 100%; border: 0; border-radius: 8px; padding: 13px; background: #128c7e; color: #fff; font: inherit; cursor: pointer; }
.wppPopup__submit:disabled { opacity: .65; cursor: wait; }
#wppStatus { margin: 12px 0 0; font-size: 14px; }
#wppContinue { display: inline-block; margin-top: 12px; color: #075e54; text-decoration: underline; }
@media (max-width: 480px) { .wppPopup { right: 16px; bottom: 90px; max-height: calc(100dvh - 110px); } }
