.wpp-list li{overflow:hidden;float:none;clear:both;margin-bottom:1rem}.wpp-list li:last-of-type{margin-bottom:0}.wpp-thumbnail{display:inline;float:left;margin:0 1rem 0 0;border:none}.wpp-excerpt:empty{display:none}.wpp-meta,.post-stats{display:block;font-size:.8em}.wpp-meta:empty,.post-stats:empty{display:none}
.chat-container{max-width:460px;margin:0 auto;padding:0 8px 8px;border-radius:12px;background-color:#fff}.chat-container h1{text-align:center;font-size:1.3rem;color:#00376d;margin-top:8px;margin-bottom:8px}.chat-log{max-height:420px;overflow-y:auto;padding:10px;border:1px solid #e0e0e0;border-radius:8px;background-color:#f8f9fb;margin-bottom:12px;display:flex;flex-direction:column;gap:14px}.chat-log::-webkit-scrollbar{width:0;height:0}.chat-log::-webkit-scrollbar{display:none}.chat-log{scrollbar-width:none}.chat-message{max-width:85%;padding:10px 14px;border-radius:20px;line-height:1.6;position:relative;word-wrap:break-word;font-size:.95rem}.chat-message.bot.intro{max-width:100%}.chat-message.user{align-self:flex-end;background-color:#00376d;color:#fff;border-bottom-right-radius:0;font-weight:500;box-shadow:0 1px 2px rgba(0,0,0,.05)}.chat-wrapper-bot{display:flex;align-items:flex-start;gap:10px;align-self:flex-start}.chat-wrapper-bot img{width:30px;height:30px;border-radius:50%;object-fit:cover}.chat-message.bot{background-color:#f1f5f9;color:#00376d;border-bottom-left-radius:0;font-weight:600;box-shadow:0 1px 2px rgba(0,0,0,.05)}#chat-form{display:flex;gap:10px}#user-input{flex:1;padding:10px;border:1px solid #d2d2d2;border-radius:6px;font-size:1rem;outline:none}#chat-form button{padding:10px 16px;background-color:#00376d;color:#fff;border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:background-color .2s ease}#chat-form button:hover{background-color:#002e5c}.option-buttons{margin-top:20px;display:flex;flex-wrap:wrap;gap:5px}.option-buttons button{padding:6px 12px;background-color:#fff;border:1px solid #d2d2d2;border-radius:20px;color:#00376d;font-weight:500;cursor:pointer;transition:all .2s ease}.option-buttons button:hover{background-color:#00376d;color:#fff}.reset-wrapper{display:flex;justify-content:flex-end;margin-top:12px;padding-right:4px}#reset-chat{padding:6px 10px;background-color:#e0e0e0;color:#222;border:1px solid #bbb;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background-color .2s ease}#reset-chat:hover{background-color:#d0d0d0}#chat-launcher{position:fixed;bottom:20px;right:20px;display:flex;align-items:center;background-color:#00376d;color:#fff;font-size:14px;padding:10px 1em !important;border-radius:32px;cursor:pointer;z-index:9999;box-shadow:0 6px 12px rgba(0,0,0,.2);animation:float-bob 2.5s ease-in-out infinite;transition:background-color .3s,transform .3s;gap:10px}#chat-launcher:hover{background-color:#66b2ff}#chat-launcher img{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0;margin:0 !important}.launcher-text{display:flex;flex-direction:column;justify-content:center;line-height:1.3}.chat-float{position:fixed;bottom:20px;right:20px;z-index:9999;background-color:#007bff;color:#fff;padding:12px 16px;border-radius:50px;font-size:16px;box-shadow:0 6px 12px rgba(0,0,0,.2);cursor:pointer;animation:float-bob 2.5s ease-in-out infinite;transition:background-color .3s,transform .3s;font-weight:700}.chat-float:hover{background-color:#0056b3;transform:scale(1.05)}@keyframes float-bob{0%{transform:translateY(0)}50%{transform:translateY(-8px)}100%{transform:translateY(0)}}.chat-float.no-float{animation:none !important}.chat-caption-inline{font-size:11px;color:#f0f0f0;font-weight:400;opacity:.9;margin-top:5px;line-height:1.2}#chat-popup iframe{width:100%;height:100%;border:none}.chat-close-button{position:fixed;bottom:640px;right:30px;font-size:20px;background:#fff;color:#333;border:1px solid #ccc;border-radius:50%;width:32px;height:32px;line-height:30px;text-align:center;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.2);z-index:9999;transition:background-color .3s}.chat-close-button:hover{background-color:#f0f0f0}#chat-launcher.is-close{background-color:#fff !important;color:#00376d !important;border:1px solid #ccc;font-size:18px;padding:3px 13px !important;border-radius:50px;display:flex;align-items:center;justify-content:center}#chat-popup{opacity:0;visibility:hidden;position:fixed;bottom:70px;right:20px;width:420px;height:600px;border-radius:12px;overflow:hidden;z-index:9998;background-color:#fff;border:1px solid #ccc;box-shadow:0 6px 20px rgba(0,0,0,.3);transition:opacity .4s ease,visibility .4s ease;pointer-events:none}#chat-popup.show{opacity:1;visibility:visible;pointer-events:auto}#chat-popup.hide{opacity:0;visibility:hidden;pointer-events:none}.chat-label{font-weight:700;font-size:14px;color:#fff}#full-loading{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:999;display:flex;justify-content:center;align-items:center}.loading-center{display:flex;flex-direction:column;align-items:center}.spinner{width:60px;height:60px;border:6px solid #eee;border-top:6px solid #00376d;border-radius:50%;animation:spin 1s linear infinite}.loading-text{margin-top:16px;font-size:16px;color:#00376d;font-weight:700}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.final-screen{padding:40px 20px;text-align:center;background:#fff;height:100%}.final-title{font-size:20px;color:#00376d;font-weight:700;margin-bottom:30px}.final-buttons{display:flex;flex-direction:column;gap:16px}.final-button{padding:16px 20px;font-size:16px;font-weight:700;border:none;border-radius:.3em;color:#fff;cursor:pointer;transition:background-color .3s}.final-button.primary-button{background-color:#00376d;color:#fff;border:2px solid #00376d}.final-button.primary-button:hover{background-color:#fff;color:#00376d}.final-button.secondary-button{background-color:#fff;color:#00376d;border:2px solid #00376d}.final-button.secondary-button:hover{background-color:#00376d;color:#fff}.answer-summary{margin:20px 0;font-size:.85rem;color:#555;text-align:left;padding:10px 15px;background:#f8f9fb;border-radius:8px}.answer-summary-title{font-weight:700;margin-bottom:8px;color:#00376d;font-size:.9rem}.answer-list{list-style:disc inside;padding-left:0;margin:0}.answer-list li{margin-bottom:4px}#chat-launcher.is-close:hover{background-color:#f0f0f0 !important}@media (max-width:500px){#chat-launcher{bottom:5px !important;right:5px !important;border-radius:24px;font-size:5px;padding:1em 1.5em !important;gap:7px}chat-label{font-size:12px}.chat-caption-inline{font-size:9px}#chat-popup{right:3%;max-width:94%;bottom:60px}.chat-log{max-height:400px}.launcher-text{line-height:1}#chat-launcher img{width:20px;height:20px}.final-button.primary-button{background-color:#00376d;color:#fff;border:2px solid #00376d}}