.abena-chatbot-wrapper-61c45324 {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.abena-chat-badge-61c45324 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.abena-chat-badge-61c45324:hover {
    transform: scale(1.05);
}

.abena-chat-window-61c45324 {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 320px;
    max-width: calc(100vw - 60px);
    height: 430px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform-origin: bottom right;
}

.abena-chat-window-61c45324.abena-chat-hidden-61c45324 {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
}

.abena-chat-header-61c45324 {
    padding: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.abena-chat-bot-info-61c45324 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.abena-chat-avatar-61c45324 {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.abena-chat-name-container-61c45324 {
    display: flex;
    flex-direction: column;
}

.abena-chat-bot-name-61c45324 {
    font-weight: 600;
    font-size: 14px;
}

.abena-chat-bot-status-61c45324 {
    font-size: 11px;
    opacity: 0.8;
}

.abena-chat-close-61c45324 {
    cursor: pointer;
    font-size: 16px;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.abena-chat-close-61c45324:hover {
    opacity: 1;
}

.abena-chat-body-61c45324 {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.abena-chat-bubble-61c45324 {
    max-width: 80%;
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.4;
}

.abena-chat-bubble-bot-61c45324 {
    background: #e9ecef;
    color: #333;
    align-self: flex-start;
    border-top-left-radius: 2px;
}

.abena-chat-bubble-self-61c45324 {
    color: #fff;
    align-self: flex-end;
    border-top-right-radius: 2px;
}

.abena-chat-footer-61c45324 {
    display: flex;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #eee;
    gap: 8px;
}

.abena-chat-input-61c45324 {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 13px;
    outline: none;
}

.abena-chat-input-61c45324:focus {
    border-color: #8bc34a;
}

.abena-chat-send-61c45324 {
    background: #8bc34a;
    border: none;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
