#cactus-faq-bubble-button {position: fixed; bottom: 50px; right: 20px; width: 60px; height: 60px; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.3); z-index: 999999; transition: 0.3s; background-color: #7FA409;}
#cactus-faq-bubble-button:hover {background-color: #4A5D05; transform: scale(1.1);}
#cactus-faq-bubble-window {position: fixed; bottom: 90px; right: 20px; width: 320px; background: white; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.2); display: none; flex-direction: column; overflow: hidden; font-family: 'Poppins', sans-serif; z-index: 999999;}
.faq-header {color: white; padding: 15px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; background-color: #7FA409;}
.faq-body {padding: 15px; overflow-y: auto;}
.faq-item {margin-bottom: 10px; border: 1px solid #E9EFD1; border-radius: 8px; overflow: hidden;}
.faq-question {width: 100%; padding: 10px; background: #F9FBF2; border: none; font-weight: 600; text-align: left; cursor: pointer; font-family: 'Poppins'; font-size: 0.85rem; display: flex; justify-content: space-between; align-items: center;}
.faq-answer {padding: 0 10px; max-height: 0; overflow: hidden; transition: 0.3s; font-size: 14px; line-height: 1.5; color: #444;}
.faq-item.active .faq-answer {max-height: 250px; padding: 10px; border-top: 1px solid #E9EFD1;}
.chat-link {color: #7FA409; text-decoration: underline; font-weight: 600;}
.close-faq {background: none; border: none; color: white; font-size: 24px; cursor: pointer;}