#capchat-box-pro { position: fixed; bottom: 20px; right: 20px; z-index: 999999; display: flex; flex-direction: column; align-items: flex-end; font-family: sans-serif; }
#cc-bubble-container { display: flex; align-items: center; cursor: pointer; }
#cc-init-msg { background: white; padding: 10px 15px; border-radius: 15px 15px 2px 15px; margin-right: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); font-size: 14px; border: 1px solid #eee; }
#cc-avatar-wrapper { position: relative; width: 60px; height: 60px; }
#cc-avatar-main { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; border: 2px solid white; box-shadow: 0 4px 10px rgba(0,0,0,0.2); }
#cc-avatar-status { position: absolute; bottom: 2px; right: 2px; width: 14px; height: 14px; background: #25d366; border-radius: 50%; border: 2px solid white; }
#capchat-window-pro { width: 330px; height: 480px; background: white; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.2); display: flex; flex-direction: column; overflow: hidden; margin-bottom: 15px; }
.cc-hidden-pro { display: none !important; }
#cc-header-pro { background: var(--cc-primary); color: white; padding: 15px; font-weight: bold; text-align: center; }
#cc-body-pro { flex: 1; padding: 15px; overflow-y: auto; background: #f9f9f9; display: flex; flex-direction: column; }
#cc-footer-pro { display: flex; padding: 10px; border-top: 1px solid #eee; }
#cc-input-pro { flex: 1; border: none; outline: none; padding: 5px; }
#cc-send-pro { background: none; border: none; color: var(--cc-primary); font-size: 20px; cursor: pointer; }
.cc-msg-user-pro { align-self: flex-end; background: var(--cc-primary); color: white; padding: 8px 12px; border-radius: 15px 15px 0 15px; margin-bottom: 8px; max-width: 80%; }
.cc-msg-bot-pro { align-self: flex-start; background: #eee; padding: 8px 12px; border-radius: 15px 15px 15px 0; margin-bottom: 8px; max-width: 80%; }
.cc-final-buttons { margin-top: 10px; display: flex; flex-direction: column; gap: 5px; }
.cc-btn-wa, .cc-btn-cursos { display: block; text-align: center; padding: 10px; border-radius: 5px; text-decoration: none; color: white; font-weight: bold; }
.cc-btn-wa { background: #25d366; }
.cc-btn-cursos { background: #007bff; }