.chat-widget-wrapper{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);margin:auto;max-width:1000px;min-height:var(--chat-height,500px);overflow:hidden;position:relative}.chat-widget-wrapper #hubspot-conversations-inline-parent{border:1px solid #142651;border-radius:12px;height:var(--chat-height,500px);overflow:hidden;position:relative}.chat-widget-wrapper iframe{border:0;height:100%;margin:0;overflow:auto;position:absolute;width:100%}.chat-widget__container,.chat-widget__error,.chat-widget__loading{display:none}.chat-widget-wrapper[data-state=error] .chat-widget__error,.chat-widget-wrapper[data-state=loading] .chat-widget__loading{display:flex}.chat-widget-wrapper[data-state=loaded] .chat-widget__container{display:block}.chat-widget__loading{align-items:center;flex-direction:column;gap:1rem;height:var(--chat-height,500px);justify-content:center}.chat-widget__loading p{color:#142651;font-size:1rem;font-weight:500;margin:0}.chat-widget__spinner{animation:chat-spinner-rotate 1s linear infinite;color:#ffc845}@keyframes chat-spinner-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chat-widget__error{align-items:center;flex-direction:column;gap:1rem;height:var(--chat-height,500px);justify-content:center;padding:2rem;text-align:center}.chat-widget__error svg{color:#e74c3c;margin-bottom:.5rem}.chat-widget__error-title{color:#142651;font-size:1.5rem;font-weight:700;margin:0}.chat-widget__error-message{color:#666;font-size:1rem;margin:0;max-width:400px}.chat-widget__container{min-height:var(--chat-height,500px);width:100%}