#kotivon-cta-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

#kotivon-cta-buttons {
    display: none;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
    margin-bottom: 10px;
}

.kotivon-cta-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #2563eb;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    transition: background-color 0.3s;
}

.kotivon-cta-btn:hover {
    background-color: #1d4ed8;
}

#kotivon-cta-toggle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #f59e0b;
    color: white;
    border: none;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
} 